🆕 Spring for Apache Kafka 3.0.16, 3.1.4 and 3.2.0-RC1 Available Now
https://spring.io/blog/2024/04/16/spring-for-apache-kafka-3-0-16-3-1-4-and-3-2-0-rc1-available-now
https://spring.io/blog/2024/04/16/spring-for-apache-kafka-3-0-16-3-1-4-and-3-2-0-rc1-available-now
Spring for Apache Kafka 3.0.16, 3.1.4 and 3.2.0-RC1 Available Now
Level up your Java code and explore what Spring can do for you.
🆕 Spring Framework 6.2.0-M1: Overriding Beans in Tests
https://spring.io/blog/2024/04/16/spring-framework-6-2-0-m1-overriding-beans-in-tests
https://spring.io/blog/2024/04/16/spring-framework-6-2-0-m1-overriding-beans-in-tests
Spring Framework 6.2.0-M1: Overriding Beans in Tests
Level up your Java code and explore what Spring can do for you.
🆕 Spring for Apache Pulsar 1.0.5 available now
https://spring.io/blog/2024/04/16/spring-for-apache-pulsar-1-0-5-available-now
https://spring.io/blog/2024/04/16/spring-for-apache-pulsar-1-0-5-available-now
Spring for Apache Pulsar 1.0.5 available now
Level up your Java code and explore what Spring can do for you.
👍1
🆕 Spring for Apache Pulsar 1.1.0-RC1 available now
https://spring.io/blog/2024/04/15/spring-for-apache-pulsar-1-1-0-rc1-available-now
https://spring.io/blog/2024/04/15/spring-for-apache-pulsar-1-1-0-rc1-available-now
Spring for Apache Pulsar 1.1.0-RC1 available now
Level up your Java code and explore what Spring can do for you.
🆕 How to Intercept a Request and Add Headers in WebFlux
https://www.baeldung.com/spring-webflux-intercept-request-add-headers
https://www.baeldung.com/spring-webflux-intercept-request-add-headers
Baeldung on Kotlin
How to Intercept a Request and Add Headers in WebFlux | Baeldung
Explore different ways of intercepting and adding custom headers for both server web requests and web client requests in Spring WebFlux
👍1
🆕 The Difference Between Throwing an Exception and Mono.error() in Spring Webflux
https://www.baeldung.com/spring-webflux-difference-exception-mono
https://www.baeldung.com/spring-webflux-difference-exception-mono
Baeldung
The Difference Between Throwing an Exception and Mono.error() in Spring Webflux | Baeldung
In this tutorial, we learn the differences between throwing an exception and Mono.error() in Spring WebFlux.
🆕 Spring Authorization Server 1.3.0-RC1, 1.2.4 and 1.1.7 available now
https://spring.io/blog/2024/04/16/spring-authorization-server-1-3-0-rc1-1-2-4-and-1-1-7-available-now
https://spring.io/blog/2024/04/16/spring-authorization-server-1-3-0-rc1-1-2-4-and-1-1-7-available-now
Spring Authorization Server 1.3.0-RC1, 1.2.4 and 1.1.7 available now
Level up your Java code and explore what Spring can do for you.
🆕 Create Spring Prototype Scope Bean with Runtime Arguments
https://www.baeldung.com/spring-prototype-bean-runtime-arguments
https://www.baeldung.com/spring-prototype-bean-runtime-arguments
Baeldung
Create Spring Prototype Scope Bean with Runtime Arguments | Baeldung
Learn about creating a prototype-scoped bean with runtime arguments in Spring.
🆕 Creating a Spring Security Key for Signing a JWT Token
https://www.baeldung.com/spring-security-sign-jwt-token
https://www.baeldung.com/spring-security-sign-jwt-token
Baeldung on Kotlin
Creating a Spring Security Key for Signing a JWT Token | Baeldung
In this tutorial, we learn how to sign and verify a JWT token in Spring Boot.
🆕 Disable @EnableScheduling on Spring Tests
https://www.baeldung.com/spring-test-disable-enablescheduling
https://www.baeldung.com/spring-test-disable-enablescheduling
Baeldung
Disable @EnableScheduling on Spring Tests | Baeldung
Learn different options for configuring integration tests while testing applications that use Spring Boot's scheduled tasks mechanisms
🆕 Dynamically Register Spring Beans Based on Properties
https://www.baeldung.com/spring-beans-dynamic-registration-properties
https://www.baeldung.com/spring-beans-dynamic-registration-properties
Baeldung on Kotlin
Dynamically Register Spring Beans Based on Properties | Baeldung
Learn how to dynamically register beans based on custom properties.