π Using SDKMAN for Your Development Environment
https://springframework.guru/using-sdkman-for-your-development-environment/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-sdkman-for-your-development-environment/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using SDKMAN for Your Development Environment
Introduction SDKMAN is a command line utility we can use to make managing our development environments easier. By using SDKMAN we can easily install, update, or switch to specific versions of popular tools such asβ¦
π Spring Boot Integration Tests with WireMock and JUnit 5
https://rieckpil.de/spring-boot-integration-tests-with-wiremock-and-junit-5/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/spring-boot-integration-tests-with-wiremock-and-junit-5/
β‘οΈ @SpringFrameworkZone
rieckpil
Spring Boot Integration Tests With WireMock and JUnit 5 - rieckpil
Spring Boot JUnit 5 integration test setup (WireMockExtension & manuel setup) with WireMock to stub HTTP responses of external systems.
π Continuous Delivery on Kubernetes with Argo CD and Datree
https://piotrminkowski.com/2022/08/29/continuous-delivery-on-kubernetes-with-argo-cd-and-datree/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/08/29/continuous-delivery-on-kubernetes-with-argo-cd-and-datree/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous Delivery on Kubernetes with Argo CD and Datree
In this article, you will learn how to use Datree with Argo CD to validate Kubernetes manifests in your continuous delivery process.
π Spring 5 Functional Bean Registration
https://www.baeldung.com/spring-5-functional-beans
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-functional-beans
β‘οΈ @SpringFrameworkZone
π This Week in Spring - September 5th, 2022
https://spring.io/blog/2022/09/06/this-week-in-spring-september-5th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/06/this-week-in-spring-september-5th-2022
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - September 5th, 2022
<p>Hi, Spring fans! How are you? Itβs a fantastic Tuesday, the 5th of September, 2022, and I couldnβt be happier. Itβs also Labor Day weekend here in the US. It marks the unofficial end of summer, which is a bit sad. But, on the upside, itβs a four-day weekendβ¦
π Running Redpanda on Kubernetes
https://piotrminkowski.com/2022/09/06/running-redpanda-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/09/06/running-redpanda-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Running Redpanda on Kubernetes - Piotr's TechBlog
In this article, you will learn how to install and use the Redpanda platform on Kubernetes and integrate Spring Boot with it.
π Concurrent Test Execution in Spring 5
https://www.baeldung.com/spring-5-concurrent-tests
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-concurrent-tests
β‘οΈ @SpringFrameworkZone
π Json Web Token: How to Secure Spring Boot REST API
https://betterjavacode.com/java/securing-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/securing-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
Code Complete
Json Web Token: How to Secure Spring Boot REST API - Code Complete
Secure REST API are part of enterprise applications. In this post, I show how to secure REST API using Json Web Token in detail.
π A beginnerβs guide to YugabyteDB
https://vladmihalcea.com/yugabytedb/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/yugabytedb/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
A beginner's guide to YugabyteDB - Vlad Mihalcea
Learn what YugabyteDB is, how to install it and manage using PostgreSQL tools, and how you can connect to it using JDBC, JPA, or Hibernate.
π A Bootiful Podcast: Hashicorp's Rosemary Wang on securing the intersection of apps and ops with Hashicorp Vault
https://spring.io/blog/2022/09/08/a-bootiful-podcast-hashicorp-s-rosemary-wang-on-securing-the-intersection-of-apps-and-ops-with-hashicorp-vault
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/08/a-bootiful-podcast-hashicorp-s-rosemary-wang-on-securing-the-intersection-of-apps-and-ops-with-hashicorp-vault
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Hashicorp's Rosemary Wang on securing the intersection of apps and ops with Hashicorp Vault
<p>Hi, Spring fans! In this episode <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Hashicorp Developer Advocate <a href="https://twitter.com/joatmon08">Rosemary Wang (@joatmon08)</a> about a few Hashicorp technologies and theirβ¦
π Spring Cloud 2021.0.4 (codename Jubilee) Has Been Released
https://spring.io/blog/2022/09/07/spring-cloud-2021-0-4-codename-jubilee-has-been-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/07/spring-cloud-2021-0-4-codename-jubilee-has-been-released
β‘οΈ @SpringFrameworkZone
Spring Cloud 2021.0.4 (codename Jubilee) Has Been Released
Level up your Java code and explore what Spring can do for you.
Spring Boot Framework pinned Β«π Java Weekly, Issue 453 https://www.baeldung.com/java-weekly-453 β‘οΈ @SpringFrameworkZoneΒ»
π How to Inject a Property Value Into a Class Not Managed by Spring?
https://www.baeldung.com/inject-properties-value-non-spring-class
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/inject-properties-value-non-spring-class
β‘οΈ @SpringFrameworkZone
π The Spring Data findAll Anti-Pattern
https://vladmihalcea.com/spring-data-findall-anti-pattern/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/spring-data-findall-anti-pattern/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The Spring Data findAll Anti-Pattern - Vlad Mihalcea
Learn why inheriting the default Spring Data findAll method in every data access Repository is a terrible Anti-Pattern.
π Custom Web Controller Arguments with Spring MVC and Spring Boot
https://reflectoring.io/spring-boot-argumentresolver/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-argumentresolver/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Custom Web Controller Arguments with Spring MVC and Spring Boot
Spring MVC provides a convenient programming model for creating web controllers. We can make it even more convenient by letting Spring pass custom objects from our domain into controller methods so we don't have to map them each time.
π Spring Cloud Dataflow 2.9.6 Released
https://spring.io/blog/2022/09/14/spring-cloud-dataflow-2-9-6-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/14/spring-cloud-dataflow-2-9-6-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Dataflow 2.9.6 Released
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Cloud Dataflow <code>2.9.6</code> has been released and is now available from Maven Central.</p>
<p>This release updates to Postgres SQL driver <code>42.2.26</code>β¦
<p>This release updates to Postgres SQL driver <code>42.2.26</code>β¦
π This Week in Spring - September 13th, 2022
https://spring.io/blog/2022/09/13/this-week-in-spring-september-13th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/13/this-week-in-spring-september-13th-2022
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - September 13th, 2022
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Weβve got a lot of good stuff to get to so letβs dive right into it! </p>
<ul>
<li><a href="https://spring.io/blog/2022/09/08/a-bootiful-podcast-hashicorp-s-rosemary-wangβ¦
<ul>
<li><a href="https://spring.io/blog/2022/09/08/a-bootiful-podcast-hashicorp-s-rosemary-wangβ¦
π Spring Framework 6.0.0-M6 and 5.3.23 available now
https://spring.io/blog/2022/09/15/spring-framework-6-0-0-m6-and-5-3-23-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/09/15/spring-framework-6-0-0-m6-and-5-3-23-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 6.0.0-M6 and 5.3.23 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>6.0.0-M6</code> and <code>5.3.23</code> are available now.</p>
<p>Spring Framework <code>5.3.23</code> includes <a href="https://github.com/springβ¦
<p>Spring Framework <code>5.3.23</code> includes <a href="https://github.com/springβ¦