📁 LDAP Authentication with Spring Boot LDAP
https://betterjavacode.com/java/ldap-authentication-with-spring-boot-ldap
➡️ @SpringFrameworkZone
https://betterjavacode.com/java/ldap-authentication-with-spring-boot-ldap
➡️ @SpringFrameworkZone
Code Complete
LDAP Authentication with Spring Boot LDAP - Code Complete
In current times, we have different authentication mechanisms available. In this post, I show how to do authentication with LDAP authentication.
📁 Using RestTemplate with Apaches HttpClient
https://springframework.guru/using-resttemplate-with-apaches-httpclient/
➡️ @SpringFrameworkZone
https://springframework.guru/using-resttemplate-with-apaches-httpclient/
➡️ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Using RestTemplate with Apaches HttpClient
1. Introduction In another blog post, we already looked at how we use the class RestTemplate to consume REST web services. In today's blog post we will take a look at how we can use…
🆕 Spring Boot with Kotlin and RSocket
https://spring.io/guides/tutorials/spring-webflux-kotlin-rsocket/
➡️ @SpringFrameworkZone
https://spring.io/guides/tutorials/spring-webflux-kotlin-rsocket/
➡️ @SpringFrameworkZone
🆕 OIDC Logout With AWS Cognito and Spring Security
https://rieckpil.de/oidc-logout-with-aws-cognito-and-spring-security/
➡️ @SpringFrameworkZone
https://rieckpil.de/oidc-logout-with-aws-cognito-and-spring-security/
➡️ @SpringFrameworkZone
rieckpil
OIDC Logout With AWS Cognito and Spring Security - rieckpil
Configure Spring Security for a full user logout using AWS Cognito as an OIDC Identity Provider (no RP-Initiated Logout support yet).
🆕 From Monolith to Microservices – Migrating a Persistence Layer
https://thorben-janssen.com/monolith-to-microservices-persistence-layer/
➡️ @SpringFrameworkZone
https://thorben-janssen.com/monolith-to-microservices-persistence-layer/
➡️ @SpringFrameworkZone
Thorben Janssen
From Monolith to Microservices - Migrating a Persistence Layer
Refactoring the persistence layer is the most critical part when splitting a monolith into microservices. Let me show you how to do it.
🆕 Spring Framework 5.3.4 and 5.2.13 available now
https://spring.io/blog/2021/02/16/spring-framework-5-3-4-and-5-2-13-available-now
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/16/spring-framework-5-3-4-and-5-2-13-available-now
➡️ @SpringFrameworkZone
spring.io
Spring Framework 5.3.4 and 5.2.13 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework <code>5.3.4</code> and <code>5.2.13</code> are available now.</p>
<p>Spring Framework <code>5.3.4</code> includes <a href="https://github.com/spring…
<p>Spring Framework <code>5.3.4</code> includes <a href="https://github.com/spring…
🆕 Spring Vault 2.3.1 available
https://spring.io/blog/2021/02/16/spring-vault-2-3-1-available
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/16/spring-vault-2-3-1-available
➡️ @SpringFrameworkZone
spring.io
Spring Vault 2.3.1 available
<div class="paragraph">
<p>On behalf of the community, I’d like to announce the availability of the Spring Vault service release <code>2.3.1</code>.</p>
</div>
<div class="paragraph">
<p>This release ships with mostly bugfixes, dependency upgrades, and…
<p>On behalf of the community, I’d like to announce the availability of the Spring Vault service release <code>2.3.1</code>.</p>
</div>
<div class="paragraph">
<p>This release ships with mostly bugfixes, dependency upgrades, and…
🆕 This Week in Spring - February 16th, 2021
https://spring.io/blog/2021/02/16/this-week-in-spring-february-16th-2021
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/16/this-week-in-spring-february-16th-2021
➡️ @SpringFrameworkZone
spring.io
This Week in Spring - February 16th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! This week is fixing to be a really fun one! </p>
<p>I’ll be speaking at the <a href="https://www.meetup.com/seajug/events/276135388/"><strong>Seattle JUG</strong> tonight</a>.…
<p>I’ll be speaking at the <a href="https://www.meetup.com/seajug/events/276135388/"><strong>Seattle JUG</strong> tonight</a>.…
📁 How To – Concepts of Websphere
https://betterjavacode.com/ibm-websphere/how-to-concepts-of-websphere
➡️ @SpringFrameworkZone
https://betterjavacode.com/ibm-websphere/how-to-concepts-of-websphere
➡️ @SpringFrameworkZone
Code Complete
How To - Concepts of Websphere - Code Complete
Websphere application server. In this post, I discuss some of the fundamental concepts of IBM websphere application server.
📁 Hibernate Mapping Exception – Unknown Entity
https://www.baeldung.com/hibernate-mappingexception-unknown-entity
➡️ @SpringFrameworkZone
https://www.baeldung.com/hibernate-mappingexception-unknown-entity
➡️ @SpringFrameworkZone
Baeldung
Hibernate Mapping Exception | Baeldung
Hibernate Mapping Exception - Unknown Entity - causes and solutions.
📁 undefined
https://piotrminkowski.com/2018/07/04/continuous-integration-with-jenkins-artifactory-and-spring-cloud-contract/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2018/07/04/continuous-integration-with-jenkins-artifactory-and-spring-cloud-contract/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Continuous Integration with Jenkins, Artifactory and Spring Cloud Contract
This tutorial shows how to build and publish Spring Cloud Contract to Artifactory in Continous Delivery using Jenkins Pipelines.
🆕 SQL Server OPENJSON – Map JSON to a relational table
https://vladmihalcea.com/sql-server-openjson/
➡️ @SpringFrameworkZone
https://vladmihalcea.com/sql-server-openjson/
➡️ @SpringFrameworkZone
Vlad Mihalcea
SQL Server OPENJSON - Map JSON to a relational table - Vlad Mihalcea
This article explains how you can use the SQL Server OPENJSON function to transform a JSON object into a relational database table.
🆕 Blue-green deployment with a database on Kubernetes
https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-kubernetes/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-kubernetes/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Blue-green deployment with a database on Kubernetes - Piotr's TechBlog
This article shows how to use a blue-green deployment strategy to propagate database changes with tools like Kubernetes, Istio and Liquibase.
🆕 Spring Boot 2.3.9 is now available
https://spring.io/blog/2021/02/18/spring-boot-2-3-9-is-now-available
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-boot-2-3-9-is-now-available
➡️ @SpringFrameworkZone
spring.io
Spring Boot 2.3.9 is now available
<p>On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.3.9 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releas…
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releas…
🆕 Spring Data 2021.0 M4, 2020.0 SR5, Neumann SR7 and Moore SR13 released
https://spring.io/blog/2021/02/18/spring-data-2021-0-m4-2020-0-sr5-neumann-sr7-and-moore-sr13-released
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-data-2021-0-m4-2020-0-sr5-neumann-sr7-and-moore-sr13-released
➡️ @SpringFrameworkZone
spring.io
Spring Data 2021.0 M4, 2020.0 SR5, Neumann SR7 and Moore SR13 released
<p>On behalf of the team, I’m pleased to announce Spring Data service releases 2020.0 SR5, Neumann SR7, Moore SR13 and the 4th Milestone of the upcoming 2021.0 iteration.</p>
<p>The attentive reader might have noticed that 2021.0 M3 and 2020.0 SR4 have been…
<p>The attentive reader might have noticed that 2021.0 M3 and 2020.0 SR4 have been…
🆕 Spring Security 5.4.5 released
https://spring.io/blog/2021/02/18/spring-security-5-4-5-released
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-security-5-4-5-released
➡️ @SpringFrameworkZone
spring.io
Spring Security 5.4.5 released
<div class="paragraph">
<p>On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.5">release notes</a>). This release delivers bug fixes along…
<p>On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.5 (<a href="https://github.com/spring-projects/spring-security/releases/tag/5.4.5">release notes</a>). This release delivers bug fixes along…
🆕 “HttpMessageNotWritableException: No converter found for return value of type”
https://www.baeldung.com/spring-no-converter-found
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-no-converter-found
➡️ @SpringFrameworkZone
Baeldung
“HttpMessageNotWritableException: No converter found for return value of type” | Baeldung
Learn about Spring's HttpMessageNotWritableException: "No converter found for return value of type" exception.
🆕 Spring Boot 2.5.0-M2 available now
https://spring.io/blog/2021/02/18/spring-boot-2-5-0-m2-available-now
➡️ @SpringFrameworkZone
https://spring.io/blog/2021/02/18/spring-boot-2-5-0-m2-available-now
➡️ @SpringFrameworkZone
spring.io
Spring Boot 2.5.0-M2 available now
<p>Continuing our monthly milestone release cadence, I am pleased to announce that the second milestone of Spring Boot 2.5 has been released and is available from our <a href="https://repo.spring.io/milestone/">milestone repository</a>. This release <a h…