A minor maintenance release of Spring Web Flow is now available for use. The release addresses compatibility issues against Spring Security 4.0 and the Mojarra and Apache MyFaces JSF implementations. For a list of the addressed issues see the release notes JIRA report.
We've just released Spring Boot v1.3.0.M4 as we found an annoying regression with CloudFoundry deployment. This release includes additional fixes and improvements.
#SpringOne 2GX 2015 is around the corner!
Book your place at SpringOne2GX in Washington, DC soon. It's simply the best opportunity to find out first hand all that's going on and to provide direct feedback.
We are pleased to announce that the final release candidate for Spring Integration 4.2 (4.2.0.RC1) is now available in the spring milestone repository.
Features of this release include:
Security Context Propagation
The security context can now be propagated across ExecutorChannel and QueueChannels. The framework takes care of clearing the inherited security context when the downstream flow completes.
STOMP Client Channel Adapters
STOMP client-side channel adapters based on the support in Spring Framework 4.2 are now available (the initial work announced in milestone 1 is now complete).
We are pleased to announce that the release candidate for the 1.5 release (1.5.0.RC1) is now available.
New features and improvements in this release include:
Enhanced HA Queue Support
The high availability queue support has been enhanced in that you can configure a listener container to connect to the broker that is currently the master for the container's queue. If the connection is lost, the new master is determined and a connection to that broker is established.
RabbitTemplate Blocking Receive
It is now possible to use the the RabbitTemplate to receive ad-hoc messages. Previously, only a non-blocking receive()…
We are pleased to announce that Spring Batch 3.0.5.RELEASE is now available via Maven Central, Github and the Pivotal download repository. This is the 5th maintenance release for the 3.0.x branch of Spring Batch and addresses a number of minor enhancements as well as bringing Spring Batch fully compatible with Spring Framework 4.2. Many thanks to all of those who submitted the many pull requests that went into this release.
On behalf of the Spring Data team, I am pleased to announce the availability of the first and final release candidate of Spring Data release train Gosling. The release ships 121 fixes and enhancements, most notably the following ones:
Querydsl integration for Spring MVC and Spring Data REST (see the example for details).
Improved compatibility with Spring Framework 4.2 and Spring Boot dev tools.
Spring Data JPA now exposes a JpaContext to easily obtain an EntityManager per domain type.
RepositoryRestConfigurer for less invasive configuration in Spring Data REST.
Spring Data Redis uses Lettuce fork maintained by Mark Paluch.
Support for ReadPreference in Spring Data MongoDB aggregations.
Support for range facets in Spring Data Solr.
Dependency upgrades to Spring Framework 4.1.7, Guava 18 and Jackson 2.6.
To be able to use Hive 1.x which dropped support for HiveServer1 and the corresponding Thrift client we had to rewrite the Hive support in Spring for Apache…
First up will be Spring Framework 4.3 in Q2 2016, as a final feature release in the 4.x series.
As mentioned, this will still be designed for the general Spring 4 system requirements (Java 6+, Servlet 2.5+) and getting prepared for an extended 4.3.x support life until 2019, in particular for users on JDK 6 and 7 but also for applications deployed to older app…