Spring Security 3.2.0.RC1 Released

Releases | Rob Winch | August 31, 2013 | ...

Spring Security 3.2.0.RC1 is now available from the SpringSource repository at http://repo.springsource.org. See here for a quick tutorial on resolving these artifacts via Maven.

This release includes tons of updates and fixes. The highlights include:

  • Polishing of Spring Security Java Configuration
    • Uses content negotiation to determine how to prompt user for authentication when multiple authentication mechanisms (i.e. HTTP Basic and Form login) enabled
    • AbstractSecurityWebApplicationInitializer allows registering Java Configuration directly
    • A number of bugs fixed
  • CSRF protection and automatic integration with Spring Web MVC jsp tags
  • Automatic cache control support
  • Defence against Clickjacking attacks
  • HTTP Strict Transport Security support to reduce Man in the Middle attacks
  • Samples include pom.xml so they can be imported as Maven projects
  • MediaTypeRequestMatcher for matching on requests with content negotiation
  • Over ten java configuration samples have been integrated into the samples directory
  • Three new guides that walk users through samples and provide detailed instructions on how to do specific tasks. More of these guides will follow in coming releases
  • Refer to Spring Security 3.2.0.RC1 preview for more details about this release.

    SpringOne2GX

    To learn about all the new features within Spring Security 3.2 attend my Getting Started with Spring Security 3.2 presentation at SpringOne2GX September 9-12, 2013. If you haven't already gotten your tickets, do so now before its too late!

    Changelog | Download | Reference Manual | Guides | FAQ

    Spring LDAP 1.3.2 Released

    Releases | Rob Winch | August 26, 2013 | ...

    It is with great pleasure that I am announcing the release of Spring LDAP 1.3.2. This release contains lots of bug fixes and will provide a solid foundation for a Spring LDAP 2.0 release.

    I'd like to thank Mattias Arthursson from 261 Consulting for all his hard work on this release.

    Spring Data Redis 1.1 RC1 Released

    Releases | Jennifer Hickey | August 23, 2013 | ...

    Dear Spring Community,

    I am pleased to announce the first release candidate of Spring Data Redis 1.1!

    Downloads | JavaDocs | Reference Documentation | Changelog

    Highlights include:

    • Support for millisecond precision in key expiration commands
    • Resubscription of message listeners on connection failure
    • Full implementation of ConcurrentMap contract in RedisMap and RedisProperties

    For more information about Spring Data Redis please see the home page for a live sample and webinar recording.

    We look forward to your feedback on the forum or in the issue tracker. We hope to see you at the upcoming SpringOne conference in Santa Clara, CA. Checkout the schedule and register!

    Spring XD 1.0 Milestone 2 Released

    Releases | Mark Pollack | August 14, 2013 | ...

    Today we are pleased to announce the 1.0 M2 release of Spring XD (download)  Spring XD is a unified, distributed, and extensible system for data ingestion, real time analytics, batch processing, and data export.  The project’s goal is to simplify the development of big data applications.

    The second milestone release of Spring XD introduces several new features that make it even easier to ingest and process real-time streams of data as well as orchestrate Hadoop based batch jobs.  In this blog post we will cover

    • Shell
    • New sources, sinks and transports
    • DSL improvements
    • Batch Jobs

    Shell

    The most noticeable new feature is the introduction of the interactive shell.  The shell provides you an easy way to create new streams and jobs, view metrics, interact with Hadoop, and more.  As an introduction to the shell I will redo some of the examples from the M1 blog post.

    Start…

    Spring Mobile 1.0.2 Released

    Releases | Roy Clarkson | August 06, 2013 | ...

    Dear Spring Community,

    We are happy to announce the release of Spring Mobile 1.0.2! Spring Mobile provides extensions to Spring MVC that aid in the development of cross-platform mobile web applications. This release includes the following:

    • Firefox OS now detected as mobile device
    • Kindle devices are now detected as tablets
    • Kindle Fire devices are detected as tablet if they are in Silk Desktop mode or Android WebView, and as mobile when in Silk Mobile mode
    • Additional bug fixes and improvements

    See the changelog and reference manual for more information.

    To retrieve the software, download the release distribution, or add the maven artifacts to your project. Sample apps are available to help you get started. If you are building a mobile web app, we encourage you try Spring Mobile 1.0.2 and collaborate with us on the next iteration of the project.

    Spring Mobile 1.1.0.RC1 Released

    Releases | Roy Clarkson | August 06, 2013 | ...

    Dear Spring Community,

    We are happy to announce the release of Spring Mobile 1.1.0.RC1! Spring Mobile provides extensions to Spring MVC that aid in the development of cross-platform mobile web applications. This release includes the following:

    • Firefox OS now detected as mobile device
    • Corrected an issue with redirects and forwards when using LiteDeviceDelegatingViewResolver
    • Additional bug fixes and improvements

    See the changelog and reference manual for more information.

    To retrieve the software, download the release distribution, or add the maven artifacts to your project. Sample apps are available to help you get started. If you are building a mobile web app, we encourage you try Spring Mobile 1.1.0.RC1 and collaborate with us on the next iteration of the project.

    Spring Data Redis 1.1 M2 and 1.0.6 Released

    Releases | Jennifer Hickey | August 06, 2013 | ...

    Dear Spring Community,

    I am pleased to announce the second milestone release of Spring Data Redis 1.1!

    Downloads | JavaDocs | Reference Documentation | Changelog

    Highlights include:

    • Significant enhancements to pipelining functionality
    • Data type conversion and deserialization of Redis transaction results
    • High level support for Redis 2.6 scripting through RedisTemplate
    • Modified API for adding or removing multiple List, Set, and Hash elements in one call
    • Support for using RedisTemplate without serialization

    There is also a new GA release, Spring Data Redis 1.0.6!

    Downloads | JavaDocs | Reference Documentation | Changelog

    Spring Data Redis 1.0.6 is a maintenance release containing a few bug fixes and minor enhancements. See the Changelog for more information.

    For more information about Spring Data Redis please see the home page for a live sample and webinar recording.

    We look forward to your feedback on the forum or in the issue tracker. We hope to see you at the upcoming SpringOne conference in Santa Clara, CA. Checkout the schedule

    Spring Data Babbage RC1 released

    Releases | Oliver Drotbohm | August 05, 2013 | ...

    I am pleased to announce the first and final release candidate of the Babbage episode of the Spring Data release train. I consists of the following modules:

    The release forms a significant milestone towards the GA releases expected around SpringOne this year. We added support for the MongoDB Aggregation Framework and improved the execution of polymorphic queries. On the JPA side of things we introduced support to use SpEL expressions in manually defined queries, improved the handling of entities using @IdClass and now allow to define the Date binding for repository query parameters using @TemporalType. The Neo4j module added support for countBy(…) queries and type safe query execution for repositories. You can find a more detailed list of features at the wiki page summarizing the Babbage content.

    This release is the perfect time to play with the new features and report back your experiences before we turn it to a GA release in a few weeks. We'd be happy to hear your opinions in the forums or in the bug tracker in case you run into any issues.

    If you want to learn more about Spring Data or the Spring eco-system in general, the upcoming SpringOne conference in Santa Clara, CA is the perfect time and place to be. Checkout the schedule and register!

    Spring Shell 1.1.0.M1 Released

    Releases | Mark Pollack | July 26, 2013 | ...

    Dear Spring Community,

    I am pleased to announce the first milestone release Spring Shell 1.1. Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. This release adds support for testing of commands as well as several bug fixes and general improvements. Many thanks to to those who submitted pull-requests

    Downloads | JavaDocs | Reference Documentation | Changelog

    We look forward to your feedback on the forum or in the issue tracker.

    Get the Spring newsletter

    Stay connected with the Spring newsletter

    Subscribe