๐ Spring Boot for Apache Geode 1.1.10.RELEASE, 1.2.10.RELEASE, 1.3.4.RELEASE and 1.4.0-M3 available!
https://spring.io/blog/2020/09/21/spring-boot-for-apache-geode-1-1-10-release-1-2-10-release-1-3-4-release-and-1-4-0-m3-available
https://spring.io/blog/2020/09/21/spring-boot-for-apache-geode-1-1-10-release-1-2-10-release-1-3-4-release-and-1-4-0-m3-available
spring.io
Spring Boot for Apache Geode 1.1.10.RELEASE, 1.2.10.RELEASE, 1.3.4.RELEASE and 1.4.0-M3 available!
<div class="paragraph">
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Boot for Apache Geode</em> (SBDG) <code>1.1.10.RELEASE</code>, <code>1.2.10.RELEASE</code>, <code>1.3.4.RELEASE</code>โฆ
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Boot for Apache Geode</em> (SBDG) <code>1.1.10.RELEASE</code>, <code>1.2.10.RELEASE</code>, <code>1.3.4.RELEASE</code>โฆ
๐ Spring Session for Apache Geode 2.1.11.RELEASE, 2.2.5.RELEASE, 2.3.1.RELEASE & 2.4.0-RC1 available!
https://spring.io/blog/2020/09/21/spring-session-for-apache-geode-2-1-11-release-2-2-5-release-2-3-1-release-2-4-0-rc1-available
https://spring.io/blog/2020/09/21/spring-session-for-apache-geode-2-1-11-release-2-2-5-release-2-3-1-release-2-4-0-rc1-available
spring.io
Spring Session for Apache Geode 2.1.11.RELEASE, 2.2.5.RELEASE, 2.3.1.RELEASE & 2.4.0-RC1 available!
<div class="paragraph">
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Session for Apache Geode</em> (SSDG) <code>2.1.11.RELEASE</code>, <code>2.2.5.RELEASE</code>, <code>2.3.1.RELEASE</code>โฆ
<p>On behalf of the Spring and Apache Geode communities, it is my pleasure to announce the release of <em>Spring Session for Apache Geode</em> (SSDG) <code>2.1.11.RELEASE</code>, <code>2.2.5.RELEASE</code>, <code>2.3.1.RELEASE</code>โฆ
๐ The best way to fix the Hibernate โHHH000104: firstResult/maxResults specified with collection fetch; applying in memory!โ warning message
https://vladmihalcea.com/fix-hibernate-hhh000104-entity-fetch-pagination-warning-message/
https://vladmihalcea.com/fix-hibernate-hhh000104-entity-fetch-pagination-warning-message/
Vlad Mihalcea
The best way to fix the Hibernate "firstResult/maxResults specified with collection fetch; applying in memory!" warning messageโฆ
Learn how to fix the Hibernate "HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!" warning message.
๐ Spring Boot performance monitoring
https://vladmihalcea.com/spring-boot-performance-monitoring/
https://vladmihalcea.com/spring-boot-performance-monitoring/
Vlad Mihalcea
Spring Boot performance monitoring - Vlad Mihalcea
Learn how to speed up the data access layer in a Spring Boot application using the Hypersistence Optimizer performance monitoring utility.
๐ Spring Security SAML Extensions 1.x EOL on October 6, 2021
https://spring.io/blog/2020/09/22/spring-security-saml-extensions-1-x-eol-on-october-6-2021
https://spring.io/blog/2020/09/22/spring-security-saml-extensions-1-x-eol-on-october-6-2021
spring.io
Spring Security SAML Extensions 1.x EOL on October 6, 2021
<div class="paragraph">
<p>With the recent release of Spring Security 5.4, weโd like to announce that maintenance for <a href="https://github.com/spring-projects/spring-security-saml">Spring Security SAML Extensions 1.x</a> will end on 6 October 2021.</p>โฆ
<p>With the recent release of Spring Security 5.4, weโd like to announce that maintenance for <a href="https://github.com/spring-projects/spring-security-saml">Spring Security SAML Extensions 1.x</a> will end on 6 October 2021.</p>โฆ
๐ This Week in Spring - September 22, 2020
https://spring.io/blog/2020/09/22/this-week-in-spring-september-22-2020
https://spring.io/blog/2020/09/22/this-week-in-spring-september-22-2020
spring.io
This Week in Spring - September 22, 2020
<p>Hi, Spring fans! Welcome to another fun-filled and fantastic installment of <em>This Week in Spring</em> where we review the week that was in the Java ecosystem. Itโs been quite a week indeed. SOoo many new releases and so many interesting things goingโฆ
๐ How does a relational database work
https://vladmihalcea.com/how-does-a-relational-database-work/
https://vladmihalcea.com/how-does-a-relational-database-work/
Vlad Mihalcea
How does a relational database work - Vlad Mihalcea
Introduction While doing my High-Performance Java Persistence training, I came to realize that itโs worth explaining how a relational database works, as otherwise, it is very difficult to grasp many transaction-related concepts like atomicity, durabilityโฆ
๐ Injecting Prototype Beans into a Singleton Instance in Spring
https://www.baeldung.com/spring-inject-prototype-bean-into-singleton
https://www.baeldung.com/spring-inject-prototype-bean-into-singleton
Baeldung on Kotlin
Injecting Prototype Beans into a Singleton Instance in Spring | Baeldung
Learn how to inject prototype beans into a singleton-scoped bean instance.
๐ Quick tip: Referencing other Properties in Spring
www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
Java Code Geeks
Quick tip: Referencing other Properties in Spring | Java Code Geeks - 2020
In Spring property (or yaml) files we can reference other properties using the ${..} syntax. For example: 1 2 3 external.host=https://api.external.com
๐ Hibernate Tip: How does Hibernateโs native ID generator work
https://thorben-janssen.com/hibernate-tip-hibernate-native-id-generator/
https://thorben-janssen.com/hibernate-tip-hibernate-native-id-generator/
Thorben Janssen
Hibernate Tip: How does Hibernate's native ID generator work
Hibernate's native ID generator and the GenerationType.IDENTITY seem to do the same thing. Which one should you use?
๐ High-Performance Java Persistence Newsletter, Issue 18
https://vladmihalcea.com/high-performance-java-persistence-newsletter-18/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-18/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 18 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
๐ Configuring a Hikari Connection Pool with Spring Boot
https://www.baeldung.com/spring-boot-hikari
https://www.baeldung.com/spring-boot-hikari
Baeldung on Kotlin
Configuring a Hikari Connection Pool with Spring Boot | Baeldung
Learn how you can configure Hikari CP in your Spring Boot (1 and 2) applications
๐ How to improve statement caching efficiency with IN clause parameter padding
https://vladmihalcea.com/improve-statement-caching-efficiency-in-clause-parameter-padding/
https://vladmihalcea.com/improve-statement-caching-efficiency-in-clause-parameter-padding/
Vlad Mihalcea
How to improve statement caching efficiency with IN clause parameter padding - Vlad Mihalcea
Learn how to improve Statement Caching efficiency by using SQL IN clause parameter padding which reduces the number of possible IN clause combinations.