Re: 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-10 Thread Emmanuel Lécharny
Side note: in order to be able to generate the LDAP API site, the maven-site-plugin version must be changed to 3.12.0 instead of 4.0.0-M5. I'll change that in the next vesion. On 10/08/2022 07:46, Emmanuel Lécharny wrote: I confirm. If I add the missing profile in LDAP API pom.xml, Apache DS

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

2022-08-10 Thread Yasuf (Jira)
[ https://issues.apache.org/jira/browse/DIR-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasuf closed DIR-343. - Resolution: Won't Fix > Documentation wrong > --- > > Key: DIR-343 > URL:

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

2022-08-10 Thread Yasuf (Jira)
[ https://issues.apache.org/jira/browse/DIR-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17577850#comment-17577850 ] Yasuf commented on DIR-343: --- As per request closing this jira. Opened

[jira] [Created] (DIRSTUDIO-1302) Documentation wrong

2022-08-10 Thread Yasuf (Jira)
Yasuf created DIRSTUDIO-1302: Summary: Documentation wrong Key: DIRSTUDIO-1302 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1302 Project: Directory Studio Issue Type: Bug

[VOTE] Apache LDAP API 2.1.2

2022-08-10 Thread Emmanuel Lécharny
Hi all, this is a vote for the release of Apache LDAP API 2.1.2 This is a correction in the package construction, in order to be bale to run Apache Directory Server with Java 8 (with the 2.1.1 version, Java 11 was required). There is no other significative change. The revision :

Re: Java version minimal version: should we move to a more recent Java version?

2022-08-10 Thread Shawn McKinney
> On Aug 10, 2022, at 4:52 AM, Emmanuel Lécharny wrote: > > we currently support Java 8 (plus the newer LTES 11 and 17. > Java 8 is EOL since mars 2022, and the security support ends in 2025. > > Should we decide to drop Java 8 now? > I’m not opposed to it. > We currently have tests for: >

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-10 Thread Emmanuel Lécharny
I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's not enough. Fixed in trunk. On 30/07/2022 10:23, Emmanuel Lécharny wrote: Seems like it's an issue with a mixed Java version being used: the lib built with Java 11 and running tests in Java 8, or something like that.

Java version minimal version: should we move to a more recent Java version?

2022-08-10 Thread Emmanuel Lécharny
Hi! we currently support Java 8 (plus the newer LTES 11 and 17. Java 8 is EOL since mars 2022, and the security support ends in 2025. Should we decide to drop Java 8 now? We currently have tests for: LDAP API: Java 8, 11, 17 on Linux, Java 8 on windows Server: Java 8, 11, 17 on Linux, Java

Re: Java version minimal version: should we move to a more recent Java version?

2022-08-10 Thread Emmanuel Lécharny
FTR, here is the list of projects and supported Java versions: Directory Project none LDAP API: Linux Java 8, 11, 17 Windows java 8 Mavibot Linux Java 8, 11, 17 Windows Java 8

Re: Java version minimal version: should we move to a more recent Java version?

2022-08-10 Thread Shawn McKinney
> On Aug 10, 2022, at 8:30 AM, Emmanuel Lécharny wrote: > > FTR, here is the list of projects and supported Java versions: > > Directory Project > none > > LDAP API: > Linux > Java 8, 11, 17 > Windows > java 8 > > Mavibot > Linux >

Re: Infinite loop in Apache Directory Server when using MINA 2.2.1

2022-08-10 Thread Jonathan Valliere
Was the fix in Mina or Directory? On Wed, Aug 10, 2022 at 5:34 AM Emmanuel Lécharny wrote: > I confirm. I built the LDAP API with Java 11 targetting Java 8, but it's > not enough. > > Fixed in trunk. > > On 30/07/2022 10:23, Emmanuel Lécharny wrote: > > Seems like it's an issue with a mixed