Spring Tips: Spring Cloud Stream
Speaker: Josh Long
Hi Spring fans! In this tip, we'll quickly look at how to build messaging-based microservices using Spring Cloud Stream
Speaker: Josh Long
Hi Spring fans! In this tip, we'll quickly look at how to build messaging-based microservices using Spring Cloud Stream
On behalf of the team, I am pleased to announce the first release candidate of Spring Cloud Data Flow 1.1. Follow the links in the getting started guide to download the local server implementation and shell to create Stream and Tasks.
The 1.1 RC1 release includes the following new features and improvements:
Builds upon Camden.SR2 release improvements
LDAP authentication is now supported with SSL
Portable deployment properties for memory and cpu are in place for support across various runtime implementations
Passing Java Options to the local JVM when launching application is now supported
UI Improvements
List pages now support sorting
Server-side search support for stream and task list pages
Content-assist for bulk task definitions including the support for incremental validations of task application properties
Add content assist support for tasks in the shell
Thanks to the community for adding DB2 support for the TaskRepository
…Spring Integration 4.3.5 and 4.2.12 are now available, as well as Spring AMQP 1.6.5.
The 1.1.4 and 1.2.1 versions of the Spring Integration Java DSL are also available.
These include some important bug fixes and all users are encouraged to upgrade. Click on the release links above to see closed issues.
See the project pages for documentation, download information etc.
Stay tuned for updates on next year’s Spring Integration 5.0 release (the first milestone is due in a few weeks); the Java DSL is being merged…
It is my pleasure to announce that Spring Framework 4.3.4 is available now.
This maintenance release includes over 50 fixes and selected improvements, in particular user-requested configuration and runtime refinements.
Welcome to another installment of This Week in Spring! This week I'm in London, England for µCon, Antwerp, Belgium for Devoxx, and Malmö, Sweden for Oredev. If you're around, ping me and say hi.
Dear Spring community,
It is my pleasure to announce that the third Spring Framework 5.0 milestone is available now: Once again, please check the project page for how to obtain it from our milestone repository.
This milestone introduces our redesigned reactive web client as well as redesigned RxJava adapters (including support for the recent RxJava 1.2 and 2.0) and model attribute support for our reactive web dispatcher.
Next up is 5.0 M4 in December, right ahead of Christmas, completing our core reactive stack and our functional design story... before we move towards a first Spring Framework…
It is my pleasure to announce that Spring Boot 1.4.2 has been released and is available now from repo.404ofchina.website and Maven Central.
Spring Boot 1.4.2 includes over 100 fixes, improvements and 3rd party dependency updates! Thanks to all that have contributed!
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask at stackoverflow.com using the spring-boot tag.
Google Hangout on Air recording.
Event sourced domain naturally leads to messaging infrastructure and CQRS based services. See how we can benefit from getting rid of typical relational database model replaced by events. See how events come along with projections and different read model. In this talk we are going to explore all of this backed by a real Spring Cloud Stream applications.
twitter: https://twitter.com/JakubPilimon github: https://github.com/pilloPl blog: http://pillopl.github.io/
On behalf of the community, I’m pleased to announce the release of Spring Security OAuth 2.0.12.RELEASE. The release can be found in our Spring Release repository and Maven Central.
This release primarily includes bug fixes and minor enhancements.
Without the community we couldn’t be the successful project we are today. I’d like to thank everyone that created issues & provided feedback.
If you have feedback on this release, I encourage you to reach out via StackOverflow, GitHub Issues or via the comments section. You can also ping me Joe @joe_grandja, Dave @david_syer or Rob @rob_winch…
We are pleased to announce that Spring Cloud Task 1.1.0.RC1 is now available via Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
This release continues to progress on 1.1.0's main theme of improving overall task functionality as well as migrating features that existed within Spring XD to Spring Cloud Task. The feature set for 1.1.0 includes:
TASK_EXECUTION table, ERROR_MESSAGE. This new column will be where any exception that is thrown causing the failure of a task to be recorded (this is changed from the EXIT_MESSAGE field in previous versions). This change allows for the EXIT_MESSAGE field to be better utilized for orchestration of tasks.DeployerPartitionHandler…