Spring Security 4.2.2 Released
On behalf of the community, I’m pleased to announce the release of Spring Security 4.2.2 which fix has a number of bug fixes. Users are encouraged to update immediately.
Project Site | Reference | Guides | Help
On behalf of the community, I’m pleased to announce the release of Spring Security 4.2.2 which fix has a number of bug fixes. Users are encouraged to update immediately.
Project Site | Reference | Guides | Help
On behalf of the entire team, I'd like to announce the availability of Ingalls SR1 and Hopper SR8 service releases. Both of them ship 77 issues fixed in total. As usual, service releases are bugfix ones and recommended upgrades for all users. The releases are going to be picked up by the upcoming Boot 1.5 and 1.4 services releases for your convenience.
The complete list of issues fixed for Ingalls SR1 can be found here, the one for Hopper SR 8 here.
It is my pleasure to announce that Spring Framework 4.3.7 has been released.
This maintenance release is the base for the upcoming Spring Boot 1.4.5 and 1.5.2 releases and includes over 20 fixes and selected improvements.
Dear Spring community,
Leading into 2017, the fifth Spring Framework 5.0 milestone is available now. Once again, please check the project page for how to obtain it from our milestone repository.
This is the last milestone before we enter the release candidate phase. Our feature-complete RC1 is planned for early April, initiating a series of release candidates up until June. With this timeline, against near-final releases of OpenJDK 9 and several EE 8 specifications, our 5.0 generation covers early JDK 9 support as well as Servlet 4.0 and Bean Validation 2.0 already.
On another front, 5.0 M5 finally introduces a dedicated name for our reactive web framework: It is my pleasure to publicly announce Spring WebFlux, with the spring-web-reactive
module renamed to spring-webflux
…
A batch update of releases has arrived and it is brought to you with the new Aluminium-SR1
Bill Of Material. Just in time for Spring Framework M5 !
An important quality update with new features including predicated-based windows and the checkpoint
operator, fixes, test coverage and for the first time in 3.0.x line, a draft reference guide.
We are now working on 3.0.6.RELEASE
which is going to be our last major 3.0 content update before 3.1.0.RELEASE
. We encourage our Spring Community to just follow deprecated instructions if they hit any of the @Deprecated
API, thus simply preparing for a quick, painless, upgrade when time comes. Have a look at our issues backlog…
The 1.1.1.RELEASE maintenance release of Spring Cloud Data Flow for Cloud Foundry is now available and includes a variety of stability and performance improvements. Following are the highlights:
Stability Improvements The instability problems when using SCDF’s 1.1.0.RELEASE on PCF manifested to the users in the following forms.
stream list
operation would hang and eventually time out with “IllegalStateException: 503 Bad Gateway” or “IllegalStateException: Timeout on block read” exceptions. This is addressed in the cf-java-client library.
With SCDF server sitting cold/idle for a period of time and with OAUTH token refresh routine happening in the background, any new operation to the server would never complete. The OAUTH refresh token routine had a bug in successfully negotiating for new tokens. This is addressed in the cf-java-client library.
It's my pleasure to announce that Spring IO Platform Brussels-RELEASE is available now from the Spring release repository and Maven Central.
The Brussels release introduces the following projects to the Platform:
The Brussels release also upgrades the versions of a number of projects:
The versions of numerous third-party dependencies have also been updated.
Project Page | GitHub | Issues | …
On behalf of the team, I am excited to announce the release of the first milestone of Spring Cloud Data Flow 1.2.
Note: A great way to start using this new release(s) is to follow the release matrix on the project page, which includes the download coordinates and the links to the reference guide.
Over the last few weeks, we have added new features and improvements to the overall orchestration of data microservices. The following new features were included in the 1.2.0.M1 release:
deployer.<appname>.xxx
as opposed to app.<appname>.spring.cloud.deployer.xxx
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M3
.
Apart from some bug and documentation fixes it’s providing an out of the box support for blue green deployment on Cloud Foundry (both for Concourse and Jenkins)! This is how we do it.
When you click deploy to prod
we’re renaming the current instance of the app e.g. fooService
to fooService-venerable
we’re deploying the new instance of the app under the fooService
name
now two instances of the same application are running on production
When you click on the Complete switch over
…
We are pleased to announce that Spring Cloud Task 1.2.0.M1 is now available via Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
This is the first milestone for the 1.2.x line of Spring Cloud Task. Intended to continue the integrations required for Spring Cloud Data Flow, this release provides the following new features:
Better DataSource integration between task and batch - This release makes configuring the DataSource used by the task/batch integration easier.
Allows an external process to update the external execution id - Prior to this release, the external execution id (the execution id for the underlying platform) had to be updated by the task itself. In some use cases, this is not possible. This release exposes the ability to update the external execution id outside the scope of the task itself.
Allow the user to configure a prefix for the task tables - Similar to how Spring Batch allows a user to configure a prefix for the batch repository tables, Spring Cloud Task now exposes the ability to configure a prefix for task repository tables as well.
…