You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Manfred Baedke (Jira)" <ji...@apache.org> on 2021/10/01 14:05:00 UTC

[jira] [Comment Edited] (OAK-9583) auth-ldap: update to latest Apache Directory Server versions

    [ https://issues.apache.org/jira/browse/OAK-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423295#comment-17423295 ] 

Manfred Baedke edited comment on OAK-9583 at 10/1/21, 2:04 PM:
---------------------------------------------------------------

Looks like the API update to 2.1.0 causes test failures because it will use TLSv1.3 as default value when creating a TLS connection and no protocol is specified. This is not supported by older Java versions.  I got test failures with JDK 1.8.0_212. But TLSv1.3 support has been backported even to Java 8 (see https://www.oracle.com/java/technologies/javase/8u261-relnotes.html). 
Is it ok for us to require at least 8u261? Alternatively we could enforce TLSv1.2 in our tests, but I'd prefer to test both TLSv1.2 and TLSv1.3.


was (Author: baedke):
Looks like the API update to 2.1.0 causes test failures because it will use TLSv1.3 as default value when creating a TLS connection and no protocol is specified. This is not supported by older Java versions.  I got test failures with JDK 1.8.0_212. But TLSv1.3 support has been backported even to Java 8 (see https://www.oracle.com/java/technologies/javase/8u261-relnotes.html). Is it ok for us to require at least 8u261?

> auth-ldap: update to latest Apache Directory Server versions
> ------------------------------------------------------------
>
>                 Key: OAK-9583
>                 URL: https://issues.apache.org/jira/browse/OAK-9583
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: auth-ldap
>            Reporter: Julian Reschke
>            Assignee: Manfred Baedke
>            Priority: Major
>             Fix For: 1.42.0
>
>         Attachments: OAK-9583.diff
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)