Showing results for June 2024 - Microsoft for Java Developers

Jun 28, 2024
1
0

Java on Visual Studio Code Update – June 2024

Nick Zhu
Nick Zhu

Hi everyone, welcome to the June update for Visual Studio Code for Java! In this blog we are going to share several user experience updates, as well as important Spring features improvements, so let's get started! Project Settings Page Enhancements New Compiler Section A new compiler section was added to the project settings page. This allows ...

Visual Studio CodeCloudIntelligent Apps
Jun 26, 2024
0
2

Improving OpenJDK Scalar Replacement – Part 2/3

Cesar Soares
Cesar Soares

In the previous part of this blog series, we explored the foundational concepts and purpose of scalar replacement (SR) in OpenJDK, laying the groundwork for understanding how this optimization can boost the performance of Java applications. Now, in the second installment of the series, we shift our focus to the specific enhancements that we have ...

Java
Jun 25, 2024
0
1

Jakarta EE on Azure – June 2024

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the June 2024 update for Jakarta EE on Azure. The June update covers the following topics: Microsoft partners with Jakarta EE application server vendors to create Azure Marketplace offers. These Marketplace offers have Solution Templates and Base Images which allow customers to quickly deploy their software on ...

Java
Jun 11, 2024
0
4

Using Java with ACA dynamic sessions

Brian Benz
Brian Benz

Have you ever needed to just run your Java code in an instant-on container in the cloud without the hassle of managing your own Kubernetes server?  How about having access to Open AI code interpreter built-in to that container and billed on a consumption basis? About Azure Container Apps and dynamic sessions Azure Container Apps (ACA) ...

JavaAzure Container Apps
Jun 10, 2024
0
4

Improved Performance of TLS 1.3 in Java JDK 8

Bruno Borges
Bruno Borges

Transport Layer Security (TLS) 1.3 is the latest version of the TLS protocol, built on the foundation of its predecessors, with significant improvements in terms of security, performance, and simplicity. TLS 1.3 is widely considered one of the most secure network protocols currently available. Support for TLS 1.3 across Microsoft Azure has ...

JavaOpen SourceOpenJDK
Jun 7, 2024
0
1

Java on Azure Tooling Update – May 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the May update of Java on Azure Tooling. In this update, we will introduce our getting started guide for Java on Azure Container Apps. We hope you enjoy these updates and have a smooth experience with our Azure toolkit. Please download and install the Azure Toolkit for IntelliJ. Let’s get started. Azure Toolkit for ...

JavaWebAzure Container Apps
Jun 3, 2024
1
2

Java on Visual Studio Code Update – May 2024

Nick Zhu
Nick Zhu

Hi everyone, welcome to the May update for Visual Studio Code for Java! In this blog we are going to share an exciting new AI related feature for Java developers on Visual Studio Code. In addition, there will be several important Spring updates, so let's get started. Rewriting your Java code with Copilot-based suggestions As our code undergoes ...

JavaOpen SourceVisual Studio Code