🆕 Spring Security 5.4.5 released
https://spring.io/blog/2021/02/18/spring-security-5-4-5-released
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-security-5-4-5-released
➡️ @SpringFrameworkZone
spring.io
Spring Security 5.4.5 released
<div class="paragraph">
<p>On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.5">release notes</a>). This release delivers bug fixes along…
<p>On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.5">release notes</a>). This release delivers bug fixes along…
🆕 “HttpMessageNotWritableException: No converter found for return value of type”
https://www.baeldung.com/spring-no-converter-found
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-no-converter-found
➡️ @SpringFrameworkZone
Baeldung
“HttpMessageNotWritableException: No converter found for return value of type” | Baeldung
Learn about Spring's HttpMessageNotWritableException: "No converter found for return value of type" exception.
🆕 Spring Boot 2.5.0-M2 available now
https://spring.io/blog/2021/02/18/spring-boot-2-5-0-m2-available-now
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-boot-2-5-0-m2-available-now
➡️ @SpringFrameworkZone
spring.io
Spring Boot 2.5.0-M2 available now
<p>Continuing our monthly milestone release cadence, I am pleased to announce that the second milestone of Spring Boot 2.5 has been released and is available from our <a href="https://repo.spring.io/milestone/">milestone repository</a>. This release <a h…
🆕 A Bootiful Podcast: Gitlab's Reshmi Krishna on the developer lifecycle
https://spring.io/blog/2021/02/18/a-bootiful-podcast-gitlab-s-reshmi-krishna-on-the-developer-lifecycle
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/a-bootiful-podcast-gitlab-s-reshmi-krishna-on-the-developer-lifecycle
➡️ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Gitlab's Reshmi Krishna on the developer lifecycle
<p>Hi, Spring fans! In this episode, <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to <a href="http://twitter.com/reshmi9k">Gitlab’s Reshmi Krishna (@reshmi9k)</a> about the developer lifecycle, cloud-native computing, working…
🆕 Spring Boot 2.4.3 is now available
https://spring.io/blog/2021/02/18/spring-boot-2-4-3-is-now-available
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-boot-2-4-3-is-now-available
➡️ @SpringFrameworkZone
spring.io
Spring Boot 2.4.3 is now available
<p>On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.4.3 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releas…
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releas…
📁 Spring Cloud Apps Memory Management
https://piotrminkowski.com/2017/09/05/spring-cloud-apps-memory-management/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2017/09/05/spring-cloud-apps-memory-management/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Apps Memory Management - Piotr's TechBlog
This article describes the Spring Cloud memory usage model and shows how to decrease memory consumption for such applications.
🆕 Spring HATEOAS 1.3 M2 released
https://spring.io/blog/2021/02/19/spring-hateoas-1-3-m2-released
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/19/spring-hateoas-1-3-m2-released
➡️ @SpringFrameworkZone
spring.io
Spring HATEOAS 1.3 M2 released
<div class="paragraph">
<p>For all users building hypermedia based API, I’d like to announce that we shipped Spring HATEOAS 1.3 M2. We ship two major themes with the release:</p>
</div>
<div class="ulist">
<ul>
<li> <p>Revised support for <a href…
<p>For all users building hypermedia based API, I’d like to announce that we shipped Spring HATEOAS 1.3 M2. We ship two major themes with the release:</p>
</div>
<div class="ulist">
<ul>
<li> <p>Revised support for <a href…
📁 Handling Exceptions In Spring Boot Microservices
https://www.vinsguru.com/handling-exceptions-in-spring-boot-microservices/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/handling-exceptions-in-spring-boot-microservices/
➡️ @SpringFrameworkZone
Vinsguru
Handling Exceptions In Spring Boot Microservices | Vinsguru
This tutorial explains the proper way of handling exceptions in Spring Boot Microservices to make the systems to be more resilient.
Spring Boot Framework pinned «🆕 Java Weekly, Issue 373 https://www.baeldung.com/java-weekly-373 ➡️ @SpringFrameworkZone»
🆕 Coffee with Thorben 2020-02-19 – Enums, Enums, Enums …
https://thorben-janssen.com/coffee-with-thorben-jpql-criteria-native-2/
➡️ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-jpql-criteria-native-2/
➡️ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-02-19 - Enums, Enums, Enums ...
In this episode, we discuss 4 options to map enums, including one that supports database-specific enum types.
📁 Spring Security Context Propagation with @Async
https://www.baeldung.com/spring-security-async-principal-propagation
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-security-async-principal-propagation
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Context Propagation with @Async | Baeldung
A short example of propagating Spring Security context when using @Async annotation
📁 Spring Boot | Distributed Tracing With Jaeger
https://www.vinsguru.com/spring-boot-distributed-tracing-with-jaeger/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-distributed-tracing-with-jaeger/
➡️ @SpringFrameworkZone
Vinsguru
Distributed Tracing In Microservices - Jaeger With Spring Boot | Vinsguru
This tutorial explains enabling Distributed Tracing In Microservices by using Jaeger with Spring Boot for monitoring and troubleshooting.
🆕 Retry Pattern – Microservice Design Patterns
https://www.vinsguru.com/retry-pattern/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/retry-pattern/
➡️ @SpringFrameworkZone
Vinsguru
Retry Pattern With Spring Boot | Vinsguru
This tutorial explains Retry Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
🆕 Timeout Pattern – Microservice Design Patterns
https://www.vinsguru.com/timeout-pattern/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/timeout-pattern/
➡️ @SpringFrameworkZone
Vinsguru
Timeout Pattern - Microservice Design Patterns | Vinsguru
This tutorial explains Timeout Pattern which is one of the Microservice Design Patterns for designing highly resilient Microservices.
🆕 Bulkhead Pattern – Microservice Design Patterns
https://www.vinsguru.com/bulkhead-pattern/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/bulkhead-pattern/
➡️ @SpringFrameworkZone
Vinsguru
Bulkhead Pattern with Spring Boot | Vinsguru
This tutorial explains Bulkhead Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
📁 JPA Data Access with Micronaut Data
https://piotrminkowski.com/2019/07/25/jpa-data-access-with-micronaut-predator/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2019/07/25/jpa-data-access-with-micronaut-predator/
➡️ @SpringFrameworkZone
Piotr's TechBlog
JPA Data Access with Micronaut Data - Piotr's TechBlog
In this article you will learn how to use Micronaut Data JPA project to implement repositories pattern and use in your application.
📁 Reactor – Cold Publisher vs Hot Publisher
https://www.vinsguru.com/reactive-programming-publisher-types-cold-vs-hot/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-publisher-types-cold-vs-hot/
➡️ @SpringFrameworkZone
Vinsguru
Reactor Hot Publisher vs Cold Publisher | Vinsguru
Learn the difference between Reactor Hot Publisher vs Cold Publisher with code samples & when to use what (Java Reactive Programming).
📁 Building a Multi-Module Spring Boot Application with Gradle
https://reflectoring.io/spring-boot-gradle-multi-module/
➡️ @SpringFrameworkZone
https://reflectoring.io/spring-boot-gradle-multi-module/
➡️ @SpringFrameworkZone
reflectoring.io
Building a Multi-Module Spring Boot Application with Gradle
A tutorial on how to split up a Spring Boot application into multiple Gradle modules.
🆕 How to Use Circuit Breaker in Spring Boot Application
https://betterjavacode.com/spring-boot/how-to-use-circuit-breaker-in-spring-boot-application
➡️ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/how-to-use-circuit-breaker-in-spring-boot-application
➡️ @SpringFrameworkZone
Code Complete
How to Use Circuit Breaker in Spring Boot Application
In this post, I show how one can use COUNT based and TIME based circuit breaker in a spring boot application.