π This Week in Spring - November 10th, 2020
https://spring.io/blog/2020/11/11/this-week-in-spring-november-10th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/11/this-week-in-spring-november-10th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - November 10th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Itβs November 10th, 2020, as I write this and I, for one, can not believe that weβre closer to 2021 than we are to 2019 at this point. Thatβs insane. Time has absolutely rocketedβ¦
π Retry Pattern β Microservice Design Patterns
https://www.vinsguru.com/retry-pattern-microservice-design-patterns/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/retry-pattern-microservice-design-patterns/
β‘οΈ @SpringFrameworkZone
Vinsguru
Retry Pattern β Microservice Design Patterns | 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-microservice-design-patterns/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/timeout-pattern-microservice-design-patterns/
β‘οΈ @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.
π Design Patterns β Singleton Pattern β Part II
https://betterjavacode.com/core-java/design-patterns-singleton-pattern-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/design-patterns-singleton-pattern-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Design Patterns - Singleton Pattern - Part II - Code Complete
Design Patterns are everywhere in software engineering. In this post, I show how and why to use design patterns - singleton pattern.
π Creating a Discord Bot with Discord4J + Spring Boot
https://www.baeldung.com/spring-discord4j-bot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-discord4j-bot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Creating a Discord Bot with Discord4J + Spring Boot | Baeldung
Explore all the necessary steps for creating a Discord bot using the Discord4J library and Spring Boot
π Guide to UriComponentsBuilder in Spring
https://www.baeldung.com/spring-uricomponentsbuilder
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-uricomponentsbuilder
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to UriComponentsBuilder in Spring | Baeldung
A quick and practical guide to using UriComponentsBuilder in Spring
π Ignoring Fields With the JPA @Transient Annotation
https://www.baeldung.com/jpa-transient-ignore-field
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/jpa-transient-ignore-field
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Ignoring Fields With the JPA @Transient Annotation | Baeldung
Learn how to ignore fields using the JPA @Transient annotation in Java.
π The Clear-Site-Data Header in Spring Security
https://www.baeldung.com/spring-security-clear-site-data-header
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-clear-site-data-header
β‘οΈ @SpringFrameworkZone
Baeldung
The Clear-Site-Data Header in Spring Security | Baeldung
Learn how to use Spring Security's with ClearSiteDataHeaderWriter to add the HTTP Clear-Site-Data response header
π Spring Data 2020.0.1 released
https://spring.io/blog/2020/11/11/spring-data-2020-0-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/11/spring-data-2020-0-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0.1 released
<p>On behalf of the team, Iβm pleased to announce Spring Data service release <code>2020.0.1</code>. This service release is built on top of [Spring Framework <code>5.3.1</code> and Reactor <code>2020.0.1</code>. It containins mostly dependency upgrades andβ¦
π How to Initialize Entity Associations with Spring Data JPA
https://thorben-janssen.com/initialize-associations-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/initialize-associations-spring-data-jpa/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
How to Initialize Entity Associations with Spring Data JPA
Choose the best approach to initiliaze your entity associations with Spring Data JPA to avoid common performance pitfalls.
π Circuit Breaker Pattern β Microservice Design Patterns
https://www.vinsguru.com/circuit-breaker-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/circuit-breaker-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Circuit Breaker Pattern With Spring Boot | Vinsguru
This tutorial explains Circuit Breaker Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
π Guide to the Favicon in Spring Boot
https://www.baeldung.com/spring-boot-favicon
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-favicon
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to the Favicon in Spring Boot | Baeldung
Learn how to customize the favicon in a Spring Boot application.
π Excluding URLs for a Filter in a Spring Web Application
https://www.baeldung.com/spring-exclude-filter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-exclude-filter
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Excluding URLs for a Filter in a Spring Web Application | Baeldung
Learn how to exclude URLs from being executed in Spring Web filters. A bit advanced but highly highly useful.
π JPA CascadeType.REMOVE vs orphanRemoval
https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
JPA CascadeType.REMOVE vs orphanRemoval | Baeldung
Learn about the difference between JPA CascadeType.REMOVE and orphanRemoval for deleting entities.
π Guide to Flash Attributes in a Spring Web Application
https://www.baeldung.com/spring-web-flash-attributes
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-web-flash-attributes
β‘οΈ @SpringFrameworkZone
Baeldung
Guide to Flash Attributes in a Spring Web Application | Baeldung
Learn how to use Spring's flash attributes to implement the Post/Redirect/Get form submission workflow.
π Spring Boot 2.4.0 available now
https://spring.io/blog/2020/11/12/spring-boot-2-4-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/12/spring-boot-2-4-0-available-now
β‘οΈ @SpringFrameworkZone
Spring Boot 2.4.0 available now
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: Spring Boot 2.4 and living legend, CTO, and friend John Davies
https://spring.io/blog/2020/11/12/a-bootiful-podcast-spring-boot-2-4-and-living-legend-cto-and-friend-john-davies
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/12/a-bootiful-podcast-spring-boot-2-4-and-living-legend-cto-and-friend-john-davies
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring Boot 2.4 and living legend, CTO, and friend John Davies
<p>Hi Spring fans! Welcome to another installment of a <em>Bootiful Podcast</em>! In this installment <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> looks at the week that was, talks about the JUST released Spring Boot 2.4, and then talksβ¦
π Spring Boot 2.3.6 available now
https://spring.io/blog/2020/11/13/spring-boot-2-3-6-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/13/spring-boot-2-3-6-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.3.6 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot 2.3.6 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 Remoting with JMS and ActiveMQ
https://www.baeldung.com/spring-remoting-jms
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-remoting-jms
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Remoting with JMS | Baeldung
A quick and practical example of remoting with Spring and JMS.