Spring Boot 1.5.20 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Boot 1.5.20 has been released and is now available from repo.spring.io and Maven Central.
Spring Boot 1.5.20 is a maintenance release that includes over 30 dependency updates and selected bug fixes. These upgrades include Spring Security OAuth 2.0.17 which addresses a recently announced CVE.
If you haven’t already upgraded to Spring Boot 2, please consider doing so as support for 1.x will end on August 1st 2019.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
Spring Boot 2.0.9 Released
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Boot 2.0.9 has been released and is now available from repo.spring.io and Maven Central.
This is a maintenance release that includes almost 40 dependency updates and selected bug fixes.
This is the last release in 2.0 line. Please consider upgrading to Spring Boot 2.1 if you haven't already done so.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
Spring Framework 5.1.6, 5.0.13 and 4.3.23 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 5.1.6.
, 5.0.13
and 4.3.23
are available from repo.spring.io as well as Maven Central now.
Spring Framework 5.1.6
includes 49 fixes and improvements. Spring Framework 5.0.13
is the last regular release of the 5.0.x
line and includes 25 fixes and selected improvements. At this point, we expect all 5.x
users to upgrade to 5.1.6
. We've also released 4.3.23
that includes 20 fixes and selected improvements.
As usual, those maintenance releases will be used for the upcoming Spring Boot 1.5.20
, 2.0.9
, 2.1.4
releases coming up later…
Spring Tools 4.2.0 released
Dear Spring Community,
I am happy to announce the 4.2.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Atom.
Highlights from this release include:
- (Spring Boot) new: Allow configuration of VM arguments for LSP process "PropertiesLauncher" (#211)
- (Spring Boot) performance: major performance improvements to symbol indexing infrastructure by caching created symbols across language server starts
- (Spring Boot) performance: replaced internal type indexing with communication to JDT (language server) to save time and memory spend for keeping our own type index
- (Eclipse) new: distribution updated to Eclipse 2019-03
- (Eclipse) new: enables Spring JMX support now by default in Spring Boot launch configs
- various additional bug fixes and improvements …
Spring Tool Suite 3.9.8 released
Dear Spring Community,
Hey!
I am happy to announce the 3.9.8 maintenance release of the Spring Tool Suite 3 (STS3).
Highlights from this release include:
- updated to Eclipse 2019-03 release
- quick text search allows you to switch between modal and non-modal mode
- quick test search allows you to limit search scope to specific files
- new tab for running boot apps that show live data from the apps environment
- various bug fixes
To download the distributions, please go visit:
- Spring Tool Suite 3: https://spring.io/tools3/sts/all
- Detailed new and noteworthy notes can be found here: STS 3.9.8 New & Noteworthy. …
Spring Boot for Apache Geode & Pivotal GemFire 1.0.0.M4 Released!
On behalf of the Spring, Apache Geode and Pivotal GemFire communities, I am pleased to announce the release of Spring Boot for Apache Geode & Pivotal GemFire (SBDG) 1.0.0.M4
.
Special appreciation goes out to @starbuxman for his invaluable feedback after SpringOne Platform 2018. And, if you have not seen Josh’s Spring Tip video on Apache, please check it out.
What’s New
Among a few minor updates, Milestone 4 adds the following new capabilities:
-
Externalized configuration support with Spring Boot’s Configuration Processor and SBDG provided
@ConfigurationProperties
classes (Read here for more details). Inside STS or IJ Enterprise addition, developers will have the added convenience of auto-completion and content assist. -
GemFire/Geode nodes can now be named with the
spring.application.name
property. -
The GemFire/Geode Spring Boot starters now include Spring Shell as a runtime dependency, which is convenient when enabling and using GemFire/Geode’s management services.
-
Provided a workaround to an issue in Spring Cloud Commons .
…
Spring Cloud Data Flow 2.0.1 GA Released
The Spring Cloud Data Flow team is pleased to announce the release of 2.0.1 GA of Data Flow. Follow the Getting Started guides for running on Local, Cloud Foundry, and Kubernetes.
This is a minor release with mostly bug fixes and documentation enhancements.
Here are the highlights of this release:
-
Kubernetes deployment configuration for Skipper server is now backed by MySQL as the default database.
-
Remove extraneous Spring Data Redis dependency to fix Spring Cloud Data Flow server health check.
-
Improved Getting Started documentation.
-
Bug fixes on Spring Cloud Data Flow and Spring Cloud Data Flow UI.
-
All the out-of-the-box stream apps from the Documentation examples now use Einstein SR2.
…
Spring Boot 2.2 M1
On behalf of the team and everyone that contributed, I am pleased to announce that the first milestone of Spring Boot 2.2 has been released and is available from our milestone repository. This release closes over 140 issues and pull requests.
Highlights of this first milestone include:
- Spring Data Moore M2
- Significantly faster binding of large numbers of configuration properties
- Opt-in support for lazy bean initialization (there will be more on this in a subsequent blog post)
- JMX is now disabled by default
- Numerous dependency upgrades
- Faster startup and lower memory footprint when using the Actuator …
Spring Cloud Greenwich.SR1 is now available
On behalf of the community, I am pleased to announce that the Service Release 1 (SR1) of the Spring Cloud Greenwich Release Train is available today. The release can be found in Maven Central. You can check out the Greenwich release notes for more information.
Notable Changes in the Greenwich Release Train
Spring Cloud Netflix
Spring Cloud Stream
- Bug fixes
Spring Cloud Cloudfoundry
Spring Cloud Commons
Spring Cloud OpenFeign
- Added Spring Data pagable support
- Issues
Spring Cloud Task
- Bug fixes
Spring Cloud Sleuth
Spring Cloud Aws
- Logging and formatting changes …