Java News
JEP targeted to JDK 24: 486: Permanently Disable the Security ManagerThe following JEP is targeted to JDK 24: 486: Permanently Disable the Security Manager
Read MorePattern Matching in Java - Past, Present, Future
In this talk we are going to have a look into what switch and instanceof are for Java developers today and offer a holistic view of all the exciting directions that can be a possible future for Java's pattern matching abilities.
Read MoreZGC Automatic Heap Sizing #JVMLS
An important goal for ZGC has always been minimizing user configuration. After a lot of work, now you just need to set the heap size. Unfortunately, setting the heap size can be notoriously difficult to get right. This session will talk about what we are doing to automate heap sizing in ZGC so you typically don't need to specify anything at all.
Read MoreThe Inside Java Newsletter: Devoxx Technical Q&As
The Inside Java Newsletter for October 2024 highlights all of the technical live streams from Devoxx Belgium, the latest videos from engineers in the Java Platform Group, conference updates from around the world, and interviews with developers in the community. We have 32 issues of the newsletter in the archives now! So subscribe and send to a friend!
Read MoreJEP targeted to JDK 24: 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)
The following JEP is targeted to JDK 24: 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)
Read MoreJEP targeted to JDK 24: 493: Linking Run-Time Images without JMODs
The following JEP is targeted to JDK 24: 493: Linking Run-Time Images without JMODs
Read MorePostcards from the Peak of Complexity
The Java platform has added many major features over the years - generics, lambdas, modules, virtual threads, and others. In this keynote, Java Language Architect Brian Goetz offers some insights, war stories, and lessons learned from the development of several major Java features.
Read MoreJEP targeted to JDK 24: 478: Key Derivation Function API (Preview)
The following JEP is targeted to JDK 24: 478: Key Derivation Function API (Preview)
Read MoreJEP targeted to JDK 24: 490: ZGC: Remove the Non-Generational Mode
The following JEP is targeted to JDK 24: 490: ZGC: Remove the Non-Generational Mode
Read MoreRelease Your (Java) Projects Like OpenJDK - Inside Java Newscast #79
Tip & tail is a release model for software libraries that gives application developers a better experience while helping library developers innovate faster. The tip release of a library contains new features and bug fixes, while tail releases contain only critical bug fixes. As little as possible is backported from the tip to the tails.
Read MoreSourced from https://inside.java via RSS.