π SpringOne Tour Booternetes Europe
https://spring.io/blog/2021/05/10/springone-tour-booternetes-europe
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/10/springone-tour-booternetes-europe
β‘οΈ @SpringFrameworkZone
spring.io
SpringOne Tour Booternetes Europe
<p>Michael Cote, Hannah Foxwell, and Jakub Pilimon talk about application modernization strategies while driving production outcomes with Spring on Kubernetes. For more great Tanzu, Kubernetes, and Spring content, check out our VMware Tanzu channel: <a hβ¦
π Spring Cloud Sleuth in a Monolith Application
https://www.baeldung.com/spring-cloud-sleuth-single-application
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-sleuth-single-application
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Cloud Sleuth - Single Application | Baeldung
This article focuses on using Spring Sleuth for tracing requests within a single application use cases.
π Design Patterns β Builder Pattern β Part V
https://betterjavacode.com/core-java/design-patterns-builder-pattern-part-v
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/design-patterns-builder-pattern-part-v
β‘οΈ @SpringFrameworkZone
Code Complete
Design Patterns - Builder Pattern - Part V - Code Complete
Continuing on the series of design patterns, in this post, I show how to use builder pattern in software design. Why and how to use it.
π Spring Security 5 for Reactive Applications
https://www.baeldung.com/spring-security-5-reactive
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-5-reactive
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security for Reactive Applications | Baeldung
A quick and practical example of Spring Security 5 framework's features for securing reactive applications.
π This Week in Spring - May 11th, 2021
https://spring.io/blog/2021/05/11/this-week-in-spring-may-11th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/11/this-week-in-spring-may-11th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - May 11th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! First: a happy belated motherβs day to you! Being a mom is already the hardest job, and it got considerably harder this last year as a global pandemic descended on the worldβ¦
π Creating Optimized Docker Images for a Spring Boot Application
https://reflectoring.io/spring-boot-docker/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-docker/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Creating Optimized Docker Images for a Spring Boot Application
We will look at containerizing Spring Boot applications with cloud-native Buildpacks and Docker and how to optimize the containerized image by enabling layering and extracting the application in a separate layer.
π Spring Framework 5.3.7 and 5.2.15 available now
https://spring.io/blog/2021/05/11/spring-framework-5-3-7-and-5-2-15-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/11/spring-framework-5-3-7-and-5-2-15-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.7 and 5.2.15 available now
<p><strong>Update 2021-05-25:</strong> The releases contains fixes for Spring Framework <a href="https://tanzu.vmware.com/security/cve-2021-22118">CVE-2021-22118</a>.</p>
<p>On behalf of the team and everyone who has contributed, I am pleased to announceβ¦
<p>On behalf of the team and everyone who has contributed, I am pleased to announceβ¦
π Speaking at Devoxx Poland
https://springframework.guru/speaking-devoxx-poland/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/speaking-devoxx-poland/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Speaking at Devoxx Poland
I'm happy to announce I'll be speaking at Devoxx Poland this June. I've proposed a talk on getting hip with JHipster. I've been using JHipster on a client project, and really like it. The teamβ¦
π Spring Request Parameters with Thymeleaf
https://www.baeldung.com/spring-thymeleaf-request-parameters
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-thymeleaf-request-parameters
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Request Parameters with Thymeleaf | Baeldung
Learn how to use request parameters with Spring and Thymeleaf.
π Spring HATEOAS 1.2.6 and 1.3.1 released
https://spring.io/blog/2021/05/12/spring-hateoas-1-2-6-and-1-3-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/12/spring-hateoas-1-2-6-and-1-3-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring HATEOAS 1.2.6 and 1.3.1 released
<div class="paragraph">
<p>On behalf of the Spring community Iβd like to announce the availability of Spring HATEOAS 1.2.6 and 1.3.1. The releases contain general bugfixes and are scheduled for inclusion in the upcoming Spring Boot service releases.</p>β¦
<p>On behalf of the Spring community Iβd like to announce the availability of Spring HATEOAS 1.2.6 and 1.3.1. The releases contain general bugfixes and are scheduled for inclusion in the upcoming Spring Boot service releases.</p>β¦
π How to Use Basic Authentication for Rest Template
https://betterjavacode.com/programming/how-to-use-basic-authentication-for-rest-template
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-use-basic-authentication-for-rest-template
β‘οΈ @SpringFrameworkZone
Code Complete
How to Use Basic Authentication for Rest Template - Code Complete
In this post, I show how to use Rest Template with Basic Authentication to call secured APIs. First, we will secure REST APIs.
π Guide to @SpringBootTest for Spring Boot Integration Tests
https://rieckpil.de/guide-to-springboottest-for-spring-boot-integration-tests/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/guide-to-springboottest-for-spring-boot-integration-tests/
β‘οΈ @SpringFrameworkZone
rieckpil
Guide to @SpringBootTest for Spring Boot Integration Tests
Understand when, why and how to use the @SpringBootTest annotation to write integration tests for your Spring Boot application.
π Converting a Spring Boot JAR Application to a WAR
https://spring.io/guides/gs/convert-jar-to-war/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/convert-jar-to-war/
β‘οΈ @SpringFrameworkZone
Getting Started | Converting a Spring Boot JAR Application to a WAR
Learn how to convert your Spring Boot JAR-based application to a WAR file.
π A Bootiful Podcast: Axon Framework Founder Allard Buijze on CQRS, Sagas, and more
https://spring.io/blog/2021/05/13/a-bootiful-podcast-axon-framework-founder-allard-buijze-on-cqrs-sagas-and-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/13/a-bootiful-podcast-axon-framework-founder-allard-buijze-on-cqrs-sagas-and-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Axon Framework Founder Allard Buijze on CQRS, Sagas, and more
<p>Hi, Spring fans! In this installment <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman) </a> talks to Axon founder <a href="https://twitter.com/allardbz">Allard Buijze (@allardbz)</a> about <a href="https://axoniq.io/">AxonIQ (@axoniq)</a>β¦
π Automate Spring Boot application deployments to Azure!
https://spring.io/blog/2021/05/13/automate-spring-boot-application-deployments-to-azure
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/13/automate-spring-boot-application-deployments-to-azure
β‘οΈ @SpringFrameworkZone
Automate Spring Boot application deployments to Azure!
Level up your Java code and explore what Spring can do for you.
π Spring Security Expressions β hasRole Example
https://www.baeldung.com/spring-security-expressions-basic/
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-expressions-basic/
β‘οΈ @SpringFrameworkZone
π Spring Data 2021.0.1 and 2020.0.9 released
https://spring.io/blog/2021/05/14/spring-data-2021-0-1-and-2020-0-9-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/14/spring-data-2021-0-1-and-2020-0-9-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.0.1 and 2020.0.9 released
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data service releases <code>2021.0.1</code> and <code>2020.0.9</code>.</p>
<p>Both releases are built on top of Spring Framework <code>5.3.7</code>. For your convenience, theseβ¦
<p>Both releases are built on top of Spring Framework <code>5.3.7</code>. For your convenience, theseβ¦