Showing archive results for 2025

Nov 20, 2025
Post comments count0
Post likes count3

From Complexity to Simplicity: Intelligent JVM Optimizations on Azure

Monica Beckwith
Monica Beckwith

Introduction As cloud-native architectures scale across thousands of containers and virtual machines, Java performance tuning has become more distributed, complex, and error-prone than ever. As highlighted in our public preview announcement, traditional JVM optimization relied on expert, centralized operator teams manually tuning flags and heap si...

JavaOpenJDKAzure
Nov 20, 2025
Post comments count0
Post likes count2

Announcing the Public Preview of Azure Command Launcher for Java

Bruno Borges
Bruno Borges

Today we are announcing the Public Preview of the Azure Command Launcher for Java, a new tool that helps developers, SREs, and infrastructure teams standardize and automate JVM configuration on Azure. The goal is to simplify tuning practices and reduce resource waste across Java workloads. JVM Tuning in a Cloud-Native World Before the rise of m...

JavaAzure
Nov 18, 2025
Post comments count0
Post likes count0

Introducing Major New Agentic Capabilities for GitHub Copilot in JetBrains and Eclipse

Nick Zhu
Nick Zhu

GitHub Copilot is taking a major step forward with expanded, deeply integrated support for JetBrains and Eclipse — bringing a new generation of agentic, intelligent capabilities directly into your favorite Java IDEs. This release strengthens Copilot’s cross-IDE experience, unifies agentic workflows, and unlocks more powerful automation to help deve...

JavaCloudDesktop
Nov 4, 2025
Post comments count0
Post likes count0

JDConf 2026 Is Coming With Modern Solutions for an Agentic World

Bruno Borges
Bruno Borges

Technology is accelerating faster than ever, and developers are once again at the helm, shaping the future of applications, intelligence, and enterprise systems. With the rise of large language models (LLMs), agent-oriented architectures, and AI-driven development paradigms, Java developers find themselves in a uniquely powerful position to moder...

Java
Oct 29, 2025
Post comments count0
Post likes count0

Java OpenJDK October 2025 Patch & Security Update

Derek Keeler
Derek Keeler

Hello Java customers! We are happy to announce the latest July 2025 patch & security update release for the Microsoft Build of OpenJDK. Download and install the binaries today. Check our release notes page for details on fixes and enhancements. The source code of our builds is available now on GitHub for further inspecti...

Java
Oct 28, 2025
Post comments count0
Post likes count0

MCP Registry and Allowlist Controls for Copilot in JetBrains and Eclipse Now in Public Preview

Jialuo Gan
Jialuo Gan

MCP registry and allowlist controls for GitHub Copilot in JetBrains IDEs and Eclipse are now available in public preview in nightly/pre-release builds. What’s new MCP Registry An MCP Registry is a directory of Model Context Protocol (MCP) servers. For users of JetBrains IDEs and Eclipse, you can now configure your MCP Registry and browse ava...

Java
Oct 28, 2025
Post comments count0
Post likes count1

Java and AI for Beginners: a practical video series for Java

Brian Benz
Brian Benz

If you're looking for a clear, no-nonsense path into generative AI on Java, this series is for you.  Microsoft's Java and AI for Beginners video series is a set of short tutorials that introduce the concepts, tooling, and patterns you need to get started at a pace that respects your time and experience. What the series covers We help you thro...

Java
Sep 29, 2025
Post comments count0
Post likes count2

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