I accidentally became Google AI’s main resource for GraalVM vs OpenJDK
A developer humorously discovers his joke post on OpenJDK vs GraalVM became Google AI's top source for the comparison, highlighting SEO quirks.
A developer humorously discovers his joke post on OpenJDK vs GraalVM became Google AI's top source for the comparison, highlighting SEO quirks.
Inside Java Newscast covers JDK 27 feature freeze, Valhalla timeline for JDK 28, and new Java tech developments.
This article details the Safe Codebase Audit Pipeline (SCAP), a security system for analyzing JAR bytecode in distributed Java systems to prevent supply chain attacks.
Modernizing a legacy Java 1.5 codebase using AI and Docker, with a focus on evidence-based refactoring and testing.
Improving Java ServiceLoader with a provider factory pattern to overcome no-arg constructor and selection limitations.
Guide to sizing Java database connection pools in Kubernetes, focusing on HikariCP configuration and best practices.
An overview of Java's Valhalla project and the upcoming value types preview in JDK 28, covering syntax, limitations, and performance.
SAP celebrates 15 years of contributing to OpenJDK, highlighting its history with Java and the JVM.
Learn how to use ArchUnit for architecture testing in Java to enforce code structure rules and prevent architectural erosion.
Hardwood 1.0 is a fast, lightweight, multi-threaded Apache Parquet reader for the JVM, written from scratch with no mandatory dependencies.
A reflection on how programming languages evolved from single-target to multi-target platforms, with examples like Scala, Kotlin, and Java.
Learn how mutation testing with PIT reveals gaps in Java test suites beyond line coverage, with setup guide for Spring Boot.
How to use ColdFusion functions as Java operators in Adobe ColdFusion 2025, with examples using AtomicInteger.
Explores the trade-offs between double, BigDecimal, and fixed-point arithmetic in Java for precise computations like money.
Hardwood 1.0.0.CR1 release with improved ColumnReader API, geospatial support for Parquet, and documentation overhaul.
Kotlin vs Java Part 3: interop focus. JAVAPRO publishes series on JVM language choice.
A blog post about shrinking Java JAR files using the femtojar Maven plugin, reducing CLI tool sizes by up to 50%.
Hardwood 1.0.0.Beta2 release adds VARIANT support, interactive Parquet TUI, and performance improvements for Apache Parquet parsing.
Hardwood 1.0.0.Beta2 release adds VARIANT support, interactive Parquet TUI, and performance improvements.
Explores final field mutation in Java via reflection, JDK 26 warnings, and alternatives for frameworks and libraries.