Java News

JEP targeted to JDK 24: 486: Permanently Disable the Security Manager

By Sean Mullan, Alex Buckley on November 12, 2024

The following JEP is targeted to JDK 24: 486: Permanently Disable the Security Manager

Read More
Pattern Matching in Java - Past, Present, Future

By Angelos Bimpoudis on November 11, 2024

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 More
ZGC Automatic Heap Sizing #JVMLS

By Erik Osterlund on November 9, 2024

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 More
The Inside Java Newsletter: Devoxx Technical Q&As

By Jim Grisanzio on November 8, 2024

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 More
JEP targeted to JDK 24: 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)

By Angelos Bimpoudis on November 7, 2024

The following JEP is targeted to JDK 24: 488: Primitive Types in Patterns, instanceof, and switch (Second Preview)

Read More
JEP targeted to JDK 24: 493: Linking Run-Time Images without JMODs

By on November 6, 2024

The following JEP is targeted to JDK 24: 493: Linking Run-Time Images without JMODs

Read More
Postcards from the Peak of Complexity

By Brian Goetz on November 3, 2024

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 More
JEP targeted to JDK 24: 478: Key Derivation Function API (Preview)

By Kevin Driver on November 2, 2024

The following JEP is targeted to JDK 24: 478: Key Derivation Function API (Preview)

Read More
JEP targeted to JDK 24: 490: ZGC: Remove the Non-Generational Mode

By Axel Boldt Christmas on November 1, 2024

The following JEP is targeted to JDK 24: 490: ZGC: Remove the Non-Generational Mode

Read More
Release Your (Java) Projects Like OpenJDK - Inside Java Newscast #79

By Nicolai Parlog on October 31, 2024

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 More


Sourced from https://inside.java via RSS.