π Spring for Apache Kafka 2.9.0 Available
https://spring.io/blog/2022/08/02/spring-for-apache-kafka-2-9-0-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/08/02/spring-for-apache-kafka-2-9-0-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring for Apache Kafka 2.9.0 Available
<div class="paragraph">
<p>I am pleased to announce that Spring for Apache Kafka 2.9.0 is now available.</p>
</div>
<div class="paragraph">
<p>This version is not provided by Spring Boot dependency management, but it can be used with Boot 2.7 (or 2.6)β¦
<p>I am pleased to announce that Spring for Apache Kafka 2.9.0 is now available.</p>
</div>
<div class="paragraph">
<p>This version is not provided by Spring Boot dependency management, but it can be used with Boot 2.7 (or 2.6)β¦
π Import Swagger APIs into Postman
https://www.baeldung.com/swagger-apis-in-postman
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/swagger-apis-in-postman
β‘οΈ @SpringFrameworkZone
π Spring Boot 3 and Spring Framework 6.0 β Whatβs New
https://www.baeldung.com/spring-boot-3-spring-6-new
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-3-spring-6-new
β‘οΈ @SpringFrameworkZone
π Spring Security: Upgrading the Deprecated WebSecurityConfigurerAdapter
https://www.baeldung.com/spring-deprecated-websecurityconfigureradapter
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-deprecated-websecurityconfigureradapter
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security: Upgrading the Deprecated WebSecurityConfigurerAdapter | Baeldung
Learn how to create a Spring Security configuration without using WebSecurityConfigureAdapter
π Using Environment Variables in Spring Bootβs application.properties
https://www.baeldung.com/spring-boot-properties-env-variables
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-properties-env-variables
β‘οΈ @SpringFrameworkZone
π Tweeting StackExchange Questions with Spring Social
https://www.baeldung.com/2013/02/25/tweeting-stackexchange-with-spring-social-part-1/
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/2013/02/25/tweeting-stackexchange-with-spring-social-part-1/
β‘οΈ @SpringFrameworkZone
Baeldung
Tweeting StackExchange Questions with Spring Social | Baeldung
Spring Boot Framework pinned Β«π Java Weekly, Issue 448 https://www.baeldung.com/java-weekly-448 β‘οΈ @SpringFrameworkZoneΒ»
Spring Boot Framework pinned Β«π This Week in Spring - August 1st, 2022 https://spring.io/blog/2022/08/02/this-week-in-spring-august-1st-2022 β‘οΈ @SpringFrameworkZoneΒ»
π Manual Logout With Spring Security
https://www.baeldung.com/spring-security-manual-logout
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-manual-logout
β‘οΈ @SpringFrameworkZone
π A Bootiful Podcast: Observability guru Jonatan Ivanov on the future of observability in Spring Boot
https://spring.io/blog/2022/08/04/a-bootiful-podcast-observability-guru-jonatan-ivanov-on-the-future-of-observability-in-spring-boot
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/08/04/a-bootiful-podcast-observability-guru-jonatan-ivanov-on-the-future-of-observability-in-spring-boot
β‘οΈ @SpringFrameworkZone
A Bootiful Podcast: Observability guru Jonatan Ivanov on the future of observability in Spring Boot
Level up your Java code and explore what Spring can do for you.
π Using JWT with Spring Security OAuth (legacy stack)
https://www.baeldung.com/spring-security-oauth-jwt-legacy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-oauth-jwt-legacy
β‘οΈ @SpringFrameworkZone
π Microservice Example Event Source Architecture
https://betterjavacode.com/programming/event-source-architecture
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/event-source-architecture
β‘οΈ @SpringFrameworkZone
Code Complete
Microservice Example Event Source Architecture - Code Complete
In this post, I show an example of a microservice to use event source architecture. From fundamentals to implementation.
π Supporting FORMS authentication for ADFS in Android applications
https://betterjavacode.com/android/supporting-forms-authentication-adfs-android-applications
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/android/supporting-forms-authentication-adfs-android-applications
β‘οΈ @SpringFrameworkZone
Code Complete
Supporting FORMS authentication for ADFS in Android applications - Code Complete
If you application server is configured for Windows Integrated Authentication, in this post, I show how to configure ADFS for FORMS authentication.
π Manage Secrets on Kubernetes with ArgoCD and Vault
https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/08/08/manage-secrets-on-kubernetes-with-argocd-and-vault/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Manage Secrets on Kubernetes with ArgoCD and Vault
In this article, you will learn how to manage secrets on Kubernetes using ArgoCD with plugin for integration with Hashicorp Vault
π How to use JMeter for load testing
https://betterjavacode.com/java/how-to-use-jmeter-for-load-testing
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/how-to-use-jmeter-for-load-testing
β‘οΈ @SpringFrameworkZone
Code Complete
How to use JMeter for load testing
Any enterprise application has to perform well under load. So performance of such application can be tracked. There are tools that help to track this performance. Apache JMeter is one such tool. In this post, we will use Apache JMeter to do a load test onβ¦
π MySQL rewriteBatchedStatements
https://vladmihalcea.com/mysql-rewritebatchedstatements/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/mysql-rewritebatchedstatements/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
MySQL rewriteBatchedStatements configuration property - Vlad Mihalcea
Learn how to use the MySQL rewriteBatchedStatements JDBC property to transform a batch of PreparedStatements into a multi-value INSERT.