A Bootiful Podcast: Gary Russell
Hi, Spring fans! In this installment, @starbuxman talks to Spring Integration lead Gary Russell about Apache Kafka, RabbitMQ, Spring Integration and more.
Hi, Spring fans! In this installment, @starbuxman talks to Spring Integration lead Gary Russell about Apache Kafka, RabbitMQ, Spring Integration and more.
Dear Spring community, we’re proud to announce the second release candidate of Spring HATEOAS 1.0.0. Since our last release, Spring HATEOAS has made great strides with two more milestones and two RCs.
Here’s the summary:
Performance improvements
Spring HATEOS is now based on Spring Framework 5.2 and Reactor’s Dysprosium release train. This is critical to support downstream projects like Spring Data Moore and Spring Boot 2.2.
Now supports Spring WebFlux applications that have both hypermedia and non-hypermedia endpoints.
Improved major chunks of reference documentation.
Created a Spring HATEOAS Gitter channel.
Fixed issues in various media types to ensure they comply with spec definitions, and don’t throw unexpected exceptions.
Hi Spring fans! Welcome to another installment of This Week in Spring! We've just finished celebrating Labor Day here in the Long home, in San Francisco, in the US. It was a fun day spent with family and friends, and I wasn't sure if I could have any more fun but it's Tuesday, and you know what that means: another epic installment of This Week in Spring. I can't believe we're already in September, staring down the last few months of the year already! As usual, one of my favorite parts of the journey to the next year is the arrival of the epic SpringOne Platform show. This year is no different…
Hi Spring fans! In this week's episode I talk to Spring Cloud Data Flow legend Ilayaperumal Gopinathan ("Illaya") about his journey to open-source, batch processing and messaging, integration, and Spring Cloud Data Flow, and so much more. Enjoy!
Hi Spring fans! Welcome to another installment of This Week in Spring! As I write this I'm in beautiful Bangalore, India, stuck in a monster of a traffic jam trying to make it to another meeting. I'm so elated to be here to connect with amazing people and organizations. I'm also excited that, this week, I'll be speaking at the Bangalore Java User Group. Please, come out and say hi!
As usual, we've got a lot to cove so let's get to it!
Hi Spring fans and welcome to another installment of a Bootiful Podcast! This week I had the pleasure of talking with Ryan Knight and with the two people with whom I am copresenting at SpringOne Platform 2019, James Ward and Matt Raible.
Hi Spring fans! I'm in delightful Denver and Boulder, Colorado, talking to customers and working with my buddies Matt Raible and James Ward on our Spring One Platform 2019 talk. It's going to be amazing!
I'm oh-so-excited to be working on today's roundup, as usual, because there's a ton of good stuff to cover, so let's get to it!
We are pleased to announce the third Milestone of the Spring Cloud Stream Horsham.M3 (3.0.0.M3).
NOTE: Spring Cloud Stream 3.0.0.M1/M2 was primarily to establish compatibility with Spring Boot 2.2.x. and therefore went unannounced.
Spring Cloud Stream Horsham.M3 (3.0.0.M3) modules are available for use in the Spring Milestone repository.
While we're not (yet) deprecating @StreamListener
and/or @EnableBinding
, we are moving toward…
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to Spring Boot and Spring Framework engineer Brian Clozel (@bclozel) about all the new features - RSocket support, performance improvements and more - in Spring Framework 5.2 and Spring Boot 2.2.
So far in this series, we've covered Getting Started and Hiding Services with Spring Cloud Gateway. However, when we set about hiding our services, we didn't secure them. In this article, we'll correct this.
To secure our services, we'll use the Token Relay pattern supported by OAuth 2.0 and the Javascript Object Signing & Encryption (JOSE) and JSON Web Tokens standards. This will give our users a means to identify themselves, authorize applications to view their profile and access the secured resources behind the gateway.
All the code for this demo is published online in GitHub in the
…secured-gateway
folder. If you just want to run it without understanding how it was built, skip ahead to the section entitled "Running The Demo".