Upgrading from 3.0.5 to 3.0.6 - spring

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

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

Related

upgrade spring boot 2.7.0, do I need to also upgrade all the Managed Dependencies

I am upgrading to spring boot 2.7.0 do I need to also upgrade all the Managed Dependencies mentioned in https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/2.7.0 in my project also ?
Thanks
Just upgrade the spring boot parent version and let it handle its related dependencies
Read these points:
https://www.baeldung.com/spring-boot-starter-parent#spring-boot-starter-parent
https://www.baeldung.com/spring-boot-starter-parent#managing-dependencies

Spring Boot version update from 1.5.x to 2.x

While upgrading spring boot version form 1.5.x to 2.x, i am getting errors in MongoTemplate. In older version getCollection method returns DbCollection where new version return MongoCollection.
How to convert legacy code to new version code?
Please help me
Thanks in advance

Why can't I select Springboot 2.1.1 not on Spring Tool Suite nor on https://start.spring.io/?

This is my first project with Springboot.
I've been told to create a web application with Springboot 2.1.1.
This version is not available, not on Spring Tool Suite 4 nor on https://start.spring.io/.
Since this is my first project with Springboot, and I miss a lot of knowledge about it, can you explain what's the issue about the version, and why 2.1.1 is missing?
I suppose Springboot version are related with the version of the inclided dependencies.
Thank you guys
It has been already replaced with 2.1.2, when the minor numbers are updated (here the x.x.2) you can't select the previous ones in spring initializr.
So you want to select the 2.1.2 which is the same that the 2.1.1 with minor fixes.

Spring upgradation for grails application

I have a grails web app. This uses grails-1.0.1 version. For some reason, I need to upgrade to higher version of Spring (4.2.3). Is it possible to upgrade to higher version of spring without upgrading to higher version of grails ?
Thanks,
Varun

Compatible jars for SPRING 3.2.8

What are the compatible release version for jars mentioned below for SPRING 3.2.8 release
spring-data-commons-core
spring-data-mongodb
spring-integration-core
spring-ws-core
spring-xml
You could try these jars:
spring-data-commons-core-1.2.0.RELEASE.jar
spring-data-mongodb-1.2.0.RELEASE.jar
spring-integration-core-3.0.0.RELEASE.jar
spring-ws-core-2.1.4.RELEASE.jar
spring-xml-2.0.3.RELEASE.jar
When you upgrade to Spring 4.0, then you could have a look at the spring-boot-dependencies.pom, it contains a set of Dependencies (and there version) that work together.
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Btw: I recommend to update to Spring 4.0, to be able to update to 4.1 when necessary. Because:
Both (4.0.5 and 3.2.9) of those are designed as a final feature release in the respective line - we will only consider further releases from the 4.0.x and 3.2.x branches in case of serious bugs now. (Spring Blog: Spring Framework 4.0.5 & 3.2.9 released - next stop: 4.1)

Resources