09-25-06 12:11 PM
[ http://issues.apache.org/jira/brows...243
7524 ]
Bastiaan Bakker commented on DIRSERVER-750:
-------------------------------------------
hmm, I see I created this issue with priority 'major', should be 'minor' I g
uess. Looks like I can't modify the priority however....
Anyway, apacheds-shared-ldap, has a build dep on commons-lang in its pom, bu
t doesn't actually use commons-lang. So the whole dep can be removed.
For apacheds server, it recompiles fine with commons-lang 2.1.
I do see usage of comons-lang in server-jndi/src/main/java/org/apache/direc
tory/server/jndi/ServerContextFactory.java and
core/src/test/java/org/apache/directory/server/core/jndi/LdapJndiPropertiesT
est.java without a commons-lang dep in the correspondind poms. Do they rely
on a transitive dep?
> update commons-lang from 2.0 to 2.1
> -----------------------------------
>
> Key: DIRSERVER-750
> URL: http://issues.apache.org/jira/browse/DIRSERVER-750
> Project: Directory ApacheDS
> Issue Type: Improvement
> Affects Versions: 1.0-RC4
> Reporter: Bastiaan Bakker
>
> ApacheDS currently uses jakarta commons-lang 2.0, which is over three years old an
d incompatible with JDK1.5 (enum keyword conflict). comons-lang-2.1 (the latest rele
ased version) is backwards compatible with 2.0 (with one exception that doesn't affe
ct
ApacheDS) and contains several bugfixes and improvements. It's also required
by spring-ldap, a package that can be useful in partition backend code.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://iss
ues.apache.org/ji...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|