Java News

JavaDoc Hits the Markdown on Comments - Inside Java Newscast #68

By Ana-Maria Mihalceanu on May 1, 2024

Let's take a sneak peek at JEP 467 and how Java documentation could be easier to read and maintain in source form thanks to including Markdown syntax in comments.

Read More
The Inside Java Newsletter: Special Issue — JCON Europe

By Jim Grisanzio on April 29, 2024

The Inside Java Newsletter for April 2024 outlines Oracle's upcoming participation at JCON Europe 2024 in Germany May 13-16. Check out the speakers from the Java, GraalVM, and Oracle Database teams and their sessions and stop by the conference. Also, explore the archives and subscribe to the newsletter!

Read More
Java 21 and Beyond: A Roadmap of Innovations

By Ana-Maria Mihalceanu on April 28, 2024

Embark on an exploration of Java 21's groundbreaking language features. From a simplified beginning with unnamed classes and instance main methods to using string templates, record patterns, and pattern matching, this session empowers you to create efficient, future-proof code.

Read More
Java in 2024 - Constant Change, Delivered

By Georges Saab on April 26, 2024

Six years ago we accelerated the pace of new releases in order to keep Java vibrant in an ever-changing world of competing platforms and new styles of application deployment. We’ll take a look back at features delivered recently, and a brief look ahead at what’s coming next.

Read More
Java Management Service

By Poonam Parhar on April 24, 2024

As a JVM Sustaining Engineer, my focus has always been on discovering ways to make it easier to diagnose and troubleshoot JVM issues, enhancing JVM serviceability, and enabling users gain critical insights into their Java runtime environments. Recently, I have ventured into the world of Oracle Cloud Infrastructure (OCI) with an objective of understanding the needs of enterprise Java application deployments, and helping enable ease of maintenance and optimization of Java applications running on OCI instances....

Read More
What’s New in JMC 9? - Sip of Java

By Billy Korando on April 21, 2024

Let's take a look at what's new in JDK Mission Control 9!

Read More
JEP 469: Vector API (Eighth Incubator)

By Paul Sandoz on April 20, 2024

The following JEP is targeted to JDK 23: 469: Vector API (Eighth Incubator)

Read More
JEP 473: Stream Gatherers (Second Preview)

By Viktor Klang on April 18, 2024

The following JEP is targeted to JDK 23: 473: Stream Gatherers (Second Preview)

Read More
Java Withers - Inside Java Newscast #67

By Nicolai Parlog on April 18, 2024

JEP 468 proposes a solution to the verbosity that can come from modeling mutable state with immutable records: derived record creation aka with expressions aka withers . That'll make it easy and succinct to create a copy of a record instance while changing just a few components.

Read More
Jextract Guide

By Jorn Vernee on April 17, 2024

This guide shows how to run the jextract tool, and how to use the Java code that it generates. The samples under the samples direcotry are also a good source of examples…

Read More


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