A Bootiful Podcast - Spring Cloud Stream lead Oleg Zhurakousky
Hi, Spring fans! Welcome to another installment of A Bootiful Podcast. This week, Josh Long (@starbuxman) talks to Spring Cloud Stream lead Oleg Zhurakousky (@z_oleg).
Hi, Spring fans! Welcome to another installment of A Bootiful Podcast. This week, Josh Long (@starbuxman) talks to Spring Cloud Stream lead Oleg Zhurakousky (@z_oleg).
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.4.2 has been released and is now available from Maven Central.
This release includes a number bug fixes and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
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 on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.2.13 has been released and is now available from Maven Central.
This release includes 19 bug fixes and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
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 on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.3.8 has been released and is now available from Maven Central.
This release includes 35 bug fixes and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
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 on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Welcome to another installment of You May Not Need Another Library For That (YMNNALFT)! I've spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in my Spring Tips videos. Today, however, I come to you in a different spirit, wanting to focus on the little, sometimes hidden, gems that do fantastic things and that might spare you an additional third-party dependency and its implied complexity.
Do your users want a convenient, bite-sized way to customize the behavior of your application? Expression Languages are…
I almost wrote in 2020! There's been so much going on I almost forgot to take stock of the year. What a rush. We better get to the roundup before I somehow lose even more track of time. So, without further ado, this week's roundup.
WebClient
On behalf of the team, I’m pleased to announce a Spring Data double release 2020.0.3 and 2021.0-M2. The releases include fixes for projection interfaces, vavr integration, time value precision and 3rd party library upgrades. Make sure to check out out individual change logs.
The service release will be picked up by upcoming Spring Boot 2.4.2.
Whether you are building a web API, mobile front end or a good-old fashioned desktop application, identity and access management will always be foundational pieces that are front and center in writing software. Azure offers a great platform to democratize your application development journey, as it not only offers a cloud-base identity service, but also deep integration with the rest of the Azure ecosystem. Spring Security has made it easy to secure your Spring based applications with powerful abstractions and extensible interfaces. However as powerful as the Spring framework can be, it is not…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 5.3.3
is available now.
Spring Framework 5.3.3
includes 40 fixes and improvements.
Welcome to another installment of You May Not Need Another Library For That (YMNNALFT)! I've spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in my Spring Tips videos. Today, however, I come to you in a different spirit, wanting to focus on the little, sometimes hidden, gems that do fantastic things and that might spare you an additional third-party dependency and its implied complexity.
Today we're going to look at an all-in-one, handy dandy HTTP client, the WebClient
.
HTTP services are a common source of data…