Showing results for 2022 - Microsoft for Java Developers

Dec 27, 2022
1
0

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 ...

JavaOpen SourceVisual Studio Code
Dec 15, 2022
4
2

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
0
0

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
0
5

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 ...

JavaOpenJDK
Nov 27, 2022
0
1

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, ...

JavaOpen SourceVisual Studio Code
Nov 1, 2022
0
0

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 ...

JavaOpen SourceVisual Studio Code
Oct 24, 2022
0
3

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
2
1

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())....

JavaOpen SourceVisual Studio Code
Oct 10, 2022
0
0

Java on Azure Tooling Update – September 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to September update of Java on Azure Tooling. In this update, we will introduce the Azure Cosmos DB Support, and Azure Virtual Machine Enhancement. In addition, we have made some improvements for users to create/update the dependencies with Azure SDK Reference Book. Please download and install the Azure Toolkit for ...

JavaOpen SourceCloud
Sep 15, 2022
0
2

Java on Visual Studio Code Update – September 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the September update of Visual Studio Code Java. We have tons of exciting new features this time, and there are improvements in many areas such as project import, Spring support, remote debugging and unit testing, so let's get started! Protobuf (Protocol Buffer) project support  Protocol Buffers (Protobuf) is a free and ...

JavaOpen SourceVisual Studio Code