Showing results for Java - Microsoft for Java Developers

Jul 5, 2022
Post comments count0
Post likes count0

Java on Azure Tooling Update –July 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the July update of Java on Azure Tooling. In this update, we will introduce the brand new getting started experience on the Azure toolkit for IntelliJ. In addition, we have added support for Managed Identity Authentication. Let's see what these new features are. Azure Toolkit for IntelliJ Improvements New Guided Get...

JavaOpen SourceVisual Studio Code
Jun 23, 2022
Post comments count2
Post likes count0

Java on Visual Studio Code Update – June 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the June update of Visual Studio Code Java. We have a feature-packed edition this time, including some major Spring visualization upgrade for Spring developers, user experience improvements as well as fundamental experience enhancements. Spring Boot Visualization Upgrade We have some good news for Spring developers! Micros...

JavaOpen SourceVisual Studio Code
Jun 2, 2022
Post comments count0
Post likes count0

Java on Azure Tooling Update – June 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to June update of Java on Azure Tooling. In this update, we will introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly. In addition, we have added support for more Azure services. For Gradle plugins, we have some new features for Azure Web Apps and Azure Fu...

JavaOpen SourceVisual Studio Code
Jun 1, 2022
Post comments count0
Post likes count2

Debugging a JVM Crash for LinkedIn – Part 3

Brian Stafford
Brian Stafford

Introduction Welcome to Part 3 of our investigation into a JVM crash for LinkedIn. This blog post concludes the investigation we began in Debugging a JVM Crash for LinkedIn - Part 1 and continued in Debugging a JVM Crash for LinkedIn - Part 2. In Part 2, we analyzed the core dump and the instruction where the JVM crashed to find clues as to the ca...

Java
May 22, 2022
Post comments count1
Post likes count0

Java on Visual Studio Code Update – May 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the May update of Visual Studio Code Java. In this month's update, we are going to share exciting improvements to our user experience regarding signature help and code completion as well as new Gradle features. Let's get started! Signature Help Improvement Signature Help displays the signature of a method in a tooltip when...

JavaOpen SourceVisual Studio Code
May 17, 2022
Post comments count0
Post likes count0

Debugging a JVM Crash for LinkedIn – Part 2

Brian Stafford
Brian Stafford

Introduction Welcome to Part 2 of our investigation into a JVM crash for LinkedIn. This blog post continues the investigation we began in Debugging a JVM Crash for LinkedIn - Part 1. In Part 1, we analyzed the HotSpot error log file to identify the instruction where the JVM crashed. As a reminder, this series is broken down as follows: ...

JavaOpenJDK
May 9, 2022
Post comments count1
Post likes count2

Debugging a JVM Crash for LinkedIn – Part 1

Brian Stafford
Brian Stafford

Introduction As part of the work we do in the Java Engineering Group we provide support to many first- and third-party customers of the Microsoft Build of OpenJDK, particularly those who run Java workloads on Azure. One of our largest customers is LinkedIn. In the past couple of years our group has worked with LinkedIn to assist with their migr...

JavaOpenJDK
Apr 29, 2022
Post comments count0
Post likes count0

Azure Toolkit for IntelliJ Update – April 2022

Jialuo Gan
Jialuo Gan

Welcome to our new blog series for Azure Toolkit for IntelliJ. Azure Toolkit for IntelliJ is a plugin that allows you to easily create, develop, configure, test, and deploy Java applications to Azure. Our goal of this blog series is to keep you posted on the latest product updates, features and other exciting news. In this first blog post, we are ...

JavaOpen SourceCloud
Apr 19, 2022
Post comments count0
Post likes count0

Java on Visual Studio Code Update – April 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the April update of Visual Studio Code Java. This time we are bringing you many exciting updates regarding our fundamental experience improvement including Java 18 support, inlay hints for parameter names, new language server status UX, lambda expression support in debugging and so on. Let's get into it. Microsoft JDConf ...

JavaOpen SourceVisual Studio Code
Apr 11, 2022
Post comments count0
Post likes count0

Java 17 and Tomcat 10.0 available on Azure App Service

Jason Freeberg
Jason Freeberg

Earlier this year we reported that the Microsoft Build of OpenJDK was coming to Azure App Service in an upcoming platform update. That update has now rolled out to all regions and includes Java 17 and Tomcat 10.0, which are both brand new on App Service! These runtimes are now generally available for both Linux and Windows on App Service. Follow th...

Java