Hi all,
I would like to start using java config ASAP but I donīt want to compromise my current project dependency configuration. Here is a snipet from my pom:
Code:
...
<!-- spring bundles -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.spring-library</artifactId>
<type>libd</type>
<version>2.5.6.SEC01</version>
</dependency>
...
One possible solution is to have a jar on my servletīs lib path until I can change the version above to 3.0.0 (July/August). Would this be recommended? Should I prefer the current JavaConfig m4 version (SPR-5632 issue)?
Thanks,
Mauricio