π 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.
π Migrate Android Project from Eclipse to Android Studio
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/migrate-android-project-from-eclipse-to-android-studio
β‘οΈ @SpringFrameworkZone
Code Complete
Migrate Android Project from Eclipse to Android Studio - Code Complete
I remember downloading Android Studio back in 2013 to work on an Android project. But after playing around for an hour or two, I got frustrated. I had to delete Android Studio and go back to Eclipse. One reason why Eclipse was never successful with androidβ¦
π Spring Initializr 0.10.0 available now
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/19/spring-initializr-0-10-0-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Initializr 0.10.0 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Initializr 0.10.0 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
<p>This release includes <a href="https://github.com/spring-io/initializr/releasβ¦
π Spring Security Authentication Provider
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-authentication-provider
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security Custom Authentication Provider | Baeldung
How to Set Up a Custom Authentication Provider with Spring Security and the namespace configuration.