π Spring Native 0.11.2 available now
https://spring.io/blog/2022/01/26/spring-native-0-11-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/01/26/spring-native-0-11-2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Native 0.11.2 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Native <code>0.11.2</code> has been released and is now available from <a href="https://repo.spring.io/release">https://repo.spring.io/release</a>.</p>
<p>This releaseβ¦
<p>This releaseβ¦
π How to write EXISTS subqueries with JPA and Hibernate
https://vladmihalcea.com/exists-subqueries-jpa-hibernate/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/exists-subqueries-jpa-hibernate/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
How to write EXISTS subqueries with JPA and Hibernate - Vlad Mihalcea
Learn how to include EXISTS subqueries in JPA or Hibernate JPQL and Criteria API queries and Blaze Persistence queries.
π Spring Authorization Server 0.2.2 available now
https://spring.io/blog/2022/01/26/spring-authorization-server-0-2-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/01/26/spring-authorization-server-0-2-2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Authorization Server 0.2.2 available now
<div class="paragraph">
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.2.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.2.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
π REST Query Language with RSQL
https://www.baeldung.com/rest-api-search-language-rsql-fiql
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-api-search-language-rsql-fiql
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
REST Query Language with RSQL | Baeldung
Lean how to implement a Search/Query Language for a Spring REST API using the standard Feed Item Query Language instead of a custom syntax.
π Instance Profile Credentials using Spring Cloud
https://www.baeldung.com/spring-cloud-instance-profiles
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-instance-profiles
β‘οΈ @SpringFrameworkZone
Baeldung
Instance Profile Credentials using Spring Cloud | Baeldung
Learn to configure Spring Cloud AWS for Instance Profile Credentials.
π Using Spring Cloud Gateway with OAuth 2.0 Patterns
https://www.baeldung.com/spring-cloud-gateway-oauth2
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-gateway-oauth2
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Using Spring Cloud Gateway with OAuth 2.0 Patterns | Baeldung
Explore some of the OAuth 2.0 security patterns and how to implement them using Spring Cloud Gateway.
π A Bootiful Podcast: Spring Framework cofounder and project lead, friend, and all around amazing human being, Juergen Hoeller
https://spring.io/blog/2022/01/27/a-bootiful-podcast-spring-framework-cofounder-and-project-lead-friend-and-all-around-amazing-human-being-juergen-hoeller
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/01/27/a-bootiful-podcast-spring-framework-cofounder-and-project-lead-friend-and-all-around-amazing-human-being-juergen-hoeller
β‘οΈ @SpringFrameworkZone
A Bootiful Podcast: Spring Framework cofounder and project lead, friend, and all around amazing human being, Juergen Hoeller
Level up your Java code and explore what Spring can do for you.
π Spring Cloud 2022.0.0-M1 (codename Kilburn) Has Been Released
https://spring.io/blog/2022/01/27/spring-cloud-2022-0-0-m1-codename-kilburn-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/01/27/spring-cloud-2022-0-0-m1-codename-kilburn-has-been-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2022.0.0-M1 (codename Kilburn) Has Been Released
<p>On behalf of the community, I am pleased to announce that the Milestone 1 (M1) of the <a href="https://cloud.spring.io">Spring Cloud 2022.0</a> Release Train is available today. The release can be found in <a href="https://repo.spring.io/milestone/">Springβ¦
π Accessing Data with Cassandra
https://spring.io/guides/gs/accessing-data-cassandra/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/accessing-data-cassandra/
β‘οΈ @SpringFrameworkZone
Getting Started | Accessing Data with Cassandra
Learn how to persist data in Cassandra.
π Rate Limiting in Spring Cloud Netflix Zuul
https://www.baeldung.com/spring-cloud-zuul-rate-limit
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-zuul-rate-limit
β‘οΈ @SpringFrameworkZone
Baeldung
Rate Limiting in Spring Cloud Netflix Zuul | Baeldung
Learn how to rate limit requests using Spring Cloud Zuul
Spring Boot Framework pinned Β«π Java Weekly, Issue 422 https://www.baeldung.com/java-weekly-422 β‘οΈ @SpringFrameworkZoneΒ»
π Introduction to event-driven microservices with Spring Cloud Stream
https://piotrminkowski.com/2020/06/05/introduction-to-event-driven-microservices-with-spring-cloud-stream/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/06/05/introduction-to-event-driven-microservices-with-spring-cloud-stream/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Introduction to event-driven microservices with Spring Cloud Stream
Building event-driven microservices with Spring Cloud Stream and RabbitMQ. Using patterns like consumer grouping or partitioning.
π How to Test the @Scheduled Annotation
https://www.baeldung.com/spring-testing-scheduled-annotation
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-testing-scheduled-annotation
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
How to Test the @Scheduled Annotation | Baeldung
Learn how to test the @Scheduled annotation in Spring with a simple integration test and the Awaitility library.
π IntelliJ β Cannot Resolve Spring Boot Configuration Properties Error
https://www.baeldung.com/intellij-resolve-spring-boot-configuration-properties
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/intellij-resolve-spring-boot-configuration-properties
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
IntelliJ β Cannot Resolve Spring Boot Configuration Properties Error | Baeldung
IntelliJ can provide autocomplete and context help for custom properties, but we need to make some additional configuration to our project to enable that.
π Distributed Tracing with Istio, Quarkus and Jaeger
https://piotrminkowski.com/2022/01/31/distributed-tracing-with-istio-quarkus-and-jaeger/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/01/31/distributed-tracing-with-istio-quarkus-and-jaeger/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Distributed Tracing with Istio, Quarkus and Jaeger - Piotr's TechBlog
In this you will learn how to configure ditributed tracing with Istio and Jaeger for Quarkus microservices properly on Kubernetes.
π Architectural Pattern β Cache-Aside / Read-Through Pattern With Spring Boot + Redis
https://www.vinsguru.com/cloud-design-patterns-cache-aside-read-through-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/cloud-design-patterns-cache-aside-read-through-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring WebFlux Redis Integration | Vinsguru
Learn Spring WebFlux Redis Integration to improve the performance of our application with examples.
π This Week in Spring - February 1st, 2022
https://spring.io/blog/2022/02/01/this-week-in-spring-february-1st-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/02/01/this-week-in-spring-february-1st-2022
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - February 1st, 2022
<p>Hi, Spring fans! Itβs a new Lunar year, so thatβs exciting, and I just celebrated my birthday, and that of my late father, as well. That was exciting. But there was also some bittersweet news. Letβs get that out of the way firstβ¦</p>
<p>My friend, my heroβ¦
<p>My friend, my heroβ¦