InfoQ Homepage Java Content on InfoQ
-
Heather VanCura, Director of the JCP, Speaks to InfoQ on the JCP 20th Anniversary
Heather VanCura, director of the Java Community Process (JCP) and chairperson of the JCP Executive Committee (EC), recently visited the campuses of BNY Mellon in Pittsburgh and New York City to present in honor of the 20th anniversary of the JCP. This event was held in partnership with the NYJavaSIG and the ACGNJ Java Users Group. VanCura spoke to InfoQ about the JCP and the 20th Anniversary.
-
Brian Goetz Speaks to InfoQ about Proposed Hyphenated Keywords in Java
On his continuing quest for productivity and performance in the Java language, Brian Goetz, Java language architect at Oracle, along with Alex Buckley, specification lead for the Java language and Java Virtual Machine at Oracle, proposed a set of hyphenated keywords to evolve the language as new features are added. Goetz spoke to InfoQ about these proposed hyphenated keywords.
-
OpenJDK Project Valhalla Releases LW2 Prototype
Project Valhalla (OpenJDK) has released LW2, a new user-accessible prototype of the effort to align with modern hardware. InfoQ discusses this new prototype in-depth with IBM's tech lead for this new technology.
-
Apache NetBeans 11.1 Released as Top Level Project
Apache NetBeans 11.1 has been released, the first release available since graduating from incubation.
-
Introducing Javalin: a Lightweight Web Framework for Java and Kotlin
Javalin is a lightweight web framework for Java and Kotlin designed to be simple and blocking by default, supporting websockets, HTTP2, and async requests.
-
Helidon Supports GraalVM for Native Executable Applications
Shortly after the release of Helidon 1.0, Oracle announced Helidon support for GraalVM that converts Helidon applications to native executable code via the native-image utility. Helidon was designed to be simple and fast, and is comprised of two versions: Helidon SE and Helidon MP. Dmitry Kornilov, senior software development manager at Oracle, spoke to InfoQ about Helidon support for GraalVM.
-
Spring Boot Project-Creation-Tool, Spring Initializr, Gets Several New Updates
Spring Initializr received several updates and additions including the addition of a highly requested feature, a project explorer. They also included a refactored and redesigned project generation API and a newly redesigned UI.
-
MicroProfile 3.0: Updated Rest Client + Metrics 2.0 and Health Check 2.0
Eclipse MicroProfile 3.0 was recently released with updates to its Rest Client, Metrics, and Health Check APIs. MicroProfile 3.0 leverages Java EE 8 as its foundation for the development of Java microservices.
-
Java EE Specifications Renamed Jakarta EE
Java EE specifications have been renamed Jakarta EE, changing branding and clarifying the names of each document.
-
Payara Tour of Japan 2019
Payara recently completed a one-week tour of Japan in which they visited prominent Java Users Groups. Featured speakers were Kenji Hasunuma, service engineer at Payara, Ondrej Mihályi, senior service engineer at Payara, and Yusuke Yamamoto, Java Champion, creator of Twitter4J, and president of Samuraism, a Japanese company providing development tools and training.
-
Azul Systems Discuss Java's Present and Future
InfoQ caught up with Simon Ritter, deputy CTO of Azul Systems, to talk about their JVM products and the current status and future of Java.
-
GraalVM 19.0: the Anticipated GA Release
More than a year of numerous release candidates, Oracle has released the GA version of GraalVM 19.0, a polyglot virtual machine and platform created by Oracle Labs. Features added in the RC releases include: migrating Nashorn to GraalVM, integration with Python’s numpy library, and a managed mode LLVM interpreter. Oracle Labs have also included the formal release of GraalVM Enterprise Edition.
-
Eclipse Introduces New IDE-Agnostic Tools for Building and Deploying Cloud-Native Applications
Eclipse Codewind is a new developer-centric project from the Eclipse Foundation that aims to assist developers by providing ways to quickly and consistently accomplish tasks that are common to cloud-native application development.
-
Java 13 Enters Feature Freeze and Rampdown
The final feature list for Java 13 (due in September) has been confirmed, as the project enters testing and rampdown. No major new features are part of this release.
-
OpenJDK Docker Image Served Mis-Labeled Vulnerable JDK
The official Docker Image for OpenJDK contained a mis-attributed version number, indicating that the JRE contained security patches that were not actually present. The issue was resolved with cross-community collaboration between OpenJDK and Debian.