Spring Vault 1.1.2 and 2.0.1 released
On behalf of the community, I’d like to announce the availability of Spring Vault service releases 1.1.2 and 2.0.1, available from Maven Central.
Both releases primarily deliver bug fixes and dependency version updates along with some minor improvements.
For a complete list of changes see the changelogs of 1.1.2 RELEASE and 2.0.1 RELEASE.
Project Page | GitHub | Issues | Documentation for 1.1.2.RELEASE | Documentation for 2.0.1.RELEASE | Stack Overflow
Spring Boot 1.5.11 available now
On behalf of the team, I am pleased to announce that Spring Boot 1.5.11 has been released and is is now available from repo.spring.io and Maven Central.
Spring Boot 1.5.11 includes over 70 fixes, improvements and dependency updates. Thanks to all that have contributed with issue reports and pull requests.
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.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Boot 2.0.1 available now
Hot on the heels of Spring Boot 1.5.11, Spring Boot 2.0.1 is now available from repo.spring.io and Maven Central.
The first maintenance release of Spring Boot 2 includes over 160 fixes, improvements and dependency updates. Thanks to all that have contributed with issue reports and pull requests.
Note that the Spring Framework versions included in both Spring Boot releases contain fixes that address multiple vulnerability reports. Please see this blog post for more details.
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 REST Docs 1.2.4.RELEASE
It's my pleasure to announce that Spring REST Docs 1.2.4.RELEASE is available from Maven Central, JCenter, and our release repository. My thanks to everyone who contributed to this release by reporting bugs and opening pull requests.
This maintenance release includes a handful of bug fixes and documentation improvements. It is a recommend upgrade for all Spring REST Docs 1.x users.
GitHub | Issues | Documentation | Twitter | Gitter | Stack Overflow
Spring REST Docs 2.0.1.RELEASE
It's my pleasure to announce that Spring REST Docs 2.0.1.RELEASE is available from Maven Central, JCenter, and our release repository. My thanks to everyone who contributed to this release by reporting bugs and opening pull requests.
This maintenance release includes 12 bug fixes, documentation improvements, and dependency upgrades. It is a recommend upgrade for all Spring REST Docs 2.x users.
GitHub | Issues | Documentation | Twitter | Gitter | Stack Overflow
Spring Data Ingalls SR11 and Kay SR6 released
On behalf of the Spring Data team, I'm pleased to announce the Ingalls SR11 and Kay SR6 service releases. The Ingalls service release ships on top of the just-released Spring Framework 4.3.15 and in preparation of the upcoming Spring Boot 1.5.11 release. The Kay service release picks up Spring Framework 5.0.5 and will be picked up by Spring Boot 2.0.1 for your convenience.
Both releases ship with 158 tickets fixed in total and are recommended upgrades to all users of the Ingalls and Kay release trains. You can find all details within the linked changelogs.
Ingalls SR 11
- Spring Data Commons 1.13.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data JPA 1.11.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data MongoDB 1.10.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data for Apache Cassandra 1.5.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data for Apache Solr 2.1.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data GemFire 1.9.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data KeyValue 1.2.11 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Neo4j 4.2.11 - Artifacts - JavaDocs - Documentation - …
Spring Framework 5.0.5 and 4.3.15 available now
Dear Spring community,
I’m pleased to announce that Spring Framework 5.0.5 and 4.3.15 are available now, as another pair of refinement releases which are recommended as immediate upgrades for all users. Our 5.0.5 release is the foundation for the upcoming Spring Boot 2.0.1 release later this week, and 4.3.15 will be picked up by Boot 1.5.11 around the same time.
Both framework releases come with plenty of bug fixes but also with a wide selection of refinements, wrapping up before we branch towards Spring Framework 5.1 and turn the 5.0.x and 4.3.x lines into low-volume maintenance mode. Our 5.…
Spring Cloud Edgware.SR3 Has Been Released
On behalf of the community, I am pleased to announce that the Service Release 3 (SR3) of the Spring Cloud Edgware Release Train is available today. The release can be found in Maven Central. You can check out the Edgware release notes for more information.
Notable Changes in the Edgware Release Train
Spring Cloud Contract
- Updated Wiremock to 2.15.0
- By setting a system property
stubrunner.snapshot-check-skip
or environment variableSTUBRUNNER_SNAPSHOT_CHECK_SKIP
equal totrue
you can disable the SNAPSHOT assertion of downloaded stubs jar, e.g. in a CI server. - Bug fixes
Spring Cloud Consul
- Bug fixes …
Spring Cloud Open Service Broker 2.0.0.M2 Released
Spring Cloud Open Service Broker 2.0.0.M2 is now available. Spring Cloud Open Service Broker is a framework for building Spring Boot applications that implement the Open Service Broker API. This second milestone adds more polish and improvements as we continue toward a release candidate. The following list includes some of the updates:
-
Update JavaDoc, reference docs, some more JavaDoc, and more reference docs
-
Rename the
spring-cloud-open-service-broker
artifact tospring-cloud-open-service-broker-core
-
Add support for externalized configuration of the Catalog in YAML or Java properties
-
Add support to disable API version checking via a configuration property
-
Improve exception handling and logging
…