Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Colm O hEigeartaigh
+1 from me. However, can you update the JIRA version https://issues.apache.org/jira/projects/DIRSERVER/versions/12343914 and move all "TODO" issues to the next release? Colm. On Sat, Oct 14, 2023 at 3:58 PM Emmanuel Lécharny wrote: > > Hi, > > here is - at last! - the Apache DS 2.0.0.AM27

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Emmanuel Lécharny
Hi Shawn, regarding the FrameworkRunner class, it has been removed from ApacheDS code base when we migrated from Junit4 to Junit 5. I do think that you need to replace calls to FrameworkRunner by: @ExtendWith( ApacheDSTestExtension.class ) it should do the trick. For instance, the AddIT

Re: [PR] DIRAPI-395: Improve unescaped backslash handling in DESC for IBM's directory servers [directory-ldap-api]

2023-10-16 Thread via GitHub
wadahiro commented on PR #56: URL: https://github.com/apache/directory-ldap-api/pull/56#issuecomment-1765469550 It was merged manually by https://github.com/apache/directory-ldap-api/commit/5bc4743d18f2b0e87156015b1ff9f938b4810c0a. Thank you! -- This is an automated message from the

Re: [PR] DIRAPI-395: Improve unescaped backslash handling in DESC for IBM's directory servers [directory-ldap-api]

2023-10-16 Thread via GitHub
wadahiro closed pull request #56: DIRAPI-395: Improve unescaped backslash handling in DESC for IBM's directory servers URL: https://github.com/apache/directory-ldap-api/pull/56 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Shawn McKinney
> On Oct 16, 2023, at 9:12 AM, Emmanuel Lécharny wrote: > > Hi Colm, > > just pushed the packages to dist! Hi Emmanuel. I’m still testing. I can build and run tests on Java 17. Can install the server using the snapshots. Have run fortress core integration tests and they all pass. To use

[jira] [Commented] (DIRSTUDIO-1293) Fails to start on MacOS Monterey

2023-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775849#comment-17775849 ] Emmanuel Lécharny commented on DIRSTUDIO-1293: -- [~roubert] As soon as ApacheDS

[PR] Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3 [directory-scimple]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #395: URL: https://github.com/apache/directory-scimple/pull/395 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.2 to 2.15.3. Commits

[PR] Bump com.google.guava:guava from 32.1.2-android to 32.1.3-android [directory-scimple]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #394: URL: https://github.com/apache/directory-scimple/pull/394 Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-android to 32.1.3-android. Release notes Sourced from

[PR] Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 [directory-scimple]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #393: URL: https://github.com/apache/directory-scimple/pull/393 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11. Release notes Sourced from

[PR] Bump version.quarkus from 3.4.2 to 3.4.3 [directory-scimple]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #392: URL: https://github.com/apache/directory-scimple/pull/392 Bumps `version.quarkus` from 3.4.2 to 3.4.3. Updates `io.quarkus.platform:quarkus-bom` from 3.4.2 to 3.4.3 Commits

[PR] Bump io.swagger.core.v3:swagger-annotations from 2.2.16 to 2.2.17 [directory-scimple]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #391: URL: https://github.com/apache/directory-scimple/pull/391 Bumps io.swagger.core.v3:swagger-annotations from 2.2.16 to 2.2.17. [![Dependabot compatibility

Re: [GitHub] [directory-studio] roubert commented on pull request #43: DIRSTUDIO-1309: Upgrade to Eclipse 4.24

2023-10-16 Thread Fredrik Roubert
On Sat 15 Jul 2023 at 20:40 -, roubert (via GitHub) wrote: > https://github.com/apache/directory-studio/pull/43#issuecomment-1636882744 > > I've now filed a separate ticket DIRSTUDIO-1309 specifically about > updating the Eclipse platform used (unrelated to Apple silicon) and > repurposed

[jira] [Resolved] (DIRAPI-395) Improve unescaped backslash handling in DESC for IBM's directory servers

2023-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-395. -- Fix Version/s: 2.1.6 Resolution: Fixed Patch applied in branch 2.1.X.  

[jira] [Updated] (DIRAPI-395) Improve unescaped backslash handling in DESC for IBM's directory servers

2023-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRAPI-395: - Affects Version/s: 2.1.5 > Improve unescaped backslash handling in DESC for IBM's

[jira] [Commented] (DIRAPI-395) Improve unescaped backslash handling in DESC for IBM's directory servers

2023-10-16 Thread Hiroyuki Wada (Jira)
[ https://issues.apache.org/jira/browse/DIRAPI-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775833#comment-17775833 ] Hiroyuki Wada commented on DIRAPI-395: -- Thank you for your prompt reply. I just submitted pull

[PR] DIRAPI-395: Improve unescaped backslash handling in DESC for IBM's directory servers [directory-ldap-api]

2023-10-16 Thread via GitHub
wadahiro opened a new pull request, #56: URL: https://github.com/apache/directory-ldap-api/pull/56 https://issues.apache.org/jira/browse/DIRAPI-395 Note: When quirks mode is disabled (i.e., in Strict mode), I made a change to throw `LdapSchemaException` if unescaped backslash is

[jira] [Commented] (DIRAPI-395) Improve unescaped backslash handling in DESC for IBM's directory servers

2023-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17775829#comment-17775829 ] Emmanuel Lécharny commented on DIRAPI-395: -- Hi!   I'm impressed by the quality of your patch!

[jira] [Created] (DIRAPI-395) Improve unescaped backslash handling in DESC for IBM's directory servers

2023-10-16 Thread Hiroyuki Wada (Jira)
Hiroyuki Wada created DIRAPI-395: Summary: Improve unescaped backslash handling in DESC for IBM's directory servers Key: DIRAPI-395 URL: https://issues.apache.org/jira/browse/DIRAPI-395 Project:

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Emmanuel Lécharny
Hi Colm, just pushed the packages to dist! On 16/10/2023 14:58, Colm O hEigeartaigh wrote: Are those the official releases under vote? If so shouldn't they be in the dist folder? Colm. On Mon, Oct 16, 2023 at 1:47 PM Emmanuel Lécharny wrote: Hi Colm, you can get them on

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Colm O hEigeartaigh
Are those the official releases under vote? If so shouldn't they be in the dist folder? Colm. On Mon, Oct 16, 2023 at 1:47 PM Emmanuel Lécharny wrote: > > Hi Colm, > > you can get them on > https://ci-builds.apache.org/job/Directory/job/dir-server-pipeline/ > > On 16/10/2023 12:32, Colm O

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Emmanuel Lécharny
Hi Colm, you can get them on https://ci-builds.apache.org/job/Directory/job/dir-server-pipeline/ On 16/10/2023 12:32, Colm O hEigeartaigh wrote: Hi Emmanuel, Where are the installer packages corresponding to https://directory.apache.org/apacheds/downloads.html ? Colm. On Sat, Oct 14, 2023

[PR] Bump github/codeql-action from 2.22.1 to 2.22.3 [directory-kerby]

2023-10-16 Thread via GitHub
dependabot[bot] opened a new pull request, #267: URL: https://github.com/apache/directory-kerby/pull/267 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.1 to 2.22.3. Changelog Sourced from

Re: [VOTE] ApacheDS 2.0.0.AM27 release

2023-10-16 Thread Colm O hEigeartaigh
Hi Emmanuel, Where are the installer packages corresponding to https://directory.apache.org/apacheds/downloads.html ? Colm. On Sat, Oct 14, 2023 at 3:58 PM Emmanuel Lécharny wrote: > > Hi, > > here is - at last! - the Apache DS 2.0.0.AM27 release ! > > It fixes 29 issues, many of them being