Java 22 has been around since March! This article doesn't bring any news but I likes the way they sumarized the release content (see picture) and how they explained the lifecycle of JEPs
https://www.unlogged.io/post/everything-you-need-to-know-about-java-22?ref=dailydev
https://www.unlogged.io/post/everything-you-need-to-know-about-java-22?ref=dailydev
Interesting post regarding JDK git workflow
https://mail.openjdk.org/pipermail/jdk-dev/2024-March/008834.html
In June and December, we fork
the main line into a stabilization repository [1]. Changes are backported
from the jdk repository into the stabilization repository, typically by the
Committer who contributed the change [2]. The stabilization repository is
archived when the release is delivered.
We inherited the convention of forking repositories from Mercurial, which
originally had weak support for branches.
https://mail.openjdk.org/pipermail/jdk-dev/2024-March/008834.html
Great example of Observability, adding crystal clear vision to unknown unknowns.
https://foojay.io/today/who-instruments-the-instrumenters/
https://foojay.io/today/who-instruments-the-instrumenters/
foojay
Who instruments the instrumenters?
Have you ever wondered how libraries like Spring and Mockito modify your code at run-time to implement all their advanced features?
Java, Kotlin and the JVM
Interesting post regarding JDK git workflow In June and December, we fork the main line into a stabilization repository [1]. Changes are backported from the jdk repository into the stabilization repository, typically by the Committer who contributed the…
Following up with this topic: JDK 23 was sealed at 6th of June, for the first time, it is a branch instead of a fork https://github.com/openjdk/jdk/tree/jdk23
GitHub
GitHub - openjdk/jdk at jdk23
JDK main-line development https://openjdk.org/projects/jdk - GitHub - openjdk/jdk at jdk23
Really interesting post.
A bit of context: After two previews and when everyone was assuming that String Templates could be part of the next LTS. String Template has been removed from JDK 23.
From the point of view of software maintenance this is also an interesting topic. Code is a liability, the String Template API seems to be good enough but the implementation has to be maintained for decades and it wasn't worth its value.
https://mail.openjdk.org/pipermail/amber-spec-experts/2024-March/004010.html
A bit of context: After two previews and when everyone was assuming that String Templates could be part of the next LTS. String Template has been removed from JDK 23.
Time to check in with where were are with String Templates. We’ve gone through two rounds of preview, and have received some feedback.
From the point of view of software maintenance this is also an interesting topic. Code is a liability, the String Template API seems to be good enough but the implementation has to be maintained for decades and it wasn't worth its value.
Specifically, the role of processors is “outsized” to the value they offer, and, after further exploration, we now believe it is possible to achieve the goals of the feature without an explicit “processor” abstraction at all! This is very positive development
https://mail.openjdk.org/pipermail/amber-spec-experts/2024-March/004010.html
Essential Information on Virtual Threads · SAP/SapMachine Wiki · GitHub
https://github.com/SAP/SapMachine/wiki/Essential-Information-on-Virtual-Threads
https://github.com/SAP/SapMachine/wiki/Essential-Information-on-Virtual-Threads
GitHub
Essential Information on Virtual Threads
An OpenJDK release maintained and supported by SAP - SAP/SapMachine
Testing asynchronous systems is hard. Not only does it require handling threads, timeouts and concurrency issues, but the intent of the test code can be obscured by all these details. Awaitility is a DSL that allows you to express expectations of an asynchronous system in a concise and easy to read manner
.
http://www.awaitility.org/
Java, Kotlin and the JVM
Really interesting post. A bit of context: After two previews and when everyone was assuming that String Templates could be part of the next LTS. String Template has been removed from JDK 23. Time to check in with where were are with String Templates. We’ve…
Follow up about String Templates https://youtu.be/c6L4Ef9owuQ
YouTube
What Happened to Java's String Templates? Inside Java Newscast #71
String templates proposed a way to readably and safely mix strings with run-time values and were a preview feature in JDKs 21 and 22. Then, to everybody's surprise, they were dropped in JDK 23! What where the reasons, what could a new proposal look like,…
Annotations processing changes in JDK 23
https://mail.openjdk.org/pipermail/jdk-dev/2024-May/009028.html
Up to JDK 22, this feature is enabled by default, which may have been reasonable when it was introduced in JDK 6 circa 2006, but from a current perspective, in the interest of making build output more robust against annotation processors being placed on the class path unintentionally, this is much less reasonable. Hence, starting with JDK 23, javac requires an additional command-line option to enable annotation processing.
https://mail.openjdk.org/pipermail/jdk-dev/2024-May/009028.html
Is Java heavyweight? will the container images be huge? Nope, Java is pretty good at producing decent size container images. The table below shows the container image sizes for a variety of popular open source project. Java does pretty well on these measures.
https://github.com/asaikali/modern-spring-on-kubernetes/blob/main/containerize%2Freadme.md
GitHub
modern-spring-on-kubernetes/containerize/readme.md at main · asaikali/modern-spring-on-kubernetes
Examples showing how use Spring on Kubernetes. Contribute to asaikali/modern-spring-on-kubernetes development by creating an account on GitHub.
https://docs.gradle.org/8.9/release-notes.html
This release improves error and warning reporting for variant issues during dependency resolution. It also exposes structural details of Java compilation errors for IDE integrators, making it easier to analyze and resolve issues.
Observability will help you identify unknown unknowns of your cluster
https://communityovercode.org/wp-content/uploads/2023/10/kafka-monitoring_what-matters_10072023_streaming-amrit-sarkar.pdf
https://communityovercode.org/wp-content/uploads/2023/10/kafka-monitoring_what-matters_10072023_streaming-amrit-sarkar.pdf