Showing category results for Java

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
Aug 6, 2025
Post comments count0
Post likes count1

“HTTP header exceeding 8,192 bytes” error when using the Azure SDK for Java

Josephine Qiu
Josephine Qiu

A recent issue was identified in the azure-resourcemanager libraries for Java regarding HTTP headers exceeding 8,192 bytes. Following analysis, this was addressed within the Azure SDK for Java by increasing the maximum response header size limit of “reactor-netty-http” to 256 KB, accommodating larger headers. To benefit from this mitigation, it is ...

JavaAzure
Aug 6, 2025
Post comments count0
Post likes count1

Generative AI for Beginners – Java Edition launched

Rory Preddy
Rory Preddy

IN ONE hour, all ONLINE, complete our new training for Generative AI for Beginners – Java Edition - part of the incredible Microsoft Generative AI series - Python, .NET and JavaScript. In this training get first-hand experience with Core Generative AI Techniques and Tools we’re using inside Microsoft: Quick Start ...

Java
Jul 21, 2025
Post comments count0
Post likes count1

Java OpenJDK July 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 inspection: ...

JavaOpenJDK
Jul 16, 2025
Post comments count0
Post likes count2

Microsoft and LangChain4j: A Partnership for Secure, Enterprise-Grade Java AI Applications

Julien Dubois
Julien Dubois

The artificial intelligence landscape presents unprecedented opportunities for Java developers. With decades of experience building robust enterprise applications using Spring, Quarkus and Jakarta EE, Java developers are uniquely positioned to create sophisticated AI solutions. The emergence of specialized AI libraries like LangChain4j enables th...

JavaOpen SourceOpenAI
Jul 9, 2025
Post comments count2
Post likes count1

Customize GitHub Copilot in JetBrains with Custom Instructions

Hang Wang
Hang Wang

Today, you can use Custom Instructions in JetBrains to speed up development while staying aligned with your team's coding standards and personal preferences. Whether you're working on a solo project or part of a larger team, adhering to consistent coding standards is essential. Custom Instructions provide a mechanism to reinforce team coding...

Java
Jun 26, 2025
Post comments count0
Post likes count0

Anthropic Claude Sonnet 4 and Opus 4 Now Available in GitHub Copilot for JetBrains and Eclipse

Jialuo Gan
Jialuo Gan

Anthropic Claude Sonnet 4 and Claude Opus 4 are now available in GitHub Copilot Chat for JetBrains IDEs and Eclipse. Model Availability✨ For full details, please see this documentation. How to Get Started🚀 Join the Discussion💬 Your feedback drives improvements. Let us know what you think using the in-product feedback op...

Java
Jun 17, 2025
Post comments count0
Post likes count1

Connect Spring AI to Local AI Models with Foundry Local

Manfred Riem Bruno Borges
Manfred,
Bruno

What is Azure AI Foundry and Foundry Local? Azure AI Foundry is Microsoft's comprehensive platform for enterprise AI development and deployment, enabling organizations to build, customize, and operate AI solutions at scale. It provides tools, services, and infrastructure to develop, fine-tune and deploy AI models in production environments with...

JavaVisual Studio CodeWeb
Jun 12, 2025
Post comments count0
Post likes count0

Monitor your Quarkus native application on Azure

Jean Bisutti Bruno Baptista
Jean,
Bruno

Introduction Quarkus is a general-purpose Java framework focused on efficient use of resources, fast startup, and rapid development. It allows developers to create and run services in the Java Virtual Machine (JVM) or native binary executables (native mode). In this blog post we are going to focus on using Quarkus to create and monitor a native...

Java