blue-sky
blue-sky

Reputation: 53806

Upgrading from 3.0.5 to 3.0.6

Is it safe to upgrade from spring version 3.0.5 to 3.0.6 ?

Are there any issues I should watch out for ? Far as im aware there should be no issue as its such a minor upgrade in the version number, as opposed going from spring 1 to spring 3.

Why the down vote ?

Looking at http://static.springsource.org/spring/docs/3.1.x/changelog.txt there does'nt seem to be any mention of differences between 3.0.5 & 3.0.6. It jumps from 3.0.5 to 3.1 M1

Upvotes: 0

Views: 338

Answers (1)

Ralph
Ralph

Reputation: 120771

I have had no problem with updating my project from 3.0.5 to 3.0.6

But you can use this query:

project = SPR AND issuetype = Bug AND affectedVersion = 11791 AND affectedVersion != 11636 ORDER BY priority DESC

To search for all Spring Jira Bugs that affect version 3.0.5 but not 3.0.5

But this list does not mean that the bug is added in 3.0.6, it just mean that maybe none checked it in 3.0.5

Upvotes: 1

Related Questions