π Spring Integration 5.5.7 Available
https://spring.io/blog/2021/12/21/spring-integration-5-5-7-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/21/spring-integration-5-5-7-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration 5.5.7 Available
<div class="paragraph">
<p>Dear Spring community,</p>
</div>
<div class="paragraph">
<p>On behalf of the team and all the contributors, itβs my pleasure to wish you a Merry Christmas and Happy New Year and present you a fresh Spring Integration <code>5.5.7</code>β¦
<p>Dear Spring community,</p>
</div>
<div class="paragraph">
<p>On behalf of the team and all the contributors, itβs my pleasure to wish you a Merry Christmas and Happy New Year and present you a fresh Spring Integration <code>5.5.7</code>β¦
π Spring Boot 2.6.2 available now
https://spring.io/blog/2021/12/21/spring-boot-2-6-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/21/spring-boot-2-6-2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.6.2 available now
<p><strong>Update Jan 5: 2022:</strong> The Spring Framework version in this release includes fixes for <a href="https://tanzu.vmware.com/security/cve-2021-22060">CVE-2021-22060</a> whose official publication was deferred until today since many people takeβ¦
π Development on Kubernetes with Telepresence and Skaffold
https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresence-and-skaffold/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresence-and-skaffold/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Development on Kubernetes with Telepresence and Skaffold
In this article, you will learn how to use Telepresence in your local development for Kubernetes and intercept the traffic from the cluster.
π The best way to write a custom Spring Data Repository
https://vladmihalcea.com/custom-spring-data-repository/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/custom-spring-data-repository/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The best way to write a custom Spring Data Repository - Vlad Mihalcea
Learn the best way to write a custom Spring Data Repository that provides additional data access query and update methods.
π This Week in Spring - December 21st, 2021
https://spring.io/blog/2021/12/21/this-week-in-spring-december-21st-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/21/this-week-in-spring-december-21st-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 21st, 2021
<p><img src="https://github.com/joshlong/blog-images/raw/master/this-week-in-spring/20-12-2021.png"></p>
<p>Hi, Spring fans! What a crazy wonderful week itβs been and what a wonderful week itβll be! Itβs the holidays. Iβve set my out-of-office status andβ¦
<p>Hi, Spring fans! What a crazy wonderful week itβs been and what a wonderful week itβll be! Itβs the holidays. Iβve set my out-of-office status andβ¦
π A Bootiful Podcast: HBase and Cassandra cofounder and Yugabyte CTO Karthik Ranganathan
https://spring.io/blog/2021/12/23/a-bootiful-podcast-hbase-and-cassandra-cofounder-and-yugabyte-cto-karthik-ranganathan
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/23/a-bootiful-podcast-hbase-and-cassandra-cofounder-and-yugabyte-cto-karthik-ranganathan
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: HBase and Cassandra cofounder and Yugabyte CTO Karthik Ranganathan
<p>Hi, Spring fans! In this installment, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Yugabyte CTO, Apache HBase and Apache Cassandra co-founder, and distributed database legend <a href="https://twitter.com/karthikr">Karthikβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 417 https://www.baeldung.com/java-weekly-417 β‘οΈ @SpringFrameworkZoneΒ»
π Metrics for your Spring REST API
https://www.baeldung.com/spring-rest-api-metrics
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-api-metrics
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Metrics for Your Spring REST API | Baeldung
How to implement and graph HTTP metrics into a Spring REST API - status code counts, counts by request, time-series data, etc.
π Redis in Microservices Architecture
https://piotrminkowski.com/2019/03/18/redis-in-microservices-architecture/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/03/18/redis-in-microservices-architecture/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Redis in Microservices Architecture - Piotr's TechBlog
Using Redis in microservices architecture with Spring for providing a message broker, configuration server, or a primary database.
π An Intro to the Spring DispatcherServlet
https://www.baeldung.com/spring-dispatcherservlet
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-dispatcherservlet
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
An Intro to the Spring DispatcherServlet | Baeldung
A quick and practical guide to the request processing workflow of Spring's DispatcherServlet with a focus on the HandlerAdapter interfaces.
π How to Use Pub/Sub with NodeJS
https://betterjavacode.com/programming/how-to-use-pub-sub-with-nodejs
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-use-pub-sub-with-nodejs
β‘οΈ @SpringFrameworkZone
Code Complete
How to Use Pub/Sub with NodeJS - Code Complete
In this post, I show how to use Google Cloud Pub Sub service with NodeJS application. I add the details about PubSub model and how to use it.
π Validating RequestParams and PathVariables in Spring
https://www.baeldung.com/spring-validate-requestparam-pathvariable
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-validate-requestparam-pathvariable
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Validating RequestParams and PathVariables in Spring | Baeldung
Learn how to validate request parameters and path variables with Spring MVC
π Key concepts about using JProfiler
https://betterjavacode.com/jprofiler/key-concepts-about-using-jprofiler
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/jprofiler/key-concepts-about-using-jprofiler
β‘οΈ @SpringFrameworkZone
Code Complete
Key concepts about using JProfiler - Code Complete
What are the key concepts while using JProfiler? How to use JProfiler? The detail description of a tool that can help in performance analysis.
π SWITCHING FROM RESTTEMPLATE TO WEBCLIENT: A REACTIVE TALE
https://ordina-jworks.github.io/rest/2020/10/12/RestTemplate-vs-WebClient.html
β‘οΈ @SpringFrameworkZone
https://ordina-jworks.github.io/rest/2020/10/12/RestTemplate-vs-WebClient.html
β‘οΈ @SpringFrameworkZone
blog.ordina-jworks.io
Switching from RestTemplate to WebClient: A Reactive Tale - Lowie Cuypers
Ordina JWorks Tech Blog
π Building a Web Application with Spring Boot and Angular
https://www.baeldung.com/spring-boot-angular-web
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-angular-web
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Building a Web Application with Spring Boot and Angular | Baeldung
Have a look into building a web application with a Spring REST back-end and Angular front-end.
π Complete Guide to Spring RestTemplate
https://reflectoring.io/spring-resttemplate/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-resttemplate/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Complete Guide to Spring RestTemplate
REST styled APIs are all around us and as such most applications need to invoke REST APIs for some or all of their functions. These REST APIs could be either of their own or from other sources. Hence, applications need to consume APIs elegantly and consistently.β¦
π This Year in Spring - December 28th, 2021
https://spring.io/blog/2021/12/28/this-year-in-spring-december-28th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/28/this-year-in-spring-december-28th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Year in Spring - December 28th, 2021
<p>Hi, Spring fans! Howβre you doinβ? Iβm fresh off a fantastic holiday spent with family in Los Angeles, California. Later today, the girls and I will drive home to San Francisco, California. Iβve enjoyed my visits with people here in Los Angeles, especiallyβ¦
π Expose Metrics of Spring WebClient using Spring Boot Actuator
https://rieckpil.de/expose-metrics-of-spring-webclient-using-spring-boot-actuator/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/expose-metrics-of-spring-webclient-using-spring-boot-actuator/
β‘οΈ @SpringFrameworkZone
rieckpil
Expose Metrics of Spring WebClient using Spring Boot Actuator - rieckpil
Learn how to expose metrics of your HTTP client using Spring WebClient: e.g. request URI, response codes, duration of request...