1. Spring and Java
>> The Serial Garbage Collector – Sip of Java [inside.java]
Crash course on Serial GC, when it’s chosen by JVM ergonomics, and common configuration parameters for tuning.
>> MySQL rewriteBatchedStatements [vladmihalcea.com]
An interesting, low-level read on how the rewriteBatchedStatements configuration parameter can affect batching when using JDBC/JPA/Hibernate.
Also worth reading:
- >> Announcing GraalVM Enterprise in OCI Code Editor and Cloud Shell [oracle.com]
- >> GraalVM 22.2 Adds Library Configuration Repository [infoq.com]
- >> Spring Data JPA Interview Questions and Answers [jpa-buddy.com]
- >> How Cash App speeds up local builds with Gradle Enterprise’s remote build cache [gradle.com]
- >> JDBC vs. JPA [springbootlearning.medium.com]
- >> Introducing Micronaut Test Resources [melix.github.io]
- >> Should You Use ForEach or InjectInto in Eclipse Collections? [betterprogramming.pub]
Webinars and presentations:
- >> Sequenced Collections, Purity, and more at JavaOne – Inside Java Newscast #31 [inside.java]
- >> #81: Quarkus: supersonic, subatomic Java (guest: Holly Cummins) [nurkiewicz.com]
- >> A Bootiful Podcast: Observability guru Jonatan Ivanov on the future of observability in Spring Boot [spring.io]
- >> Episode 25 “JavaOne is Back!” [inside.java]
Time to upgrade:
- >> Hibernate Search 6.1.6.Final released [in.relation.to]
- >> Hibernate Validator 6.2.4.Final, 7.0.5.Final and 8.0.0.CR2 released [in.relation.to]
- >> Spring Tools 4.15.2 released [spring.io]
- >> Apache Camel 3.18.1 [github.com/apache]
- >> Micronaut Framework 3.6.0 Released! [micronaut.io]
- >> The Grails Framework 5.2.2 [grails.org]
- >> Netflix Conductor v3.10.3 [github.com/Netflix]
- >> JHipster release v7.9.1 & v7.9.2 [jhipster.tech]
- >> Quarkus 2.11.2.Final released! [github.com/quarkusio]
2. Technical & Musings
>> Back to basics: accessing Kubernetes pods [blog.frankel.ch]
Different ways of exposing services to the outside world in K8S – NodePort, LoadBalancer, and Ingress
>> Kubernetes Removals and Major Changes In 1.25 [kubernetes.io]
And more Kubernetes – PodSecurityPolicy, deprecating GlusterFS, cleaning up IPTable chain ownership – things to expect in K8S 1.25.
Also worth reading:
- >> Virtual Production — A Validation Framework For Unreal Engine [netflixtechblog.com]
- >> Open Apis – Public Infrastructure In The Digital Age [techblog.bozho.net]
- >> Some README.md Love: Markdown Support Improvements [blog.jetbrains.com]
- >> Introduction to Stubs [petrikainulainen.net]
3. Comics
And my favorite Dilberts of the week:
>> Cramming It Back In The Box [dilbert.com]
>> Need A Serial Number [dilbert.com]
>> Harder To Return Products [dilbert.com]
4. Pick of the Week
>> You Don’t Need Microservices [itnext.io]