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 2020/01/09 16:43:00 UTC

[jira] [Comment Edited] (OAK-8769) oak-auth-ldap pom needs maintenance

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

Manfred Baedke edited comment on OAK-8769 at 1/9/20 4:42 PM:
-------------------------------------------------------------

I ambitiously tried to update to api-all-2.0.0. Since there are incompatible changes vs api-all-1.00, some code changes were required, but even then we can't run the tests, because they start an internal LDAP server using the artifact org.apache.directory.server.apacheds-core, which depends on api-all-1.0.0 (even the most recent  versions).
So in order to switch to api-all-2.0.0, we'd have to use a different LDAP server for testing (or maybe do some forking magic).


was (Author: baedke):
I ambitiously tried to update to api-all-2.0.0. Since there are incompatiblle changes vs api-all-1.00, some code changes were required, but even then we can't run the tests, because they start an internal LDAP server using the artifact org.apache.directory.server.apacheds-core, which depends on api-all-1.0.0 (even the most recent  versions).
So in order to switch to api-all-2.0.0, we'd have to use a different LDAP server for testing (or maybe do some forking magic).

> oak-auth-ldap pom needs maintenance
> -----------------------------------
>
>                 Key: OAK-8769
>                 URL: https://issues.apache.org/jira/browse/OAK-8769
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: auth-ldap
>            Reporter: Manfred Baedke
>            Assignee: Manfred Baedke
>            Priority: Minor
>         Attachments: OAK-8769-dep-updates.diff
>
>
> The oak-auth-ldap pom features some legacy aspects that could use rework:
>  * It defines a profile to disable certain tests for JDK1.6, which should be redundant now.
>  * It defines a configuration for the maven-bundle-plugin which
>  ** embeds dependencies, which might (at least for some) no longer be needed.
>  ** embeds the dependencies transitively. Maybe we can get rid of that.
>  ** has some obscure exclusions from the package imports.
> Also, some of the dependencies use outdated versions.



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