Upgrading to Spring 3.0.3.RELEASE - Where can I find a history of the jars? -
I'm trying to upgrade an application that uses the latest version 2.5.6 (3.0.3 .RELEASE) version and I'm using Spring repositories to find the latest version of the jar which I want to do:
I'm on version 2.0.8 for Spring-Fake. I have found the documentation that the spring-shock went into the spring test with 2.5.x but according to the repository spring-testing it is no longer present in 3.0.3. RELEASE. I am having trouble with what has happened with Vasant-Tx and Spring-WebMVC-Struts 2.5.6.
Any of you know what happened to these jars (i.e., moved, demoted) and where can I get the documents?
I have all the jars which mention the jar in a project at present. I've just used Maven, the easiest way to find Jar:
& lt; Properties & gt; & Lt; Org.springframework.version & gt; 3.0.3.RELEASE & LT; /org.springframework.version> & Lt; / Properties & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-struts & lt; / ArtifactId> & Lt; Version & gt; $ {Org.springframework.version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-tx & lt; / ArtifactId> & Lt; Version & gt; $ {Org.springframework.version} & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework & lt; / Group & gt; & Lt; ArtifactId & gt; Spring test & lt; / ArtifactId> & Lt; Version & gt; $ {Org.springframework.version} & lt; / Edition & gt; & Lt; Scope & gt; Trial & lt; / Scope & gt; & Lt; / Dependencies & gt;
Comments
Post a Comment