Java on Visual Studio Code Update – June 2024
Java at Microsoft
by Nick Zhu
3w ago
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 you to conveniently set Java compiler related options for your project. Currently the options include source and target compatibility, –release option for cross compilation and customization for class file generation. See the screenshot below for the comp ..read more
Visit website
Improving OpenJDK Scalar Replacement – Part 2/3
Java at Microsoft
by Cesar Soares
1M ago
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 introduced to the SR implementation, highlighting how it lifts the constraints identified in the original SR implementation in the C2 compiler. The Improvement  Listing 1 shows a version of the CompositeChecksum method that’s slightly different fr ..read more
Visit website
Jakarta EE on Azure – June 2024
Java at Microsoft
by Josephine Qiu
1M ago
Hi everyone, welcome to the June 2024 update for Jakarta EE on Azure. The June update covers the following topics: The newly published High Availability and Disaster Recovery tutorials, which demonstrate how to implement HA/DR for different Jakarta EE applications on Azure using a simple and effective method. The updated offerings that provide support for horizontally auto-scaling Jakarta EE server clusters on AKS and ARO. Microsoft partners with Jakarta EE application server vendors to create Azure Marketplace offers. These Marketplace offers have Solution Templates and Base Images which al ..read more
Visit website
Using Java with ACA dynamic sessions
Java at Microsoft
by Brian Benz
1M ago
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) dynamic sessions provide fast access to secure, sandboxed environments that have access to Azure Open AI (AOAI) via a code interpreter.  ACA dynamic sessions offer strong isolation, access through a REST API, and are automatically deleted when no longe ..read more
Visit website
Improved Performance of TLS 1.3 in Java JDK 8
Java at Microsoft
by Bruno Borges
1M ago
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 started to roll out over the past year, and many services have either added support or now made TLS 1.3 the default. General availability: TLS 1.3 with Application Gateway Announcing the availability of TLS 1.3 in Azure API Management in Preview Prepare for ..read more
Visit website
Java on Azure Tooling Update – May 2024
Java at Microsoft
by Jialuo Gan
1M ago
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 IntelliJ Improvements Getting Started Guide for Java on Azure Container Apps In the previous update, we have announced that Azure Toolkit for IntelliJ has provided support for Java on Azure Container Apps (Java on ACA) with flexible deployment options. F ..read more
Visit website
Java on Visual Studio Code Update – May 2024
Java at Microsoft
by Nick Zhu
1M ago
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 updates and iterations, our business logic continues to grow in complexity. Meanwhile, Java versions are constantly evolving. Often, our older code can be replaced with newer, more efficient alternatives, not only improving their performance but also mak ..read more
Visit website
Improving OpenJDK Scalar Replacement – Part 1/3
Java at Microsoft
by Cesar Soares
1M ago
Scalar replacement (SR) is a powerful optimization technique in OpenJDK that aims to enhance the performance of Java applications by breaking down complex objects into simpler, more manageable scalar variables. In this three-part blog series, we will delve into the intricacies of scalar replacement and the enhancements we’ve contributed to the OpenJDK implementation of it. The first post will provide an overview of scalar replacement, explaining its purpose and fundamental mechanisms. The second post will detail the specific improvements we have made. Finally, the third post will present the r ..read more
Visit website
Announcing Functions Flex Consumption Support for Java on Azure Developer Tools
Java at Microsoft
by Jialuo Gan
2M ago
Azure Functions Flex Consumption has just been announced during Microsoft Build 2024 (Full details on this blog), we are excited to share that Flex Consumption is now also supported on Azure Toolkit for IntelliJ and Maven plugins for Azure Functions. With this support, Java developers can create and deploy their Flex Consumption apps easily using our tools. You can run your serverless Java apps for event driven scale with negligible cold-start latency and continuously ready instances on Flex Consumption.  Watch these demos below to build your Azure Functions app with Flex Consumption, If ..read more
Visit website
Microsoft Build of OpenJDK – April 2024 Patch & Security Update Release
Java at Microsoft
by Bruno Borges
3M ago
OpenJDK April 2024 Patch & Security Updates We are happy to announce the latest April 2024 patch & security update release for the Microsoft Build of OpenJDK. See the release notes for detailed changes present in the Microsoft Build of OpenJDK binaries. And download or install the binaries today. The latest versions are now: OpenJDK 21.0.3 OpenJDK 17.0.11 OpenJDK 11.0.23 Check our release notes page for details on fixes and enhancements. As a reminder, the source code of our builds is now available on GitHub for further inspection: jdk21u, jdk17u, and jdk11u ..read more
Visit website

Follow Java at Microsoft on FeedSpot

Continue with Google
Continue with Apple
OR