π Spring Tips: @Controllers: Give HTTP a REST
https://spring.io/blog/2021/11/03/spring-tips-controllers-give-http-a-rest
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/03/spring-tips-controllers-give-http-a-rest
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: @Controllers: Give HTTP a REST
<p>Hi, Spring fans! In this installment, weβll continue our exploration of <code>@Controller</code>s, and look at HTTP APIs and SSE with Spring. This time, weβll use Spring Webflux. </p>
<p>The code is here: github.com/spring-tips/controllers</p>
<iframeβ¦
<p>The code is here: github.com/spring-tips/controllers</p>
<iframeβ¦
π Spring Cloud 2021.0.0-RC1 (codename Jubilee) Has Been Released
https://spring.io/blog/2021/11/03/spring-cloud-2021-0-0-rc1-codename-jubilee-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/03/spring-cloud-2021-0-0-rc1-codename-jubilee-has-been-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2021.0.0-RC1 (codename Jubilee) Has Been Released
<p>On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the <a href="https://cloud.spring.io">Spring Cloud 2021.0</a> Release Train, codename Jubilee, is available today. The release can be found in <a href="https://β¦
π Spring Boot β MicroServices β How To Handle Exceptions
https://www.vinsguru.com/spring-boot-microservices-how-to-handle-exceptions/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-boot-microservices-how-to-handle-exceptions/
β‘οΈ @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.
π Bootiful Podcast: Legend, Dutchess founder, Devoxx4Kids contributor, and fellow Java Champion Linda van der Pal
https://spring.io/blog/2021/11/04/bootiful-podcast-legend-dutchess-founder-devoxx4kids-contributor-and-fellow-java-champion-linda-van-der-pal
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/04/bootiful-podcast-legend-dutchess-founder-devoxx4kids-contributor-and-fellow-java-champion-linda-van-der-pal
β‘οΈ @SpringFrameworkZone
spring.io
Bootiful Podcast: Legend, Dutchess founder, Devoxx4Kids contributor, and fellow Java Champion Linda van der Pal
<p>Hi, Spring fans! In this episode <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Dutchess founder, <a href="https://twitter.com/Devoxx4KidsNL">Devoxx4Kids Netherlands (@Devoxx4KidsNL)</a> leader, inspiring person, and fellowβ¦
π Spring Cloud Gateway versions 2.2.10.RELEASE and 3.0.5 are now available
https://spring.io/blog/2021/11/04/spring-cloud-gateway-versions-2-2-10-release-and-3-0-5-are-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/04/spring-cloud-gateway-versions-2-2-10-release-and-3-0-5-are-now-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Gateway versions 2.2.10.RELEASE and 3.0.5 are now available
<p>On behalf of the community, I am pleased to announce that Spring Cloud Gateway versions 2.2.10.RELEASE and 3.0.5.</p>
<p>These are primarily security releases with fixes for the <a href="https://tanzu.vmware.com/security/cve-2021-22051">CVE-2021-22051</a>.β¦
<p>These are primarily security releases with fixes for the <a href="https://tanzu.vmware.com/security/cve-2021-22051">CVE-2021-22051</a>.β¦
π Fabric8 Docker Maven Plugin
https://springframework.guru/fabric8-docker-maven-plugin/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/fabric8-docker-maven-plugin/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Fabric8 Docker Maven Plugin
Modern Enterprise application development using the Spring framework makes use of containerization technology, such as Docker to ship and run applications. Building an application, packaging it, then building the image, and pushing images to anβ¦
π Spring Cloud Data Flow 2.8.4 and 2.9.1 Released
https://spring.io/blog/2021/11/05/spring-cloud-data-flow-2-8-4-and-2-9-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/05/spring-cloud-data-flow-2-8-4-and-2-9-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Data Flow 2.8.4 and 2.9.1 Released
<p>Spring Cloud Data Flow team is pleased to announce the release of 2.8.4 and 2.9.1</p>
<p>Releases <a href="https://github.com/spring-cloud/spring-cloud-dataflow/releases/tag/v2.9.1">2.9.1</a> and <a href="https://github.com/spring-cloud/spring-cloud-dβ¦
<p>Releases <a href="https://github.com/spring-cloud/spring-cloud-dataflow/releases/tag/v2.9.1">2.9.1</a> and <a href="https://github.com/spring-cloud/spring-cloud-dβ¦
π A Guide to Spring Boot Configuration Metadata
https://www.baeldung.com/spring-boot-configuration-metadata
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-configuration-metadata
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Guide to Spring Boot Configuration Metadata | Baeldung
Learn about the Spring Boot Configuration Processor and the associated JSON metadata files that document each property's meaning, constraints, and so on.
π Feature Flags with Spring Boot
https://reflectoring.io/spring-boot-feature-flags/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-feature-flags/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Feature Flags with Spring Boot
Feature flags don't need to be simple if/else blocks. Instead, we can replace whole methods or even whole beans with a bit of Spring Boot magic.
π Conditionally Enable Scheduled Jobs in Spring
https://www.baeldung.com/spring-scheduled-enabled-conditionally
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-scheduled-enabled-conditionally
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Conditionally Enable Scheduled Jobs in Spring | Baeldung
Learn different options to conditionally enable a Spring Scheduled Job
Spring Boot Framework pinned Β«π Java Weekly, Issue 410 https://www.baeldung.com/java-weekly-410 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Data MongoDB with Reactive MongoDB
https://springframework.guru/spring-data-mongodb-with-reactive-mongodb/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-data-mongodb-with-reactive-mongodb/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Data MongoDB with Reactive MongoDB
Spring Data MongoDB has been updated to leverage the reactive programming model introduced in Spring Framework 5. This was followed by support for reactive data access for NoSQL databases, such as MongoDB, Cassandra, and Redisβ¦
π The Definitive Guide to Use Keycloak With a Spring Boot Application
https://betterjavacode.com/programming/spring-boot-application-keycloak
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-boot-application-keycloak
β‘οΈ @SpringFrameworkZone
Code Complete
The Definitive Guide to Use Keycloak With a Spring Boot Application
In this post, I show how to secure a spring boot application using Keycloak identity provider. We will use openid flow.
π Consul Miniseries: Spring Boot Application and Consul Integration Part 2
https://springframework.guru/consul-miniseries-spring-boot-application-and-consul-integration-part-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/consul-miniseries-spring-boot-application-and-consul-integration-part-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Consul Miniseries: Spring Boot Application and Consul Integration Part 2
Series Introduction In this short series, we will look at how we can integrate the Spring Boot application with HashiCorp Consul. Consul is a service that allows us to connect and secure services across platformsβ¦
π A Step By Step Guide to Kubernetes
https://betterjavacode.com/programming/learn-kubernetes-step-by-step
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/learn-kubernetes-step-by-step
β‘οΈ @SpringFrameworkZone
Code Complete
A Step By Step Guide to Kubernetes - Code Complete
In this post, I cover step by step guide to learn about Kubernetes. I will create a simple microservice & deploy that on kubernetes cluster.
π Update on EOL for Spring Security OAuth
https://spring.io/blog/2021/11/08/update-on-eol-for-spring-security-oauth
https://spring.io/blog/2021/11/08/update-on-eol-for-spring-security-oauth
spring.io
Update on EOL for Spring Security OAuth
<div class="paragraph">
<p>In May 2020, we <a href="https://spring.io/blog/2020/05/07/end-of-life-for-spring-security-oauth">announced</a> that the <a href="https://spring.io/projects/spring-security-oauth">Spring Security OAuth</a> (legacy) project willβ¦
<p>In May 2020, we <a href="https://spring.io/blog/2020/05/07/end-of-life-for-spring-security-oauth">announced</a> that the <a href="https://spring.io/projects/spring-security-oauth">Spring Security OAuth</a> (legacy) project willβ¦