Spring Tips: Hello, Java 22!
Hi, Spring fana! In this installment, I look at the amazing, just-released, Java 22!
Hi, Spring fana! In this installment, I look at the amazing, just-released, Java 22!
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Functions Catalog 5.0.0-M1
and Spring Cloud Stream Applications 2024.0.0-M1
has been released and is now available from Spring Milestone Repo.
This release updates all of the applications to use Spring Functions Catalog. Release notes are available:
We welcome feedback and contributions, so please reach out to us on Stackoverflow or Spring Functions Catalog - GitHub or Stream Applications - GitHub.
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Functions Catalog 5.0.0-M2
and Spring Cloud Stream Applications 2024.0.0-M1
has been released and is now available from Spring Milestone Repo.
This release updates all of the applications to use Spring Functions Catalog. Release notes are available:
We welcome feedback and contributions, so please reach out to us on Stackoverflow or Spring Functions Catalog - GitHub or Stream Applications - GitHub.
Hi, Spring fans! In this episode I'm joined by Java luminaries and Apress' Beginning Spring 6 authors Joseph Ottinger and Andrew Lombardi
I am pleased to announce that Spring for GraphQL 1.2.6 is now available on Maven Central.
This release closes 8 issues. It is a bit off our usual cycle but we wanted to fix particular issues a give an early chance to external integrations to release against this version.
The 1.2.6 version will ship with Spring Boot 3.1.11 and 3.2.5, to be released next month.
If you have general questions, please ask on stackoverflow.com using the spring-graphql
tag.
Project Page | GitHub | Issues | Documentation | Stack Overflow
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2023.0.1 Release Train is available today. The release can be found in Maven Central. You can check out the 2023.0.1 release notes for more information.
Based on Spring Boot 3.2.4.
See the GitHub project for all changes made in this release.
Hi, Spring fans! Welcome to another installment of This Week in Spring!
webjars-locator-lite
module, created by the…On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.0-M3
has been released and is now available from https://repo.spring.io/milestone.
This release includes 70 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:
Please see the release notes for more details and upgrade instructions.
NOTE: We are in the process of migrating the Spring Boot documentation to Antora. The docs for this release will be a little delayed.
Thanks to…
I am happy to announce the availability of Spring Modulith 1.2 M3. It contains a couple of dependency upgrades, bug fixes but the following new features primarily:
package-info.java
. Package-level configuration annotations such as @ApplicationModule
or @NamedInterface
can now be used on types annotated with @PackageInfo
.@ApplicationModuleListener
now exposes @EventListener
's condition
…A few Java libraries have shown up recently that use text templates, but compile to Java classes at build time. They can thus claim to some extent to be "reflection free". Together with potential benefits of runtime performance, they promise to be easy to use and integrate with GraalVM native image compilation, so they are quite interesting for people just getting started with that stack in Spring Boot 3.x. We take a look at a selection of libraries (JStachio, Rocker, JTE and ManTL) and how to get them running.
The source code for the samples is in GitHub and each template engine has its own…