π This Week in Spring - April 5th, 2022
https://spring.io/blog/2022/04/05/this-week-in-spring-april-5th-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/05/this-week-in-spring-april-5th-2022
β‘οΈ @SpringFrameworkZone
This Week in Spring - April 5th, 2022
Level up your Java code and explore what Spring can do for you.
π Whatβs all the fuss about Java Lambdas?
https://springframework.guru/whats-fuss-java-lambdas/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/whats-fuss-java-lambdas/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Whatβs all the fuss about Java Lambdas?
I have to be honest, so far I have not paid too much attention to the Java 8 features. Mainly because my clients have been slow to adapt to 1.8 JVM. There just has notβ¦
π Spring Security β Map Authorities from JWT
https://www.baeldung.com/spring-security-map-authorities-jwt
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-map-authorities-jwt
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security β Map Authorities from JWT | Baeldung
Explore different ways to customize the way Spring Security map authorities from JWT claims.
π Design of REST API for web application
https://betterjavacode.com/java/design-of-rest-api-for-web-application
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/design-of-rest-api-for-web-application
β‘οΈ @SpringFrameworkZone
Code Complete
Design of REST API for web application - Code Complete
REST API for Social KPI. In this post, I discuss the design of REST API for the web application Social KPI that I am building.
π A Bootiful Podcast: GraphQL Java founder Andi Marek
https://spring.io/blog/2022/04/07/a-bootiful-podcast-graphql-java-founder-andi-marek
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/07/a-bootiful-podcast-graphql-java-founder-andi-marek
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: GraphQL Java founder Andi Marek
<p>Hi, Spring fans! In this installment of a Bootiful Podcast, Josh Long (@starbuxman) talks to the GraphQL Java project founder and lead, Atlassian engineer, and Spring GraphQL cofounder Andi Marek (@andimarek). </p>
<iframe title="GraphQL Java founder Andiβ¦
<iframe title="GraphQL Java founder Andiβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 431 https://www.baeldung.com/java-weekly-431 β‘οΈ @SpringFrameworkZoneΒ»
π Simplify development on Kubernetes with Dekorate, Skaffold and Spring Boot
https://piotrminkowski.com/2020/06/08/simplify-development-on-kubernetes-with-dekorate-skaffold-and-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/06/08/simplify-development-on-kubernetes-with-dekorate-skaffold-and-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Simplify development on Kubernetes with Dekorate, Skaffold and Spring Boot
This tutorial shows how to simplify a local development on Kubernetes with Spring Boot framework, Skaffold and Dekorate library.
π Protected: Spring 5 and JSON binding API (eval)
https://www.baeldung.com/spring-5-and-json-binding-api-eval
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-and-json-binding-api-eval
β‘οΈ @SpringFrameworkZone
Baeldung
Protected: Spring 5 and JSON binding API (eval) | Baeldung
1. Overview One of the common tasks, when working with Restful Web Services, is the exchange and processing of data in JSON format. We frequently used third-party libraries such as Jackson or Gson as there was no standardized alternative. Java EE7 alreadyβ¦
π This Week in Spring - April 12th, 2022 (Devnexus 2022 Edition!!)
https://spring.io/blog/2022/04/12/this-week-in-spring-april-12th-2022-devnexus-2022-edition
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/12/this-week-in-spring-april-12th-2022-devnexus-2022-edition
β‘οΈ @SpringFrameworkZone
This Week in Spring - April 12th, 2022 (Devnexus 2022 Edition!!)
Level up your Java code and explore what Spring can do for you.
π Spring WebClient OAuth2 Integration for Spring WebFlux
https://rieckpil.de/spring-webclient-oauth2-integration-using-github-as-an-example/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/spring-webclient-oauth2-integration-using-github-as-an-example/
β‘οΈ @SpringFrameworkZone
rieckpil
Spring WebClient OAuth2 Integration for Spring WebFlux - rieckpil
Tutorial for the Spring Security OAuth2 integration with the Spring WebClient to enable OAuth2 login for a WebFlux (reactive) application
π Spring Framework Data Binding Rules Vulnerability (CVE-2022-22968)
https://spring.io/blog/2022/04/13/spring-framework-data-binding-rules-vulnerability-cve-2022-22968
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/13/spring-framework-data-binding-rules-vulnerability-cve-2022-22968
β‘οΈ @SpringFrameworkZone
Spring Framework Data Binding Rules Vulnerability (CVE-2022-22968)
Level up your Java code and explore what Spring can do for you.
π Spring Framework 5.3.19 and 5.2.21 available now
https://spring.io/blog/2022/04/13/spring-framework-5-3-19-and-5-2-21-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/13/spring-framework-5-3-19-and-5-2-21-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.19 and 5.2.21 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.19</code> and <code>5.2.21</code> are available now.</p>
<p>Spring Framework <code>5.3.19</code> includes <a href="https://github.com/springβ¦
<p>Spring Framework <code>5.3.19</code> includes <a href="https://github.com/springβ¦
π Hibernate 6 and JPQL Window Functions
https://vladmihalcea.com/hibernate-jpql-window-functions/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/hibernate-jpql-window-functions/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Hibernate 6 and JPQL Window Functions - Vlad Mihalcea
Learn how you can use Hibernate 6 to write JPQL queries that use SQL Window Functions that work on any database supporting this SQL feature.
π Spring Cloud Stream With Kafka Binder
https://www.vinsguru.com/spring-cloud-stream-produce-process-consume-data-stream-with-kafka-binder/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-cloud-stream-produce-process-consume-data-stream-with-kafka-binder/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Cloud Stream Kafka Binder | Vinsguru
This article explains loosely coupled event driven Microservice architecture design with Spring Cloud Stream Kafka Binder using Kafka Stream.
π Deny Access on Missing @PreAuthorize to Spring Controller Methods
https://www.baeldung.com/spring-deny-access
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-deny-access
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Deny Access on Missing @PreAuthorize to Spring Controller Methods | Baeldung
Learn how to deny access by default on missing PreAuthorize annotations.
π A Bootiful Podcast: Cloud guru Tiffany Jernigan
https://spring.io/blog/2022/04/14/a-bootiful-podcast-cloud-guru-tiffany-jernigan
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/04/14/a-bootiful-podcast-cloud-guru-tiffany-jernigan
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Cloud guru Tiffany Jernigan
<p>Hi, Spring fans! In this installment, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talk about his first in-person conference since the pandemic descended upon us -the fabulous Devnexus 2022 show - and talks to colleague, teacherβ¦
π Spring Cloud β Disable Discovery Clients with Profiles
https://www.baeldung.com/spring-cloud-disable-discovery-clients
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-disable-discovery-clients
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Cloud β Disable Discovery Clients with Profiles | Baeldung
While Spring's service discovery mechanisms can be very helpful we may wish to turn them off in certain environments. We look at how to achieve this with both properties files and Spring profiles.