PDA

View Full Version : Spring 2.5.5 required now?


ulsa
May 30th, 2008, 06:30 AM
The latest rc1-snapshot (20080530.014359-29) gives me some trouble. I get a classnotfound on some osgi util class, but the reason seems to be that Spring 2.5.5 is required by some bundles. I changed my poms to use 2.5.5, but couldn't get the jars. Have I missed something, or will it be fixed when 2.5.5 appears in the repos?

Costin Leau
May 30th, 2008, 10:57 AM
Ulrik, the latest snapshot uses a snapshot of Spring 2.5.5 since we're approaching the release and and so does Spring 2.5.5. The package import for 2.5.5 is just a convenience but you are right - only 2.5.4 is actually required.
I'll change the version required by the package import but the project itself will still rely on 2.5.5 snapshot.

Costin Leau
May 30th, 2008, 03:22 PM
Ulrik, I've fixed this in the TRUNK so the next nightly build should contain imports for version 2.5.4+.

ulsa
May 31st, 2008, 04:54 AM
It works with the latest rc1-snapshot from May 31. Thanks.