[VOTE] Apache LDAP API 2.1.3

2023-04-05 Thread Emmanuel Lecharny
Hi all, this is a vote for the release of Apache LDAP API 2.1.3 It's a bug fix release with some Schema extension to support the latest PasswordPolicy draft. Here are the fixed issues: DIRAPI-385: Add a way to modify the Element in a DnNode DIRAPI-386: The parsing of a wrong filter throws a

[jira] [Resolved] (DIRAPI-387) More info on PasswordException

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-387. -- Fix Version/s: 2.1.3 Resolution: Fixed Fixed with commit

[jira] [Resolved] (DIRAPI-392) Extend the schema to support the latest PasswordPolicy RFC draft AttributeTypes

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-392. -- Resolution: Fixed Fixed with commit bf38bfb1d4c88b664a37d94d326bd1ef32a76723 > Extend

[jira] [Created] (DIRAPI-392) Extend the schema to support the latest PasswordPolicy RFC draft AttributeTypes

2023-04-05 Thread Jira
Emmanuel Lécharny created DIRAPI-392: Summary: Extend the schema to support the latest PasswordPolicy RFC draft AttributeTypes Key: DIRAPI-392 URL: https://issues.apache.org/jira/browse/DIRAPI-392

[jira] [Updated] (DIRAPI-391) Improve the Dn parsing performance

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRAPI-391: - Summary: Improve the Dn parsing performance (was: Impvove the Dn parsing performance)

[jira] [Resolved] (DIRAPI-391) Improve the Dn parsing performance

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-391. -- Resolution: Fixed Fixed with commit b1230085ff33b15649196f40f8d2035feed4c803 >

[jira] [Created] (DIRAPI-391) Impvove the Dn parsing performance

2023-04-05 Thread Jira
Emmanuel Lécharny created DIRAPI-391: Summary: Impvove the Dn parsing performance Key: DIRAPI-391 URL: https://issues.apache.org/jira/browse/DIRAPI-391 Project: Directory Client API

[jira] [Resolved] (DIRAPI-390) Upgrade commons-text as it flags the project with CVE-2022-42889

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-390. -- Resolution: Fixed Fixed with commit 261f68b5d51dca0b28bb1af2846a81a8c9b40903 >

[jira] [Created] (DIRAPI-390) Upgrade commons-text as it flags the project with CVE-2022-42889

2023-04-05 Thread Jira
Emmanuel Lécharny created DIRAPI-390: Summary: Upgrade commons-text as it flags the project with CVE-2022-42889 Key: DIRAPI-390 URL: https://issues.apache.org/jira/browse/DIRAPI-390 Project:

[jira] [Resolved] (DIRAPI-386) The parsing of a wrong filter throws a LdapProtocolErrotException

2023-04-05 Thread Jira
[ https://issues.apache.org/jira/browse/DIRAPI-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRAPI-386. -- Resolution: Fixed Fixed with commit 6e9f1a98d638b528c3cbb2ad71ef87f488b0dfe5 > The

Re: mvn site issue, was Re: Done, was : Re: Apache Directory "Project" parent pom release

2023-04-05 Thread Shawn McKinney
> On Apr 5, 2023, at 5:19 PM, Emmanuel Lécharny wrote: > > just while I was trying to prepare a Apache LDAP API release, I had some > issues with the mvn:site execution. > > It seems that some change in the maven-site plugin make it impossible to run > ethe site generation. I had to eevert

mvn site issue, was Re: Done, was : Re: Apache Directory "Project" parent pom release

2023-04-05 Thread Emmanuel Lécharny
Hi, just while I was trying to prepare a Apache LDAP API release, I had some issues with the mvn:site execution. It seems that some change in the maven-site plugin make it impossible to run ethe site generation. I had to eevert to Project 45 to get it working. I will investigate. (PS: not

Apache DLAP API 2.1.3 release coming soon

2023-04-05 Thread Emmanuel Lécharny
Hi! I will cut a release of the Apache LDAP API 2.1.3 in the coming hours/days. That will will be followed by a release of teh Apache Directory server, which is long expected. Thanks ! -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6 08

Done, was : Re: Apache Directory "Project" parent pom release

2023-04-05 Thread Emmanuel Lécharny
Hi, the parent "project" has been released. Please refer to version 47 in the various projects. On 05/04/2023 10:25, Emmanuel Lécharny wrote: Hi! I had to revert the release, having found a way to fix the issue with Maven Surefire 3.0.0. So I'm cutting a new release referencing this Maven

Re: Apache Directory "Project" parent pom release

2023-04-05 Thread Emmanuel Lécharny
Hi! I had to revert the release, having found a way to fix the issue with Maven Surefire 3.0.0. So I'm cutting a new release referencing this Maven plugin version. The release is performed, I'll officially push it in the afternoon. Thanks ! On 05/04/2023 00:01, Emmanuel Lécharny wrote: Hi!

Re: Parent pom updates

2023-04-05 Thread Emmanuel Lécharny
Hi, some update: the failure was due to an unecessary dependency decalaration in the ApacheDS osgi-integ test. I removed it and tests are passing with maven-surefire-3.0.0. I'll cancel the Directory project 47 release I cut yesterday evening and recreate it with the proper version.