Showing results for Cloud - Microsoft for Java Developers

Sep 15, 2021
Post comments count0
Post likes count0

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
Jun 30, 2021
Post comments count0
Post likes count1

End of Updates, Support and Availability of the Zulu for Azure builds of OpenJDK

Bruno Borges
Bruno Borges

Starting January 1st, 2022, Microsoft and Azul will no longer provide updates or support for the Zulu for Azure build of OpenJDK. In addition, repositories, and the user download site for Zulu for Azure binaries may no longer be available after July 1st, 2022.

JavaCloudOpenJDK
May 13, 2021
Post comments count0
Post likes count0

Automate Spring Boot application deployments to Azure!

Asir V Selvasingh
Asir V Selvasingh

Today, we’re excited to announce the availability of the Azure Pipeline Task for deploying Spring Boot applications to Azure Spring Cloud. You can get started by building your pipelines using the Azure Spring Cloud task to automate Spring Boot application deployments to any number of environments and Azure Regions. Over the past 18 months, we wo...

JavaOpen SourceCloud
Mar 11, 2021
Post comments count1
Post likes count0

Deploy Spring Boot applications by leveraging enterprise best practices – Azure Spring Cloud Reference Architecture

Asir V Selvasingh
Asir V Selvasingh

Today, we’re excited to announce the availability of the Azure Spring Cloud Reference Architecture. You can get started by deploying the Azure Spring Cloud Reference Architecture to accelerate and secure Spring Boot applications in the cloud at scale using validated best practices. Over the past year, we worked with many enterprise customers to ...

JavaCloudWeb
Jan 29, 2020
Post comments count0
Post likes count0

What’s New in Azure Spring Cloud – January Update

Kylie Liang
Kylie Liang

Explore the newest features on diagnostics and guidance for CI/CD of Azure Spring Cloud, a fully managed service jointly built and operated by Microsoft and Pivotal. 

JavaOpen SourceCloud
Nov 4, 2019
Post comments count0
Post likes count0

Java At Microsoft: From OpenJDK to Azure Spring Cloud

Bruno Borges
Bruno Borges

It’s been a fantastic year for Java developers. With the increased number of companies supporting the Java platform and providing distributions of OpenJDK, makes the Java ecosystem even stronger and enables customers to further their investments into Java applications. More recently Microsoft acquired jClarity to help form the Java Platform team...

CloudOpen Source
Oct 29, 2019
Post comments count0
Post likes count0

AOT Compilation in HotSpot: Introduction

Ludovic Henry
Ludovic Henry

Introduce the AOT Compiler that was introduced in Java 9 with the addition of the jaotc command-line utility. Explore some of the tradeoffs it needs to take, how the generated code fits in the Tiered Compilation pipeline, go through a simple example, and take a look at some alternatives (JIT at Startup, JIT caching, and Distributed JIT).

Open SourceCloudDesktop
May 1, 2018
Post comments count0
Post likes count0

Supporting Jetty for Java in Visual Studio Code

Xiaokai He
Xiaokai He

Eclipse Jetty is a popular web server and servlet container in Java community. We’ve released a new Jetty extension for Visual Studio Code that makes it easy to run and deploy WAR packages (Web Application aRchive), operate your Jetty servers, and interact with your application from within the editor. Today this extension includes the following fea...

CloudWeb
Jan 8, 2018
Post comments count0
Post likes count0

Visual Studio Code Java Debugger Adding Step Filter and Expression Evaluation

Xiaokai He
Xiaokai He

Happy new year! We’d like to thank you all for using Visual Studio Code for your Java development as well as for sharing your feedback. Within just three months, we’ve published 5 releases for our Debugger for Java extension for Visual Studio Code and received 400K+ downloads. With our new 0.5.0 release, we’re adding two new exciting features: Expr...

Cloud