π This Week in Spring - December 1st, 2020
https://spring.io/blog/2020/12/02/this-week-in-spring-december-1st-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/02/this-week-in-spring-december-1st-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 1st, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Itβs been a very fun week since we last spoke. How are you? Can you believe that itβs already the first day of December, 2020? Time sure fliesβ¦ or something heh. This weekβ¦
π Spring Component Scan
https://springframework.guru/spring-component-scan/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-component-scan/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Spring Component Scan
When developing Spring Boot applications, you need to tell the Spring Framework where to look for Spring components. Using component scan is one method of asking Spring to detect Spring managed components. Spring needs theβ¦
π Fix No Qualifying Spring Bean Error For Spring Boot Tests
https://rieckpil.de/fix-no-qualifying-spring-bean-error-for-spring-boot-tests/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/fix-no-qualifying-spring-bean-error-for-spring-boot-tests/
β‘οΈ @SpringFrameworkZone
rieckpil
Fix No Qualifying Spring Bean Error For Spring Boot Tests - rieckpil
Reasons and solutions for no qualifying Spring Bean errors when writing tests for Spring Boot applications that include a Spring Test Context
π SPRING CLOUD KUBERNETES FOR HYBRID MICROSERVICES ARCHITECTURE
https://piotrminkowski.com/2020/01/03/spring-cloud-kubernetes-for-hybrid-microservices-architecture/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/01/03/spring-cloud-kubernetes-for-hybrid-microservices-architecture/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Cloud Kubernetes For Hybrid Microservices Architecture
This article presents an example that shows how to build a hybrid microservices architecture with Spring Cloud Kubernetes.
π Protected: Spring Persistence (Hibernate and JPA) with a JNDI datasource
https://www.baeldung.com/spring-persistence-hibernate-and-jpa-with-a-jndi-datasource/
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-persistence-hibernate-and-jpa-with-a-jndi-datasource/
β‘οΈ @SpringFrameworkZone
Baeldung
Protected: Spring Persistence (Hibernate and JPA) with a JNDI datasource | Baeldung
There is no excerpt because this is a protected post.
π Spring Cloud App Broker 1.2.1 released
https://spring.io/blog/2020/12/02/spring-cloud-app-broker-1-2-1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/02/spring-cloud-app-broker-1-2-1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud App Broker 1.2.1 released
<p>We are pleased to announce the release of Spring Cloud App Broker 1.2.1!</p>
<p>Our focus at the start of the 1.2.x release series has been to update our major dependencies, namely Spring Boot and Spring Cloud Open Service Broker. We have also updatedβ¦
<p>Our focus at the start of the 1.2.x release series has been to update our major dependencies, namely Spring Boot and Spring Cloud Open Service Broker. We have also updatedβ¦
π Spring Cloud 2020.0.0-M6 (aka Ilford) Is Available
https://spring.io/blog/2020/12/02/spring-cloud-2020-0-0-m6-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/02/spring-cloud-2020-0-0-m6-aka-ilford-is-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2020.0.0-M6 (aka Ilford) Is Available
<p>On behalf of the community, I am pleased to announce that the Milestone 6 (M6) of the <a href="https://cloud.spring.io">Spring Cloud 2020</a> Release Train is available today. The release can be found in <a href="https://repo.spring.io/milestone/">Springβ¦
π1
π Spring Cloud Data Flow 2.6.4 and 2.7.0 Released
https://spring.io/blog/2020/12/02/spring-cloud-data-flow-2-6-4-and-2-7-0-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/02/spring-cloud-data-flow-2-6-4-and-2-7-0-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Data Flow 2.6.4 and 2.7.0 Released
<p>Spring Cloud Data Flow team is pleased to announce the release of 2.7.0 and 2.6.4</p>
<p>While the release 2.6.4 has <a href="https://github.com/spring-cloud/spring-cloud-dataflow/issues/4227">the bug fixes</a>, the 2.7.0 has the following updates alongβ¦
<p>While the release 2.6.4 has <a href="https://github.com/spring-cloud/spring-cloud-dataflow/issues/4227">the bug fixes</a>, the 2.7.0 has the following updates alongβ¦
π VERSIONING REST API WITH SPRING BOOT AND SWAGGER
https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/02/19/versioning-rest-api-with-spring-boot-and-swagger/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Versioning REST API with Spring Boot and Swagger - Piotr's TechBlog
One thingβs for sure. If you donβt have to version your API, do not try to do that. However, sometimes you have to. A large part of the most popular services like Twitter, Facebook, Netflix, or PayPal is versioning their REST APIs. The advantages and disadvantagesβ¦
π Reactor β Creating Sequences With Flux & Mono
https://www.vinsguru.com/reactive-programming-creating-sequences-flux-vs-mono/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-creating-sequences-flux-vs-mono/
β‘οΈ @SpringFrameworkZone
Vinsguru
Mono vs Flux In Project Reactor | Vinsguru
This tutorial explains more about Java Reactive Programming & Mono vs Flux comparison, creating sequences using Mono & Flux.
π Introduction to Spring Cloud Rest Client with Netflix Ribbon
https://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Spring Cloud with Netflix Ribbon | Baeldung
An introduction to Spring Cloud Rest Client with Netflix Ribbon with examples of load-balancing and failure resiliency of an enhanced RestTemplate with Ribbon.
π Spring Boot Mongo DB Example Application
https://springframework.guru/3402-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/3402-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Mongo DB Example Application
Transcript Okay, I'd like do a quick code review of my Spring Boot Mongo DB example application. This is up on github. And you can find it under my repository springframeworkguru/spring-boot-mongodb. (pretty creative name there)β¦
π Spring Security 5.4.2, 5.3.6, and 5.2.8 released
https://spring.io/blog/2020/12/03/spring-security-5-4-2-5-3-6-and-5-2-8-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/03/spring-security-5-4-2-5-3-6-and-5-2-8-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.4.2, 5.3.6, and 5.2.8 released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.4.2 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.2">release notes</a>), 5.3.6 (<a href="https://github.com/springβ¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.4.2 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.2">release notes</a>), 5.3.6 (<a href="https://github.com/springβ¦
π A Bootiful Podcast: Dr. Heinz Kabutz
https://spring.io/blog/2020/12/03/a-bootiful-podcast-dr-heinz-kabutz
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/03/a-bootiful-podcast-dr-heinz-kabutz
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Dr. Heinz Kabutz
<p>Hi, Spring fans! In this weekβs installment Josh Long talks to his hero, longtime friend (9+ years and counting!), inspiration and a person who has made the JVM a better place to deploy software and the JVM community a better place for people to buildβ¦
π Granted Authority Versus Role in Spring Security
https://www.baeldung.com/spring-security-granted-authority-vs-role
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-granted-authority-vs-role
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Granted Authority Versus Role in Spring Security | Baeldung
A quick guide to the difference between a granted authority and a role in Spring Security.
π Running Spring Boot with PostgreSQL in Docker Compose
https://www.baeldung.com/spring-boot-postgresql-docker
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-postgresql-docker
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Running Spring Boot with PostgreSQL in Docker Compose | Baeldung
A quick and practical guide to running Spring Boot with PostgreSQL in Docker Compose.
π Spring Autowire BeanCreationException
https://springframework.guru/spring-autowire-beancreationexception/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-autowire-beancreationexception/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Autowire BeanCreationException
When Autowiring Spring Beans, a common exception is a BeanCreationException. This means that Spring found a bean to create, but was unable to fulfill the dependencies needed to create this this Spring bean. Here isβ¦
π Iterating Over Collections In Java
https://springframework.guru/iterating-over-collections-in-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/iterating-over-collections-in-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Iterating Over Collections In Java
Iteration is the most common operations done on a collection. For example, you may want to go through all the student grades to find who has the highest test scores. In Java we have fourβ¦