Java Version History (up to JDK 25, in development)
A comprehensive, ongoing guide to Java's version history, tracking key features, deprecations, and future roadmap up to JDK 25.
A comprehensive, ongoing guide to Java's version history, tracking key features, deprecations, and future roadmap up to JDK 25.
Explores JEP 483: Ahead-of-Time Class Loading & Linking in Java 24, part of Project Leyden, aimed at reducing application startup times.
Explores JEP 483: Ahead-of-Time Class Loading & Linking in Java 24, part of Project Leyden, to reduce application startup times.
A technical blog post about writing an experimental Linux scheduler using eBPF and Java that dynamically allocates CPU cores based on system sound levels.
A developer recounts a Kafkaesque ordeal with a rental car breakdown and unhelpful roadside assistance after attending the Java One conference.
Amazon Q Developer now supports upgrading Java applications to Java 21, automating the migration process with AI assistance.
Explains scoped values, a new Java 24 feature for safe and efficient thread-local data sharing, as previewed in the Inside Java Newscast.
Explains how new Java features like unnamed classes and simplified main methods make teaching introductory programming easier.
A developer shares insights from Jfokus 2025, highlighting talks on Java performance optimization and AI agents in software development.
A look at Java's planned language evolution for 2025, focusing on Project Amber features like flexible constructor bodies and their connection to Project Valhalla.
Using DeepSeek AI to write and refine a Java solver for the 'Crazy Cheeze' puzzle, exploring code generation and evaluation.
A technical tutorial on using Playwright Java to assert checkboxes and utilize the blur() and clear() methods in test automation.
A tutorial on using Playwright Java to verify tooltip text and set focus to specific web elements for automated testing.
A tutorial on using Playwright Java to verify page titles and check for absent text on webpages, with code examples.
A tutorial on implementing soft assertions in automated tests using Playwright Java and TestNG, with a practical example.
A tutorial on using Playwright Java to verify current vs. expected URLs and placeholder text in web automation tests.
A tutorial on automating calendar and date picker interactions using Playwright Java for web testing.
A tutorial on using Playwright Java to select and uncheck checkboxes in web automation tests, covering multiple methods.
A tutorial on using Playwright Java to select and interact with radio buttons in web automation tests.
A technical tutorial on generating Allure test reports using Playwright with Java and Maven, covering dependencies and configuration.