🆕 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 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…
📁 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.
📁 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.
🆕 Sentry CTO David Cramer on Automated Error Capture and Analysis
https://spring.io/blog/2020/09/24/sentry-cto-david-cramer-on-automated-error-capture-and-analysis
https://spring.io/blog/2020/09/24/sentry-cto-david-cramer-on-automated-error-capture-and-analysis
spring.io
Sentry CTO David Cramer on Automated Error Capture and Analysis
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks about the wide world of web development with CSS, Figma, AdobeXD and more, and then talks to Sentry CTO <a href="https://twitter.com/zeeg">David…