Showing archive results for September 2025

Sep 29, 2025
Post comments count0
Post likes count1

Microsoft’s OpenJDK builds now ready for Java 25

Bruno Borges
Bruno Borges

We’re excited to announce that the Microsoft Build of OpenJDK binaries are now available for Java 25. As always, our builds aim to provide a high-quality, production-ready build of OpenJDK, with binaries tested across platforms (Windows, Linux, macOS) and backed by our support and release pipelines. With this release, we invite developers, teams, a...

JavaOpen Source
Sep 26, 2025
Post comments count1
Post likes count0

Unlocking MCP in JetBrains: How Copilot Uses Sampling, Prompts, Resources, and Elicitation

Hang Wang
Hang Wang

With the enhanced capability of the MCP on JetBrains, you can now bring prompts, resources, and even interactive tools directly into your IDE interacting with MCP. This means more flexible workflows, deeper context, and smoother collaboration between Copilot and your coding environment.  Let’s take a look at what you can do today with MCP Samp...

CopilotJavaIntelligent Apps
Sep 8, 2025
Post comments count0
Post likes count0

Building a Runtime JAR inspector in 10 hours

Bruno Borges
Bruno Borges

Last Friday I was reviewing our backlog items in the Java Engineering Group, and found an idea we had when Log4Shell happened. To this day, there is still no main stream solution to "find in production where a given JAR is being used". Why runtime truth matters (Log4Shell) When Log4Shell hit, lots of teams hunted for log4j through source contro...

Java