Spring Framework 3.2.16 available now
After 4.2.4 and 4.1.9 earlier today, it is my pleasure to announce that Spring Framework 3.2.16 is now available.
After 4.2.4 and 4.1.9 earlier today, it is my pleasure to announce that Spring Framework 3.2.16 is now available.
We are pleased to announce that Spring Batch 3.0.6.RELEASE is now available via Maven Central, Github and the Pivotal download repository. This is the 6th maintenance release for the 3.0.x branch of Spring Batch and addresses a number of minor bug fixes and enhancements. Many thanks to all of those who submitted the many pull requests that went into this release.
Spring Batch Home | Source on GitHub | Reference Documentation
We look forward to your feedback in Jira, StackOverflow, or to me directly via Twitter @michaelminella.
I'm delighted to announce that Spring REST Docs 1.0.1.RELEASE is available from Maven Central, JCenter, and our release repository.
This maintenance release includes a number of changes, including improved support for documenting attributes in XML payloads. An immediate upgrade is recommended for all Spring REST Docs users.
Dear Spring Community,
I'm pleased to announce the release of Spring Social Facebook 2.0.3.RELEASE. This is a maintenance release that addresses a few bugs, the most significant of which was a breaking change introduced recently in Facebook's Graph API which prevented connections and sign-in from working with Spring Social Facebook. In addition, the API binding has been adjusted to target Graph API v2.5.
View the changelog for more details.
You might have heard the news already: JDK 9 is going to be delayed by half a year, now aiming for a March 2017 release instead of its original September 2016 target.
Since Spring 5 is designed to track JDK 9 very closely, we decided to revisit our own roadmap as well: We are nevertheless going to start our release candidate phase in Q4 2016 but we won't go GA before March 2017 either. That said, we really mean it: The goal is for Spring Framework 5.0 to go GA right after JDK 9's GA date then.
The opportunity for you to start working with Spring 5 features will begin much sooner anyway, with…
I am pleased to announce that Gradle dependency management plugin 0.5.4.RELEASE is now available from Maven Central, JCenter, and the Gradle Plugin Portal.
This maintenance release includes a significant improvement in the performance of applying Maven-style exclusions to your Gradle builds. The change provides a 20x speed up, reducing the overhead, even with very complex dependency graphs, to 50ms or less.
For more information about how the plugin can improve your Gradle builds, please read the introductory blog post.
I’m pleased to announce the availability of Spring Cloud Connectors 1.2.1. This is a maintenance release with a few new features and a few bug fixes.
Here are the highlights:
DATABASE_URL
environment variable when detecting PostgreSQL database.DataSource
, Spring Cloud Connectors will look for a pooling DataSource
implementation on the classpath and choose one based on a default priority. The priority of detection has been changed to more closely match the order used in Spring Boot.DataSource
implementations using either Java configuration or XML configuration.DataSourceConfig
will now accept a map of key/value pairs to allow setting arbitrary properties of the created DataSource
. This allows overriding of the default JDBC driver class name and validation query set up by Connectors, in addition to other properties of the DataSource
…Dear Spring Community,
I am happy to announce the 3.7.2 release of the Spring Tool Suite, our Eclipse-based tooling.
STS 3.7.2 focuses on fixing existing issues and updating STS to work with the latest updates on Cloud Foundry, Spring, and the various Spring projects.
The list of fixed issues include:
To download the distributions, please go visit:
STS 3.7.3 is scheduled to ship in early March 2016.
Enjoy!
Dear Spring Community,
I'm pleased to announce the availability of Spring Social 1.1.4.RELEASE. This includes the Spring Social Core, Web, Security, and Config modules.
This is a maintenance release, addressing a handful of bugs and introducing a few minor improvements (many of which were submitted as pull requests from our wonderful open-source community...thanks!). View the changelog for full details.
We are pleased to announce the 1.2 release of the Spring Data JDBC Extensions project. This release updates the Querydsl dependency to 3.6.9 and adds an option to retrieve SearchResults
using the QueryDslTemplate
. See changelog for 1.2.1.RELEASE.
We are also pleased to announce the first milestone of the 2.0 version of the Spring Data JDBC Extensions project. The big changes for this release are: