Events, Home

Modernize for the cloud with Java | Red Hat Developer

Java workloads historically rely on a monolithic architecture, which requires significant overhead to support and manage over time. Modernizing these applications for the cloud represents an opportunity to continue to drive value from these apps while gaining significant performance improvements and scalability.

Articles, Home

Java’s Greatest by Rockstars IT

No conferences are the same, and a stage is not always a stage. It can be everything from regular stages in conference centers, really big screens in cinema complexes, and regular meeting rooms to setups where the audience is located behind you, or the stage is made of ice (gets really cold after a while by the way…).

Articles, Home

JEP 428: Structured Concurrency to Simplify Java Multithreaded Programming

JEP 428, Structured Concurrency (Incubator), has been promoted from Proposed to Target to Targeted status for JDK 19. Under the umbrella of Project Loom, this JEP proposes simplifying multithreaded programming by introducing a library to treat multiple tasks running on different threads as an atomic operation. It will streamline error handling, improve reliability, and enhance observability.

Articles, Home

JEP 405: Record Classes to Extend Pattern Matching in Java

JEP 405, Record Patterns (Preview), has been promoted from Proposed to Target to Targeted for JDK 19. Under the umbrella of Project Amber, this JEP proposes to enhance the language with record patterns to deconstruct record values. Record patterns may be used in conjunction with type patterns to “enable a robust, declarative, and composable form of data navigation and processing.”

Articles, Home

Micronaut Framework 3.5.0 Released – Micronaut Framework

The Micronaut team is excited to announce the release of Micronaut framework 3.5.0! This release introduces new features to the framework. Those features are detailed below. GraalVM 22.1.0 Micronaut framework 3.5 supports the latest GraalVM 22.1.0 Incremental Compilation for Gradle Builds You can now benefit from fully incremental compilation, including GraalVM metadata for Gradle builds. […]