Can't build ApacheDS with Java 8, because of LDAP API, was Re: Can't build ApacheDS with Java 8, because of MINA

2022-08-09 Thread Emmanuel Lécharny
I confirm. If I add the missing profile in LDAP API pom.xml, Apache DS builds fine with Java 8. I will create a new LXDAP API release. On 10/08/2022 07:20, Emmanuel Lécharny wrote: Correction, this is not a MINA issue, as we built it with the proper tag:       java-8-compilation  

Re: Can't build ApacheDS with Java 8, because of MINA

2022-08-09 Thread Emmanuel Lécharny
Correction, this is not a MINA issue, as we built it with the proper tag: java-8-compilation [9,) 8 ... We don't have such a profile in the LDAP API, and we need to get it fixed... On 10/08/2022 07:11, Emmanuel Lécharny wrote: Ok, I

Re: Can't build ApacheDS with Java 8, because of MINA

2022-08-09 Thread Emmanuel Lécharny
Ok, I think I found the reason. There were some changes made in the ByteBuffer class in Java 9 (and forward) which leads to some error in Apache DS code. In MINA, I get an exception like: java.lang.NoSuchMethodError: java.nio.ByteBuffer.mark()Ljava/nio/ByteBuffer; which is badly handled

[jira] [Commented] (DIR-343) Documentation wrong

2022-08-09 Thread Jira
[ https://issues.apache.org/jira/browse/DIR-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17577751#comment-17577751 ] Emmanuel Lécharny commented on DIR-343: --- Hi, may you move the JIRA to the DIRSTUDIO project? Also

Can't build ApacheDS with Java 8

2022-08-09 Thread Emmanuel Lécharny
Hi, since I have bumped up the LDAP API version to 2.1.1, the tests are blocking on DirectoryServiceAnnotationTest when ran with Java 8. It's passing with Java 11. Here is the thread dump I get (see further down), it seems to block on surfire trying to read some stream. The surefire plugin

[jira] [Created] (DIR-343) Documentation wrong

2022-08-09 Thread Yasuf (Jira)
Yasuf created DIR-343: - Summary: Documentation wrong Key: DIR-343 URL: https://issues.apache.org/jira/browse/DIR-343 Project: Directory Issue Type: Bug Components: sitedocs

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

2022-08-09 Thread Warren White (Jira)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17577619#comment-17577619 ] Warren White edited comment on DIRSTUDIO-1293 at 8/9/22 8:49 PM: - New

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

2022-08-09 Thread Warren White (Jira)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17577619#comment-17577619 ] Warren White commented on DIRSTUDIO-1293: - New install of Eclipse on macOS Monterey version

[Announcement] : Apache LDAP API 2.1.1

2022-08-09 Thread Emmanuel Lecharny
The Apache Directory project is proud to announce the release of the Apache LDAP API 2.1.1 version ! The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API). This is a schema aware API,