On behalf of the Spring Security Kerberos team, I'm pleased to announce the release of Spring Security Kerberos 1.0.1. The highlights of the release are:
Support Spring Security 4
Support Spring LDAP 2.0
Fix SPNEGO auth fails if client proposes MS krb5 OID #34
I'm pleased to announce the release of Spring Security 4.0.2.RELEASE. This release is the second maintenance release of the 4.0 line and focusses on fixing any major issues that were found in the new release. For complete details on the release, refer to the Change Log.
Along with lots of bug fixes, the highlights of this release include:
Support for Spring Framework 4.2
Spring Framework 4.2 GA is just around the corner. Spring Security 4.0.2 fixes some issues when running with Spring Framework 4.2. We are also rerunning our entire test suite using Spring Framework 4.2.
I'm pleased to announce the release of Spring Security 3.2.8.RELEASE. This release focusses on fixing major issues. For complete details on the release, refer to the Change Log.
While we will continue to support the 3.2.x line for some time, we encourage everyone to update to 4.x. To make this transition easy, we have a very detailed migration guide complete with sample migrations and a diff. If you have any problems migrating, create a StackOverflow question with the spring-security tag. If you don't get a response within a reasonable amount of time feel free to ping me at @rob_winch or in…
On behalf on the Spring Roo team at DISID Corporation, I am pleased to announce that Spring Roo 2.0.0.M1 has been released!
This first release of Spring Roo 2.0 is a large refactoring of Spring Roo project. We have moved Roo to be a smaller and easier to maintain project:
The OSGi container has been upgraded to OSGi R5.
Spring Roo has defined its runtime. The Roo runtime contains everything that is needed to execute addons and it doesn't contain any addon. By not containing any addons it is easier to keep the Roo runtime more stable and backward compatible.
Today, Spring Roo is centered in Spring technologies - so addons like GWT and JSF have been moved to their own projects in order to be maintained by the Roo community.
Spring Framework 4.2 is not going GA today quite yet, but it's almost there: RC3 is available from repo.spring.io now, as a last release candidate before we reach GA on the 30th of July. This release includes 50 fixes and improvements over RC2, waiting for you to try them!
We decided to do another release candidate for several reasons: e.g. our continued wait for Jackson 2.6 final and Hibernate ORM 5.0 final but also our recent build upgrade to Gradle 2.5 and some last-minute refinements within our 4.2 web story (based on RC1/RC2 feedback).
I'm pleased to announce that this is in fact the first release of Spring which builds fine not only on JDK 8 but also on current JDK 9 snapshots! Our master build…
A simple example of setting up a microservices system using Spring, Spring Boot and Spring Cloud.
Microservices allow large systems to be built up from a number of collaborating components. It does at the process level what Spring has always done at the component level: loosely coupled processes instead of loosely coupled components.
For example imagine an online shop with separate microservices for user-accounts, product-catalog order-processing and shopping carts:
Inevitably there are a number of moving parts that you have to setup and configure to…
Welcome to another installment of This Week in Spring!
This week in I'm in Shanghai, China and Hangzhou, China and Shenzhen, China, talking to some of the world's largest websites (of the same scale of Netflix!) about their use of Spring Boot and Spring Cloud. (More on that later!)
Anyway, without further ado..
Paul Chapman put together a nice walkthrough Spring Cloud today. Way to go Paul!
Spring Boot 1.3M2 - along with new support for JOOQ, /flyway and /liquibase Actuator endpoints, ANSI colored banner.txt, and Apache Artemis integration (among many other things) is now available! Check it out.
If you missed Spring rockstar and Spring Boot ninja Greg Turnquist's talk on debugging and maintaing Spring Boot applications (why would you miss it??), then check it out
Turkcell launched a personal cloud storage service few years ago. Adding new business features was costly in terms of time and budget on the legacy solution. The user experience needed to be improved. Finally, it was decided to build a new solution where Spring Boot and Spring Framework projects play crucial role as the backbone. The project was completed just in 6 months starting from scratch. The solution was built on top of Spring Boot and many Spring IO Platform projects, allowing the development team focus on business logic instead of configuration & integration details. The project has been divided into deployable modules (API, backend, migration, test automation) accessing micro services that are responsible for one task only. Join Erdem for a review of the migration effort and new architecture - all enabled by Spring Boot.