Showing category results for Java

Jan 25, 2023
Post comments count0
Post likes count0

Microsoft Build of OpenJDK – January 2023 Release

Bruno Borges
Bruno Borges

We are happy to announce the latest January 2023 patch & security update release for the Microsoft Build of OpenJDK. See the release notes for detailed changes present in the Microsoft Build of OpenJDK binaries. And download or install the binaries today. Below you can find the usual updates from the OpenJDK upstream community: ...

JavaOpen SourceOpenJDK
Jan 17, 2023
Post comments count0
Post likes count0

Reactor Series: Build Your Own E2E Java Application in Azure!

Ricky Diep
Ricky Diep

Overview Join us for an upcoming Microsoft Reactor Series where you’ll learn how to build your very own end-to-end cloud-native Java application in Azure. In this session, participants will be guided through the Cloud-Scale Data for Spring Developer Quick Start Guide by the host, Senior Cloud Advocate, Brian Benz. This Developers Quick Start guide...

JavaOpen Source
Dec 27, 2022
Post comments count1
Post likes count0

Java on Azure Tooling Update – December 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the December update of Java on Azure Tooling. Firstly, Happy New Year to everyone in advance. In this update, we will introduce the new Code Sample feature for Azure SDK Reference Book. Besides, we have made some improvements in the integration with Function Core Tools, Data Sources and Drivers. To use these new feature...

JavaOpen SourceVisual Studio Code
Dec 15, 2022
Post comments count4
Post likes count2

Java on Visual Studio Code Update – December 2022

Nick Zhu
Nick Zhu

Hi everyone, we are near the end of year. Looking back on 2022, there are a few highlights that we wanted to share with you all: Highlights from 2022 Major Visualization Experience Upgrade for Spring Boot Extensions Starting earlier this year, we began to make a series of improvements on Spring Boot dashboard, aiming to increase Spring developer...

JavaOpen SourceVisual Studio Code
Dec 4, 2022
Post comments count0
Post likes count0

Java on Azure Tooling Update – November 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the November update of Java on Azure Tooling. In this update, we will introduce remote debugging support of Azure Spring Apps and Azure Function Apps. In addition, we have made some enhancements for users to configure App Settings more easily. Please download and install the Azure Toolkit for IntelliJ. We hope you like ...

JavaOpen SourceVisual Studio Code
Nov 28, 2022
Post comments count0
Post likes count5

What’s the deal with humongous objects in Java?

Stephanie Crater
Stephanie Crater

As a Software Engineer in Microsoft’s Java Engineering Group, part of my job is to analyze and improve the performance of Java’s garbage collectors. As a Java application runs, the garbage collector is responsible for allocating objects on the heap and freeing up heap space when those objects are no longer live. In this blog post, I’ll focus specif...

JavaOpenJDK
Nov 27, 2022
Post comments count0
Post likes count1

Two million Java developers on Visual Studio Code! November 2022 Update

Nick Zhu
Nick Zhu

Hi everyone, we are excited to share that now there are over two million Java developers on Visual Studio Code, this wouldn't be possible without all the support from the community and our users, so thank you! For November update, we are bringing you new code editing feature such as postfix completion, optimized organize import. In addition, deb...

JavaOpen SourceVisual Studio Code
Nov 1, 2022
Post comments count0
Post likes count0

Java on Azure Tooling Update – October 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the October update of Java on Azure Tooling. In this update, we will introduce our new roadmap in the next few months. In addition, we have made some improvements for developers to use deployment slots for Azure Functions in IDEs directly with our latest release. Please download and install the Azure Toolkit for Intelli...

JavaOpen SourceVisual Studio Code
Oct 24, 2022
Post comments count0
Post likes count3

Microsoft Build of OpenJDK – October 2022 PSU Release

Derek Keeler
Derek Keeler

We are happy to announce the latest patch & security update release for the Microsoft Build of OpenJDK. You can find the usual updates from the OpenJDK upstream community: And you can also see the additional work that our team has put in place in our builds through the release notes. Starting with this release, developers can also ...

JavaOpen SourceOpenJDK
Oct 21, 2022
Post comments count2
Post likes count1

Java on Visual Studio Code Update – October 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the October update of Visual Studio Code Java. We have brought a lot of improvements in code editing and debugging experience this time, so let's get started! Debugging Experience Enhancements Visual indicator for inline breakpoints Consider a line like this: Stream.of("Frank").map(name -> name.toUpperCase()).forE...

JavaOpen SourceVisual Studio Code