π YMNNALFT: Websockets
https://spring.io/blog/2021/01/25/ymnnalft-websockets
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/25/ymnnalft-websockets
β‘οΈ @SpringFrameworkZone
spring.io
YMNNALFT: Websockets
<p>Welcome to another installment of <em>You May Not Need Another Library For That</em> (YMNNALFT)! Iβve spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in <a href="http://bit.ly/springβ¦
π What's New in Azure Spring Cloud after GA?
https://spring.io/blog/2021/01/25/what-s-new-in-azure-spring-cloud-after-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/25/what-s-new-in-azure-spring-cloud-after-ga
β‘οΈ @SpringFrameworkZone
spring.io
What's New in Azure Spring Cloud after GA?
<blockquote>
<p>This post was written by our friend on the Azure Spring Cloud team, the amazing <a href="https://twitter.com/liangkylie">Kylie Liang (@liangkylie)</a>. I interviewed her for the <a href="http://bootifulpodcast.fm"><em>Bootiful Podcast</em></a>β¦
<p>This post was written by our friend on the Azure Spring Cloud team, the amazing <a href="https://twitter.com/liangkylie">Kylie Liang (@liangkylie)</a>. I interviewed her for the <a href="http://bootifulpodcast.fm"><em>Bootiful Podcast</em></a>β¦
π Spring Cloud Task 2.2.5 Release!
https://spring.io/blog/2021/01/25/spring-cloud-task-2-2-5-release
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/25/spring-cloud-task-2-2-5-release
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Task 2.2.5 Release!
<p>Spring Cloud Task 2.2.5 includes fixes for the following vulnerability:</p>
<p>CVE-2020-5428
In applications using Spring Cloud Task 2.2.4.RELEASE and below, may contain code that is vulnerable to SQL injection when exercising certain lookup queries inβ¦
<p>CVE-2020-5428
In applications using Spring Cloud Task 2.2.4.RELEASE and below, may contain code that is vulnerable to SQL injection when exercising certain lookup queries inβ¦
π Spring Cloud Data Flow 2.7.1 Released
https://spring.io/blog/2021/01/25/spring-cloud-data-flow-2-7-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/25/spring-cloud-data-flow-2-7-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Data Flow 2.7.1 Released
<p>Spring Cloud Data Flow team is pleased to announce the release of <em>2.7.1</em>.</p>
<p><em>2.7.1</em> is a maintenance release fixing following issues:</p>
<ul>
<li>UI bug fixes</li>
<li><em>Cloudfoundry Java Client</em> has been updated to <em>4.13.0</em>β¦
<p><em>2.7.1</em> is a maintenance release fixing following issues:</p>
<ul>
<li>UI bug fixes</li>
<li><em>Cloudfoundry Java Client</em> has been updated to <em>4.13.0</em>β¦
π Fixing NoUniqueBeanDefinitionException Exceptions
https://springframework.guru/fixing-nonuniquebeandefinitionexception-exceptions/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/fixing-nonuniquebeandefinitionexception-exceptions/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Fixing NoUniqueBeanDefinitionException Exceptions
This week one of my students in my Spring Core course ran into an issue how Spring was performing dependency inject. By default, the Spring Framework will perform dependency injection by type. This generally worksβ¦
π Testing Spring Boot Applications With REST Assured
https://rieckpil.de/testing-spring-boot-applications-with-rest-assured/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/testing-spring-boot-applications-with-rest-assured/
β‘οΈ @SpringFrameworkZone
rieckpil
Testing Spring Boot Applications With REST Assured - rieckpil
Learn how to use REST Assured and its MockMvc support to test the REST API of a Spring Boot Java application in a fluent manner.
π A Deep Dive Into Spring Cloud Load Balancer
https://piotrminkowski.com/2020/05/13/a-deep-dive-into-spring-cloud-load-balancer/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/05/13/a-deep-dive-into-spring-cloud-load-balancer/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A Deep Dive Into Spring Cloud Load Balancer - Piotr's TechBlog
Showing advanced implementations of custom load balancing strategies in REST-based communication with the Spring Cloud Load Balancer module.
π RSocket Load Balancing β Client Side
https://www.vinsguru.com/rsocket-load-balancing-client-side/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rsocket-load-balancing-client-side/
β‘οΈ @SpringFrameworkZone
Vinsguru
RSocket Load Balancing - Client Side | Vinsguru
Learn Spring RSocket Load Balancing from client side to distribute the rsocket requests among multiple servers.
π This Week in Spring - January 26th, 2021
https://spring.io/blog/2021/01/26/this-week-in-spring-january-26th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/26/this-week-in-spring-january-26th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - January 26th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! As I type this Iβm sitting on the amazing Tanzu Tuesdayβs stream as a (guest) cohost <a href="http://twitter.com/tiffanyfayj">with Tiffany Jernigan (@tiffanyfayj)</a> learningβ¦
π YMNNALFT: The Spring *Utils Classes
https://spring.io/blog/2021/01/27/ymnnalft-the-spring-utils-classes
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/27/ymnnalft-the-spring-utils-classes
β‘οΈ @SpringFrameworkZone
YMNNALFT: The Spring *Utils Classes
Level up your Java code and explore what Spring can do for you.
π Jackson Mix-in Annotation
https://springframework.guru/jackson-mix-in-annotation/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/jackson-mix-in-annotation/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Jackson Mix-in Annotation
Prior to Jackson 1.2, the only way to serialize or deserialize JSON using Jackson was by using one of the following two methods: Adding annotations to modify the POJO classes Writing custom serializers and deserializersβ¦
π Spring Batch on Kubernetes: Efficient batch processing at scale
https://spring.io/blog/2021/01/27/spring-batch-on-kubernetes-efficient-batch-processing-at-scale
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/27/spring-batch-on-kubernetes-efficient-batch-processing-at-scale
β‘οΈ @SpringFrameworkZone
Spring Batch on Kubernetes: Efficient batch processing at scale
Level up your Java code and explore what Spring can do for you.
π Spring Security: Exploring JDBC Authentication
https://www.baeldung.com/spring-security-jdbc-authentication
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-jdbc-authentication
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Exploring JDBC Authentication | Baeldung
Explore the capabilities offered by Spring to perform JDBC Authentication using an existing DataSource configuration.
π Where Should the Spring @Service Annotation Be Kept?
https://www.baeldung.com/spring-service-annotation-placement
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-service-annotation-placement
β‘οΈ @SpringFrameworkZone
Baeldung
Where Should the Spring @Service Annotation Be Kept? | Baeldung
Learn where to put the @Service annotation so that Spring will auto-detect beans during component scanning.