Luke Taylor

Luke Taylor

Alumni
Recent Blog posts by Luke Taylor

Spring Security 3.0.0 Released

Releases | December 23, 2009 | ...

We're pleased to an announce the release of Spring Security 3.0.0.

Thanks to everyone in the community who has helped out by testing the milestone and release candidate versions and providing feedback.

Check out the project website for a list of supported features, and also the release announcement in the community forum for information on changes which may affect you if you are upgrading.

Look out for compatible releases of Spring Security Extensions projects (such as our Kerberos support) in the new year.

Download | Changelog | Reference Manual | FAQ


Spring Security 3.0.0.M1 Released

Engineering | June 03, 2009 | ...

We're pleased to announce that the first milestone of Spring Security 3.0 is now available for download. The release is also available through the Maven milestone repository at http://maven.springframework.org/milestone. As with Spring 3.0, this is the first release which requires a minimum JDK 1.5 to run and also require Spring 3.0, so you should get hold of the Spring 3.0.0.M3 release if you aren't already using it. So what's new and what has changed in this release?

Expression–Based Access Control

This release is the first to include a preview of our Spring-EL based authorization support. You can now use expressions both in method annotations and for web security. This opens up many new possibilities when compared to the familiar attributes and voter–based mechanism. A simple example will probably be a good start. Here's one for a web application, using the security namespace:

  <http use-expressions="true">
     <intercept-url pattern="/secure/**" access="hasRole('ROLE_SUPERVISOR') and hasIpAddress…

Spring Security 2.0.4 Released

Releases | October 02, 2008 | ...

We're pleased to an announce the release of Spring Security 2.0.4.

This release contains minor bugfixes and improvements. There are also some changes to the security namespace so you should update to the new 2.0.4 schema file if necessary. There are also some documentation updates, including two new reference appendices in the manual - one describing the database schema used within Spring Security and one describing the elements and attributes in the namespace and how they map to underlying implementation classes.

Download | Changelog | Reference Manual | Web Site

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all