Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-30 Thread Emmanuel Lécharny
On 30/03/2020 08:19, Colm O hEigeartaigh wrote: Thanks for investigating, they pass now for me locally. Thanks for having pointed the problem ! - To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-30 Thread Colm O hEigeartaigh
Thanks for investigating, they pass now for me locally. Colm. On Sat, Mar 28, 2020 at 2:52 AM Emmanuel Lécharny wrote: > Ok, fixed, I thing. There was a missing import on > org.apache.directory.api.ldap.model.filter.ExprNode in apacheds-core. > > It has been committed, and tests are passing ok

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-27 Thread Emmanuel Lécharny
Ok, fixed, I thing. There was a missing import on org.apache.directory.api.ldap.model.filter.ExprNode in apacheds-core. It has been committed, and tests are passing ok for Java 8, 11 and 12 on linux now. Waiting for Java 8 on windows. (see

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-26 Thread Colm O hEigeartaigh
I don't see anything obvious, printing out the stacktrace I see: java.lang.NoClassDefFoundError: org/apache/directory/api/ldap/model/filter/ExprNode at org.apache.directory.server.core.DefaultDirectoryService.(DefaultDirectoryService.java:171) at

Result, was: [VOTE] Release Apache LDAP API 2.0.1

2020-03-26 Thread Emmanuel Lécharny
I'm closing this vote which got 5 binding +1 : o Colm o Stefan o Radovan o Shawn o and me I'll push the packages, and update the site. Many thanks for your reactivity in those difficult times, it's refreshing to see that despite this project slow down in teh past year, we are still

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-26 Thread Emmanuel Lécharny
Hi Colm, I will need the OSGi errors, otherwise I won't be able to know what's missing. FTR, I have it building on my Mac. On 26/03/2020 08:48, Colm O hEigeartaigh wrote: I still have two failing tests in osgi-integ: [ERROR] Errors: [ERROR]

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-26 Thread Colm O hEigeartaigh
I still have two failing tests in osgi-integ: [ERROR] Errors: [ERROR] org.apache.directory.server.osgi.integ.ServerCoreAnnotationsOsgiTest.testUseBundleClasses(org.apache.directory.server.osgi.integ.ServerCoreAnnotationsOsgiTest) [ERROR] Run 1:

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-26 Thread Colm O hEigeartaigh
+1, thanks! Colm. On Thu, Mar 26, 2020 at 5:30 AM Emmanuel Lécharny wrote: > Hi ! > > > I'm just waiting for Colm to push his vote and I'll close it. > > > Many thanks, especially to Colm ! > > > On 21/03/2020 09:58, Emmanuel Lécharny wrote: > > Hi all, > > > > this is a vote for the release

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-25 Thread Emmanuel Lécharny
Hi ! I'm just waiting for Colm to push his vote and I'll close it. Many thanks, especially to Colm ! On 21/03/2020 09:58, Emmanuel Lécharny wrote: Hi all, this is a vote for the release of Apache LDAP API 2.0.1 This is a bug fix release. It fixes a few bugs that we missed in the GA : -

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-25 Thread Emmanuel Lécharny
I just pushed a fix. It builds now on my computer. I bumped up the commons.codec and commons.pool2 dependencies on ApacheDS, they were using older versions compared to LDAP API. On 25/03/2020 10:38, Colm O hEigeartaigh wrote: The OSGi tests are also failing: ERROR: Bundle

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-25 Thread Emmanuel Lécharny
I think this is due to the fact that commons.codec is in version 1.14 in the LDAP API and 1.13 in the server. I'll fix that. On 25/03/2020 10:38, Colm O hEigeartaigh wrote: The OSGi tests are also failing: ERROR: Bundle org.apache.directory.server.http.directory.bridge [95] Error starting

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-25 Thread Shawn McKinney
+1 Downloaded source, built, details… $ mvn -version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/maven Java version: 1.8.0_242, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64/jre Default locale: en_US,

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-25 Thread Colm O hEigeartaigh
The OSGi tests are also failing: ERROR: Bundle org.apache.directory.server.http.directory.bridge [95] Error starting file:/home/coheig/src/apache/directory-server/osgi-integ/target/158512849-0/pax-exam-downloads/org.apache.directory.server.http.directory.bridge_2.0.0.AM27-SNAPSHOT.jar

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Emmanuel Lécharny
On 24/03/2020 10:57, Colm O hEigeartaigh wrote: OK thanks Emmanuel. Should we merge a fix just to @Ignore the tests then? Yes, I think so. If you could create a JIRA about the fact this control is seen as support in the RootDSE when it's not, that would help. Thanks Colm !

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Radovan Semancik
+1 Tested with AD and OpenDJ (OpenJDK 11) -- Radovan Semancik Software Architect evolveum.com On 3/21/20 9:58 AM, Emmanuel Lécharny wrote: Hi all, this is a vote for the release of Apache LDAP API 2.0.1 This is a bug fix release. It fixes a few bugs that we missed in the GA : - proper

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Colm O hEigeartaigh
OK thanks Emmanuel. Should we merge a fix just to @Ignore the tests then? Colm. On Tue, Mar 24, 2020 at 9:54 AM Emmanuel Lécharny wrote: > > On 23/03/2020 09:15, Emmanuel Lécharny wrote: > > Hi Colm, > > > > On 23/03/2020 08:56, Colm O hEigeartaigh wrote: > >> Hi Emmanuel, > >> > >> When I

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Emmanuel Lécharny
On 23/03/2020 09:15, Emmanuel Lécharny wrote: Hi Colm, On 23/03/2020 08:56, Colm O hEigeartaigh wrote: Hi Emmanuel, When I test with the directory-server I get a failing test: [ERROR]   ClientDeleteRequestTest.testDeleteWithControl:240 expected: but was: [ERROR] Errors: [ERROR]

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-24 Thread Stefan Seelmann
+1 from my side * Built with Java 8 on Linux * Tested integration into Studio * Checked signatures and checksums Kind Regards, Stefan On 3/21/20 9:58 AM, Emmanuel Lécharny wrote: > Hi all, > > this is a vote for the release of Apache LDAP API 2.0.1 > > This is a bug fix release. It fixes a

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-23 Thread Emmanuel Lécharny
Hi Colm, On 23/03/2020 08:56, Colm O hEigeartaigh wrote: Hi Emmanuel, When I test with the directory-server I get a failing test: [ERROR]   ClientDeleteRequestTest.testDeleteWithControl:240 expected: but was: [ERROR] Errors: [ERROR] ClientDeleteRequestTest.testDeleteWithCascadeControl:145 »

Re: [VOTE] Release Apache LDAP API 2.0.1

2020-03-23 Thread Colm O hEigeartaigh
Hi Emmanuel, When I test with the directory-server I get a failing test: [ERROR] ClientDeleteRequestTest.testDeleteWithControl:240 expected: but was: [ERROR] Errors: [ERROR] ClientDeleteRequestTest.testDeleteWithCascadeControl:145 » LdapContextNotEmpty [INFO] Colm. On Sat, Mar 21, 2020 at

[VOTE] Release Apache LDAP API 2.0.1

2020-03-21 Thread Emmanuel Lécharny
Hi all, this is a vote for the release of Apache LDAP API 2.0.1 This is a bug fix release. It fixes a few bugs that we missed in the GA : - proper handling of the treeDelete controll - OSGI errors, and re-enabled OSGi tests The revision :