Spring Tips: MyBatis
Speaker: Josh Long
Hi Spring fans! In this tip, we'll look at mapping objects to and from SQL using MyBatis and Spring Boot
Speaker: Josh Long
Hi Spring fans! In this tip, we'll look at mapping objects to and from SQL using MyBatis and Spring Boot
A batch update of releases has arrived and it is brought to you with the new Aluminium-SR1
Bill Of Material. Just in time for Spring Framework M5 !
An important quality update with new features including predicated-based windows and the checkpoint
operator, fixes, test coverage and for the first time in 3.0.x line, a draft reference guide.
We are now working on 3.0.6.RELEASE
which is going to be our last major 3.0 content update before 3.1.0.RELEASE
. We encourage our Spring Community to just follow deprecated instructions if they hit any of the @Deprecated
API, thus simply preparing for a quick, painless, upgrade when time comes. Have a look at our issues backlog…
The 1.1.1.RELEASE maintenance release of Spring Cloud Data Flow for Cloud Foundry is now available and includes a variety of stability and performance improvements. Following are the highlights:
Stability Improvements The instability problems when using SCDF’s 1.1.0.RELEASE on PCF manifested to the users in the following forms.
stream list
operation would hang and eventually time out with “IllegalStateException: 503 Bad Gateway” or “IllegalStateException: Timeout on block read” exceptions. This is addressed in the cf-java-client library.
With SCDF server sitting cold/idle for a period of time and with OAUTH token refresh routine happening in the background, any new operation to the server would never complete. The OAUTH refresh token routine had a bug in successfully negotiating for new tokens. This is addressed in the cf-java-client library.
Welcome to another installment of This Week in Spring! This week I'm in Atlanta, GA for the incredible DevNexus event and then it's off to Geneva, Switzerland for the Voxxed CERN event. As usual, don't hesitate to say "Hi" if you're around!
It's my pleasure to announce that Spring IO Platform Brussels-RELEASE is available now from the Spring release repository and Maven Central.
The Brussels release introduces the following projects to the Platform:
The Brussels release also upgrades the versions of a number of projects:
The versions of numerous third-party dependencies have also been updated.
Project Page | GitHub | Issues | …
Speaker: Josh Long
Hi Spring fans! In this tip, we'll look at jOOQ (a fluent API for typesafe SQL query construction and execution) to quickly and easily interface with our SQL database.
On behalf of the team, I am excited to announce the release of the first milestone of Spring Cloud Data Flow 1.2.
Note: A great way to start using this new release(s) is to follow the release matrix on the project page, which includes the download coordinates and the links to the reference guide.
Over the last few weeks, we have added new features and improvements to the overall orchestration of data microservices. The following new features were included in the 1.2.0.M1 release:
deployer.<appname>.xxx
as opposed to app.<appname>.spring.cloud.deployer.xxx
Welcome to another installment of This Week in Spring! It's Valentines Day for some, and so happy Valentines day to you! This week I'm in Memphis, Tennessee for business and then it's off to Saint Louis where I'll be presenting on Reactive Spring with my buddy Mark Heckler (join us!), then it's off to Atlanta, Georgia, ahead of next week's big DevNexus show. Check out what Pivotal is up to at the event!
As usual, we've got a lot to cover so let's get going!
Recorded at SpringOne Platform 2016. Speakers: Eric Bottard & Ilayaperumal Gopinathan Slides: http://www.slideshare.net/SpringCentral/orchestrate-all-the-things-with-spring-cloud-data-flow
What do things like Minecraft, a light bulb and your music library have in common? Well, nothing really. Until you come up with this crazy idea to link them together. This is where application orchestration comes in.
In this session, you’ll learn how Spring Cloud Data Flow allows easy composition of microservices together. As the spiritual successor to Spring XD and the natural sidekick of Spring Cloud…
Recorded at SpringOne Platform 2016. Speaker: Christian Posta, Redhat Slides: http://www.slideshare.net/SpringCentral/real-world-microservices-with-spring-cloud-netflix-oss-and-kubernetes
Building distributed systems - whether we call them SOA or microservices - is not easy. Open source communities like Spring, NetflixOSS and Kubernetes bring decades of experience building these systems, but the question always begs to be asked "do we implement these patterns in the application layer or in the infrastructure layer"?
This is a Java developer-oriented presentation showing developers how to…