π Spring Tips: My Reactive Summit 2021 Day 2 Keynote with James Ward
https://spring.io/blog/2021/11/10/spring-tips-my-reactive-summit-2021-day-2-keynote-with-james-ward
https://spring.io/blog/2021/11/10/spring-tips-my-reactive-summit-2021-day-2-keynote-with-james-ward
spring.io
Spring Tips: My Reactive Summit 2021 Day 2 Keynote with James Ward
<p>Hi, Spring fans! Welcome to another installment of <em>Spring Tips</em>! In this installment, I wanted to share with you the keynote that <a href="https://twitter.com/_JamesWard">Googleβs James Ward (@_JamesWard)</a> and I put together for the recent Reactiveβ¦
π Spring Framework 5.3.13 available now
https://spring.io/blog/2021/11/11/spring-framework-5-3-13-available-now
https://spring.io/blog/2021/11/11/spring-framework-5-3-13-available-now
spring.io
Spring Framework 5.3.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.13</code> is available now.</p>
<p>Spring Framework <code>5.3.13</code> includes <a href="https://github.com/spring-projects/spring-framewβ¦
<p>Spring Framework <code>5.3.13</code> includes <a href="https://github.com/spring-projects/spring-framewβ¦
π Kafka Streams with Spring Cloud Stream
https://piotrminkowski.com/2021/11/11/kafka-streams-with-spring-cloud-stream/
https://piotrminkowski.com/2021/11/11/kafka-streams-with-spring-cloud-stream/
Piotr's TechBlog
Kafka Streams with Spring Cloud Stream - Piotr's TechBlog
In this article, you will learn how to use Kafka Streams components KStream and KTable with Spring Cloud Stream.
π Micronaut Tutorial: Security
https://piotrminkowski.com/2019/04/25/micronaut-tutorial-security/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/04/25/micronaut-tutorial-security/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Micronaut Tutorial: Security - Piotr's TechBlog
This article shows how to implement various mechanisms with the Micronaut Security module like custom authentication, JWT, or HTTPS.
π A Bootiful Podcast: JMS and Messaging legend, HornetQ and Artemis cofounder, Clebert Suconic
https://spring.io/blog/2021/11/11/a-bootiful-podcast-jms-and-messaging-legend-hornetq-and-artemis-cofounder-clebert-suconic
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/11/a-bootiful-podcast-jms-and-messaging-legend-hornetq-and-artemis-cofounder-clebert-suconic
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: JMS and Messaging legend, HornetQ and Artemis cofounder, Clebert Suconic
<p>Hi, Spring fans! In this installment, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Apache Artemis and messaging legend <a href="https://twitter.com/clebertsuconic">Clebert Suconic (@clebertsuconic)</a>. Check out ArtemisCloud.ioβ¦
π Session Management with Spring-Session and JDBC
https://betterjavacode.com/spring-boot/session-management-with-spring-session-and-jdbc
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/session-management-with-spring-session-and-jdbc
β‘οΈ @SpringFrameworkZone
Code Complete
Session Management with Spring-Session and JDBC - Code Complete
Details about how to implement session management with spring session and jdbc.
Spring Boot Framework pinned Β«π Java Weekly, Issue 411 https://www.baeldung.com/java-weekly-411 β‘οΈ @SpringFrameworkZoneΒ»
π Spring Data 2021.0.7 and 2020.0.15 released
https://spring.io/blog/2021/11/12/spring-data-2021-0-7-and-2020-0-15-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/12/spring-data-2021-0-7-and-2020-0-15-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.0.7 and 2020.0.15 released
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data <code>2021.0.7</code> and <code>2020.0.15</code> service releases.</p>
<p>Both releases are built on top of Spring Framework <code>5.3.13</code>. For your convenience, youβ¦
<p>Both releases are built on top of Spring Framework <code>5.3.13</code>. For your convenience, youβ¦
π Spring Data 2021.1.0 goes GA
https://spring.io/blog/2021/11/12/spring-data-2021-1-0-goes-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/12/spring-data-2021-1-0-goes-ga
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2021.1.0 goes GA
<p>On behalf of the team, Iβm pleased to announce the availability of the Spring Data <code>2021.1.0</code>.</p>
<p>These are the most important changes:</p>
<ul>
<li>Upgrade to Querydsl 5.0</li>
<li>Support jMoleculesβ @Identity Annotation for Identifiers</li>β¦
<p>These are the most important changes:</p>
<ul>
<li>Upgrade to Querydsl 5.0</li>
<li>Support jMoleculesβ @Identity Annotation for Identifiers</li>β¦
π The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5
https://www.baeldung.com/spring-5-junit-config
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-5-junit-config
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5 | Baeldung
Learn how to use the SpringJUnitConfig and SpringJUnitWebConfig composite annotations in Spring 5.
π Social KPI Application Progress
https://betterjavacode.com/programming/social-kpi-application-progress
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/social-kpi-application-progress
β‘οΈ @SpringFrameworkZone
Code Complete
Social KPI Application Progress - Code Complete
In this post, I will be showing the progress of Social KPI Application so far through a screencast. This is my first screencast, so learning about OBS (Open Broadcast Software) along the way. Future Sprint Stories Add Jasper Reports Integrate with Instagramβ¦
π Uploading MultipartFile with Spring RestTemplate
https://www.baeldung.com/spring-rest-template-multipart-upload
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-template-multipart-upload
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Uploading MultipartFile with Spring RestTemplate | Baeldung
Learn how to upload files using Spring's RestTemplate.
π Hazelcast Hot Cache with Striim
https://piotrminkowski.com/2017/08/09/hazelcast-hot-cache-with-striim/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/08/09/hazelcast-hot-cache-with-striim/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Hazelcast Hot Cache with Striim - Piotr's TechBlog
I previously introduced some articles about Hazelcast β an open source in memory data grid solution. In the first of them JPA caching with Hazelcast, Hibernate and Spring Boot I described how to set up 2nd level JPA cache with Hazelcast and MySQL. In theβ¦
π Hystrix Integration with Existing Spring Application
https://www.baeldung.com/hystrix-integration-with-spring-aop
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/hystrix-integration-with-spring-aop
β‘οΈ @SpringFrameworkZone
π This Week in Spring - November 16th, 2021
https://spring.io/blog/2021/11/16/this-week-in-spring-november-16th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/11/16/this-week-in-spring-november-16th-2021
β‘οΈ @SpringFrameworkZone
This Week in Spring - November 16th, 2021
Level up your Java code and explore what Spring can do for you.