Showing results for Java - Microsoft for Java Developers

Nov 4, 2021
5
0

Microsoft Deepens Its Investments in Java

Bruno Borges
Bruno Borges

Today we are excited to announce Microsoft has officially joined the Java Community Process. Along with that, we have also provided updates to Microsoft Build of OpenJDK, enhancements to Java support on Visual Studio Code and GitHub, and more details on Azure's rollout of Microsoft Build of OpenJDK.

Java
Oct 29, 2021
5
0

Java on Visual Studio Code Update – September 2021

Nick Zhu
Nick Zhu

Hi everyone, welcome to the September edition of the Visual Studio Code Java update! In this post, we are going cover the new release of Gradle extension, more convenient Code Actions and recent 1.0 language server release. Language Server for Javaâ„¢ 1.0 Release The 1.0 release of the Language Server for Javaâ„¢ was officially released recently!...

JavaOpen SourceVisual Studio Code
Oct 25, 2021
1
0

Spot every Spring Boot application issue on the spot using AppDynamics!

Asir Selvasingh
Asir Selvasingh

Today, we are excited to announce the integration of AppDynamics in the Azure Spring Cloud for full-stack observability. Over the past 20 months, we worked with many enterprise customers to learn about the scenarios they face. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate ...

JavaCloud
Oct 20, 2021
0
0

Announcing the 1.0 release of Language Support for Javaâ„¢ on Visual Studio Code

Nick Zhu
Nick Zhu

Today we are excited to announce the 1.0 release of Language Support for Javaâ„¢ by Red Hat on Visual Studio Code. We believe this is a significant milestone for Java support on Visual Studio Code and the result of a multi-year collaboration between Microsoft, Red Hat and the entire Visual Studio Code and Java community. This release wouldn't have be...

JavaOpen SourceVisual Studio Code
Sep 22, 2021
1
0

Gradle  – Deploy Java web apps to Azure in one step!

Yuchen Wang
Yuchen Wang

We are excited to announce a new Gradle plugin for Azure Web Apps. This plugin lets Java developers deploy Gradle projects to Azure Web Apps in one step, without installing any Azure specific tools.

JavaCloudWeb
Sep 15, 2021
0
0

Java on Visual Studio Code Update – August 2021

Nick Zhu
Nick Zhu

Hi everyone, welcome to the August edition of the Visual Studio Code Java update. In this post, we are going to share some exciting updates from the SpringOne 2021 conference as well as various user experience improvements. SpringOne 2021 Updates When it comes to Java development, we always keep Spring developers in mind. In this year's Sprin...

JavaOpen SourceVisual Studio Code
Aug 25, 2021
0
0

Join Microsoft at SpringOne 2021

Nate Ceres
Nate Ceres

Microsoft has our biggest ever presence at SpringOne this year. We’re excited to share a range of sessions across topics, all in close partnership with VMware.

JavaOpen Source
Aug 9, 2021
2
0

Java on Visual Studio Code Update – July 2021

Nick Zhu
Nick Zhu

Hi everyone, welcome to the July edition of the Visual Studio Code Java update. In this post, we are going to share the progress of our overall product roadmap, and highlight improved user experience of our testing, Maven dependency management, and project management features. Testing Our Java extensions are among the first to adopt the new T...

JavaOpen SourceVisual Studio Code
Aug 5, 2021
0
0

Introducing Microsoft GCToolkit

Kirk Pepperdine
Kirk Pepperdine

Microsoft’s Java Engineering Group is excited to announce we have open-sourced the Microsoft GCToolkit on GitHub. GCToolkit is a set of libraries for analyzing Java garbage collection (GC) log files. The toolkit parses GC log files into discrete events and provides an API for aggregating data from those events. This allows the user to create arbitr...

JavaOpen Source