When I spoke to developers at Devoxx in Belgium in October, I was surprised to learn how many of them are maintaining systems that are still running on Java 8 (released in 2014). One of them even still has a …
-
Book Review: Mastering the Java Virtual Machine
Otávio Santana’s "Mastering the Java Virtual Machine" takes readers on an insightful journey through the inner workings of the JVM. As I read this book, I found myself reconnecting with the fundamentals of Java programming while also discovering new depths …
-
How to profile a performance issue using Spring Boot profiling tools
Profiling performance issues and establishing robust monitoring and observability are critical for maintaining the health and efficiency of your Spring Boot application.
-
Unsupported OpenJDK Distributions are at Risk of Non-Compliance with DORA
Read the only logical conclusion of reading DORA in the context of OpenJDK, assuming that it has meaning and intent in the context of OpenJDK or any ICT asset that is vulnerable to the risk that DORA seeks to mitigate.
-
Running JavaFX applications on ARM with Azul Zulu
Since the April release of Azul Zulu Builds of OpenJDK, packages with JavaFX support for ARM 64-bit systems have been available.
-
Connecting Resilience to Performance in Relation to OpenJDK
Given the requirements of the DORA Act, which mandates strong operational resilience for financial institutions in the EU, leveraging a JVM like Azul Platform Prime can help ensure compliance and protect critical financial operations from ICT-related disruptions.
-
The Impact of the EU DORA Act on Non-EU Financial Organizations
DORA is not just a regional EU regulation but one with far-reaching implications for the global financial services market.
-
Consequences of DORA on Java and OpenJDK with Azul
Azul ensures that financial institutions using Java remain compliant with DORA by providing a secure, supported, and stable Java platform, mitigating the risks associated with unsupported OpenJDK distributions.
-
The Impact of the Digital Operational Resilience Act (DORA) on Java Investment with Azul
DORA significantly impacts investments by the financial sector in Java, because of its emphasis on secure and resilient software.
-
What’s wrong with createDirectories() – A Beginner’s Guide to IntelliJ Profiler
Learn how to troubleshoot and optimize Java code with IntelliJ Profiler – using createDirectories() as an example.
-
Exploring New Features in JDK 23: Simplifying Java with Module Import Declarations with JEP 476
JEP 476 represents a significant step towards simplifying Java programming by reducing boilerplate code and improving readability.