<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Inside Java</title>
  <link rel="alternate" href="https://inside.java" />
  <subtitle>News and views from members of the Java team at Oracle</subtitle>
  <id>https://inside.java/feed.xml</id>
  <updated>2026-08-15T12:56:20Z</updated>
  <dc:date>2026-08-15T12:56:20Z</dc:date>
  <entry>
    <title>Episode 66 “JSON API, Valhalla Progress, LTS ❤️ PQC” [IJN]</title>
    <link rel="alternate" href="https://inside.java/2026/08/15/podcast-066/" />
    <category term="JDK 28" />
    <category term="Project Valhalla" />
    <category term="Core Libraries" />
    <category term="Security" />
    <category term="Community" />
    <category term="Oracle" />
    <author>
      <name>Nicolai Parlog</name>
    </author>
    <id>https://inside.java/2026/08/15/podcast-066/</id>
    <updated>2026-08-15T00:00:00Z</updated>
    <published>2026-08-15T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Work on values progresses, JSON API incubation proposed to target 28, PQC in LTS, and more&lt;/p&gt;</summary>
    <dc:date>2026-08-15T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Preparing for Change: Safe Switching over Sealed APIs</title>
    <link rel="alternate" href="https://inside.java/2026/08/14/java-exhaustiveness-guide/" />
    <category term="Project Amber" />
    <author>
      <name>Angelos Bimpoudis</name>
    </author>
    <author>
      <name>Alex Buckley</name>
    </author>
    <author>
      <name>Brian Goetz</name>
    </author>
    <id>https://inside.java/2026/08/14/java-exhaustiveness-guide/</id>
    <updated>2026-08-14T00:00:00Z</updated>
    <published>2026-08-14T00:00:00Z</published>
    <summary type="html">&lt;p&gt;An exhaustive switch on a sealed type covers the permitted subtypes the compiler knows about; it does not cover future additions, which can cause MatchException at run time. API authors should document the expected evolution of sealed types so that client code can choose how to handle future additions. It is almost never necessary to use default when switching over a sealed type—and often not the best option.&lt;/p&gt;</summary>
    <dc:date>2026-08-14T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Evolving a Java MCP Server During MCP Specification Upgrades</title>
    <link rel="alternate" href="https://inside.java/2026/08/12/java-mcp-migration/" />
    <category term="Artificial Intelligence" />
    <author>
      <name>Ana-Maria Mihalceanu</name>
    </author>
    <id>https://inside.java/2026/08/12/java-mcp-migration/</id>
    <updated>2026-08-12T00:00:00Z</updated>
    <published>2026-08-12T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Learn how a Java MCP server can embrace the latest MCP specification without breaking existing integrations or forcing immediate client upgrades.&lt;/p&gt;</summary>
    <dc:date>2026-08-12T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>The Power of JDK Flight Recorder: Efficient Profiling and Troubleshooting for Java Applications</title>
    <link rel="alternate" href="https://inside.java/2026/08/11/efficient-java-apps-profiling-troubleshooting/" />
    <category term="JDK Flight Recorder" />
    <category term="Serviceability" />
    <author>
      <name>Mikael Vidstedt</name>
    </author>
    <id>https://inside.java/2026/08/11/efficient-java-apps-profiling-troubleshooting/</id>
    <updated>2026-08-11T00:00:00Z</updated>
    <published>2026-08-11T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Take a guided tour of the JDK Flight Recorder, the powerful event recording framework for the JVM. We'll cover the basics for getting started, show how to capture and analyze rich telemetry data, and demonstrate real-world workflows for investigating performance, memory leaks, threading issues, and more.&lt;/p&gt;</summary>
    <dc:date>2026-08-11T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Post-Quantum Cryptography in Long-Term Support JDK Releases</title>
    <link rel="alternate" href="https://inside.java/2026/08/07/post-quantum-cryptography-in-long-term-support-jdk-releases/" />
    <category term="Oracle" />
    <category term="Security" />
    <author>
      <name>Aurelio García-Ribeyro</name>
    </author>
    <id>https://inside.java/2026/08/07/post-quantum-cryptography-in-long-term-support-jdk-releases/</id>
    <updated>2026-08-07T00:00:00Z</updated>
    <published>2026-08-07T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Oracle is executing on a strategy to make post-quantum cryptography (PQC) broadly available across the Java ecosystem with a roadmap that brings standardized PQC algorithms and PQC-enabled TLS to current Long-Term Support (LTS) releases, helping reduce adoption friction for developers and enterprises.&lt;/p&gt;</summary>
    <dc:date>2026-08-07T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Episode 65 “Embracing Virtual Threads with Helidon” [I/O]</title>
    <link rel="alternate" href="https://inside.java/2026/08/06/podcast-065/" />
    <category term="Concurrency" />
    <category term="Community" />
    <author>
      <name>Joe Di Pol</name>
    </author>
    <author>
      <name>Nicolai Parlog</name>
    </author>
    <id>https://inside.java/2026/08/06/podcast-065/</id>
    <updated>2026-08-06T00:00:00Z</updated>
    <published>2026-08-06T00:00:00Z</published>
    <summary type="html">&lt;p&gt;How Helidon 4.4 embraces virtual threads, ahoead-of-time computation, and OpenJDK&lt;/p&gt;</summary>
    <dc:date>2026-08-06T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Oracle Java Platform Extension for Visual Studio Code - Version 26.0.1 Is Now Available</title>
    <link rel="alternate" href="https://inside.java/2026/08/05/java-vscode-extension-update/" />
    <category term="Oracle" />
    <author>
      <name>Arvind Aprameya</name>
    </author>
    <id>https://inside.java/2026/08/05/java-vscode-extension-update/</id>
    <updated>2026-08-05T00:00:00Z</updated>
    <published>2026-08-05T00:00:00Z</published>
    <summary type="html">&lt;p&gt;New release of the Java Platform Extension for VS Code&lt;/p&gt;</summary>
    <dc:date>2026-08-05T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Transitioning Java to More Frequent Security Updates</title>
    <link rel="alternate" href="https://inside.java/2026/07/31/transitioning-java-to-more-frequent-security-updates/" />
    <category term="Oracle" />
    <category term="Security" />
    <author>
      <name>Donald Smith</name>
    </author>
    <id>https://inside.java/2026/07/31/transitioning-java-to-more-frequent-security-updates/</id>
    <updated>2026-07-31T00:00:00Z</updated>
    <published>2026-07-31T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Oracle intends to provide Java security updates more frequently than the current quarterly CPU cadence of January, April, July, and October.&lt;/p&gt;</summary>
    <dc:date>2026-07-31T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Episode 64 “JIT Compiler From the Ground Up” [AtA]</title>
    <link rel="alternate" href="https://inside.java/2026/07/30/podcast-064/" />
    <category term="HotSpot" />
    <category term="Performance" />
    <author>
      <name>Roberto Lozano</name>
    </author>
    <author>
      <name>Nicolai Parlog</name>
    </author>
    <id>https://inside.java/2026/07/30/podcast-064/</id>
    <updated>2026-07-30T00:00:00Z</updated>
    <published>2026-07-30T00:00:00Z</published>
    <summary type="html">&lt;p&gt;An introduction to key concepts of just-in-time compilation: speculation and traps, inlining and constant folding, escape analysis and scalar replacement, and more&lt;/p&gt;</summary>
    <dc:date>2026-07-30T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Under the HAT: Empowering GPU Acceleration for Java</title>
    <link rel="alternate" href="https://inside.java/2026/07/30/under-the-hat-empowering-gpu-acceleration-for-java/" />
    <category term="Project Panama" />
    <category term="Project Babylon" />
    <author>
      <name>Juan Fumero</name>
    </author>
    <id>https://inside.java/2026/07/30/under-the-hat-empowering-gpu-acceleration-for-java/</id>
    <updated>2026-07-30T00:00:00Z</updated>
    <published>2026-07-30T00:00:00Z</published>
    <summary type="html">&lt;p&gt;Explore the latest work on the HotSpot JVM, with a focus on auto-vectorization and the Vector API.&lt;/p&gt;</summary>
    <dc:date>2026-07-30T00:00:00Z</dc:date>
  </entry>
</feed>
