This Week in Spring - December 15th, 2015

Engineering | Josh Long | December 15, 2015 | ...

Wow! It's December 15th, friends; many of us on this planet will soon celebrate a new year! Hopefully, you've done a better job than I have of getting all my new year's resolutions finished in time for 2016! If you haven't, at least catching up on the latest and greatest in the Pivotal community won't be insurmountable! Let's see what's happened this week..

Check out our new tutorial -> React.js and Spring Data REST

Engineering | Greg L. Turnquist | December 15, 2015 | ...

Greetings Spring Community,

I hope you enjoyed my blog series on React.js + Spring Data REST. In that series, you got to build up a rich web app with hypermedia controls, conditional operations, messaging, and security.

To make things even better, that series has been bundled up and converted into a tutorial: https://spring.io/guides/tutorials/react-and-spring-data-rest/

Some key updates made along the way:

  • require.js has been replaced with webpack as the JavaScript module builder/loader of choice
  • The code is upgraded to ES6. This means that some of JavaScript's newest features like classes, arrow functions, and more are being used.
  • bower has been replaced by npm as the package manager of choice

Spring Batch 3.0.6.RELEASE is now available

Releases | Michael Minella | December 11, 2015 | ...

We are pleased to announce that Spring Batch 3.0.6.RELEASE is now available via Maven Central, Github and the Pivotal download repository. This is the 6th maintenance release for the 3.0.x branch of Spring Batch and addresses a number of minor bug fixes and enhancements. Many thanks to all of those who submitted the many pull requests that went into this release.

Spring Batch Home | Source on GitHub | Reference Documentation

We look forward to your feedback in Jira, StackOverflow, or to me directly via Twitter @michaelminella.

Spring Boot Memory Performance

Engineering | Dave Syer | December 10, 2015 | ...

It has sometimes been suggested that Spring and Spring Boot are "heavyweight", perhaps just because they allow apps to punch above their weight, providing a lot of features for not very much user code. In this article we concentrate on memory usage and ask if we can quantify the effect of using Spring? Specifically we would like to know more about the real overhead of using Spring compared to other JVM applications. We start by creating a basic application with Spring Boot, and look at a few different ways to measure it when it is running. Then we look at some comparison points: plain Java…

Spring Social Facebook 2.0.3 Released

Releases | Craig Walls | December 09, 2015 | ...

Dear Spring Community,

I'm pleased to announce the release of Spring Social Facebook 2.0.3.RELEASE. This is a maintenance release that addresses a few bugs, the most significant of which was a breaking change introduced recently in Facebook's Graph API which prevented connections and sign-in from working with Spring Social Facebook. In addition, the API binding has been adjusted to target Graph API v2.5.

View the changelog for more details.

Project Site | Reference | JavaDoc

This Week in Spring - December 8th, 2015

Engineering | Josh Long | December 08, 2015 | ...

Welcome to another installation of This Week in Spring! This week I'm in Chicago speaking to customers and then it's off to Washington D.C., and New York City for Cloud Native meetups! I hope you'll consider joining us at either event!

Time sure is flying! We're darned close to 2016!

Anyway, as usual, lots to cover so let's get to it!

Spring Framework 5.0 Roadmap Update

Releases | Juergen Hoeller | December 03, 2015 | ...

You might have heard the news already: JDK 9 is going to be delayed by half a year, now aiming for a March 2017 release instead of its original September 2016 target.

Since Spring 5 is designed to track JDK 9 very closely, we decided to revisit our own roadmap as well: We are nevertheless going to start our release candidate phase in Q4 2016 but we won't go GA before March 2017 either. That said, we really mean it: The goal is for Spring Framework 5.0 to go GA right after JDK 9's GA date then.

The opportunity for you to start working with Spring 5 features will begin much sooner anyway, with…

Gradle dependency management plugin 0.5.4 released

Releases | Andy Wilkinson | December 03, 2015 | ...

I am pleased to announce that Gradle dependency management plugin 0.5.4.RELEASE is now available from Maven Central, JCenter, and the Gradle Plugin Portal.

This maintenance release includes a significant improvement in the performance of applying Maven-style exclusions to your Gradle builds. The change provides a 20x speed up, reducing the overhead, even with very complex dependency graphs, to 50ms or less.

For more information about how the plugin can improve your Gradle builds, please read the introductory blog post.

Spring Cloud Connectors 1.2.1 released

Releases | Scott Frederick | December 02, 2015 | ...

I’m pleased to announce the availability of Spring Cloud Connectors 1.2.1. This is a maintenance release with a few new features and a few bug fixes.

Here are the highlights:

Heroku Connector

Relational Databases

  • The Heroku cloud connector now recognizes the DATABASE_URL environment variable when detecting PostgreSQL database.

Redis

Spring Connector

Relational Databases

  • When creating a DataSource, Spring Cloud Connectors will look for a pooling DataSource implementation on the classpath and choose one based on a default priority. The priority of detection has been changed to more closely match the order used in Spring Boot.
  • Applications can customize the priority order of pooled DataSource implementations using either Java configuration or XML configuration.
  • DataSourceConfig will now accept a map of key/value pairs to allow setting arbitrary properties of the created DataSource. This allows overriding of the default JDBC driver class name and validation query set up by Connectors, in addition to other properties of the DataSource

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

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

Learn more

Get support

Tanzu Spring Runtime 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