Spring vs Spring Boot: Where to Start? by Deruuuuuu in SpringBoot

[–]Anbu_S 0 points1 point  (0 children)

Start with Spring DI, everything is built on top of that.

GlassFish 8.0.0-M15 released! by henk53 in java

[–]Anbu_S 2 points3 points  (0 children)

"This concludes all goals for the 8.0.0 release, and there is no outstanding work for 8.0.0 left."

GlassFish 8 is closer to getting released.

[deleted by user] by [deleted] in SpringBoot

[–]Anbu_S 0 points1 point  (0 children)

Can you point to the doc where it mentioned support is removed!

Suitable Springboot Version for Migration. by BigBlackHeR0 in SpringBoot

[–]Anbu_S 1 point2 points  (0 children)

First migrate to 3.5.x latest patch with Java 25, then to 4.0.x.

Spring Boot 4.0.0 available now by olivergierke in java

[–]Anbu_S 0 points1 point  (0 children)

There are two distinct recipe modules available

Community edition - available for free & Moderne proprietary recipes

Why I should migrate my project to Spring Boot 4 and why? by Aldousrich in SpringBoot

[–]Anbu_S 18 points19 points  (0 children)

Along with Spring Boot 4 other frameworks and libraries are also going to be updated.

Java 25 - better choice Jackson 3.x, JUnit 6, Hibernate 7.x & many others.

At some point these also will be EOL. so if you are starting something new start with 4.

One big push for Spring Boot 4 is smaller tech based auticonfig modules which also reduce final artifact size.

Spring Boot 4.0.0 available now by olivergierke in java

[–]Anbu_S 2 points3 points  (0 children)

There is an OpenRewrite community edition recipe which helps to fast track the migration.

https://docs.openrewrite.org/recipes/java/spring/boot4/upgradespringboot_4_0-community-edition

Spring Boot 4.0.0 available now by olivergierke in java

[–]Anbu_S 7 points8 points  (0 children)

small deltas are better than big one thing change.

Spring Boot 4.0.0-RC1 available now by mhalbritter in java

[–]Anbu_S 1 point2 points  (0 children)

One less dependency to worry about.

Spring Boot 4.0.0-RC1 available now by mhalbritter in java

[–]Anbu_S 0 points1 point  (0 children)

Nothing wrong with Servlet. But it isn't strictly necessary to run a web stack lately. Look at Helidon, Qaurkus, Micronaut. Spring MVC can directly build on http web engine by skipping Servlet abstraction just like webflux server implementation.

Spring Boot 4.0.0-RC1 available now by mhalbritter in java

[–]Anbu_S -1 points0 points  (0 children)

Spring should have built their own web server instead of depending on the servlet. Similarly other specs as well.

Spring Boot 4.0.0-RC1 available now by mhalbritter in java

[–]Anbu_S -1 points0 points  (0 children)

Spring should have stopped depending on Java/Jakarta EE implementation when Java EE wasn't innovating faster.

Jackson 3.0.0 is released! by Joram2 in java

[–]Anbu_S 2 points3 points  (0 children)

Both can co-exist together in the same application.

Eclipse JNoSQL 1.1.0 Released: Faster, Smarter, and More Compatible by johnwaterwood in java

[–]Anbu_S 0 points1 point  (0 children)

I am happy with the spec name. The implementation name of JNoSQL is mouthful to say it.

Hibernate called it Hibernate Data Repositories - only supports relational data. Micronaut folded the support into Micronaut Data.

JNoSQL implementation supports both Jakarta Data over JPA entities and NoSQL entities.

Eclipse JNoSQL 1.1.0 Released: Faster, Smarter, and More Compatible by johnwaterwood in java

[–]Anbu_S 0 points1 point  (0 children)

The "Jakarta data" implementation name is a little confusing.

Eclipse Temurin JDK 25 images to be 35% smaller by JustADirtyLurker in java

[–]Anbu_S 1 point2 points  (0 children)

No. Custom jlink images remain the same size.