BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Java Content on InfoQ

  • New LiveRecorder for Java Enables Software Failure Replay

    LiveRecorder for Java is a newly released application for software failure replay. It enables developers to record application failures and then replay them in IntelliJ to find the cause of the failure. It helps to reduce the debugging time, especially with intermittent failures.

  • Snyk Releases Enhanced Vulnerability Prioritization Features

    Snyk has announced the release of a number of new features to simplify prioritizing security vulnerabilities. This includes a new, proprietary algorithm to assess and provide a score for each identified issue. This approach takes into account the maturity of the exploit and can analyze if the affected code is reachable through application execution.

  • Containerizing Java Applications with Jib

    Jib, the open source tool for building optimized Docker images for Java applications, has been constantly adding new features to improve the developer and CI/CD experiences. Some of the highlights include the Jib Plugin Extension Framework, native support for popular application frameworks, CI/CD performance improvements, and enhanced development experience on a local Kubernetes with Skaffold.

  • Records and Pattern Matching for Instanceof Finalized in JDK 16

    Final releases of records and the new pattern matching functionality for instanceof are planned for JDK 16.

  • Micronaut 2.0 Enhances Tooling, Improves Support for Serverless and GraalVM

    Object Computing, Inc. (OCI) has formally released Micronaut 2.0, a major release of the full-stack JVM-based framework that helps create microservices-based, cloud-native and serverless applications utilizing languages such as Java, Groovy, and Kotlin.

  • JetBrains Releases IntelliJ 2020.2

    JetBrains has just rolled out IntelliJ IDEA 2020.2: the latest version of its popular integrated development environment (IDE).

  • OpenJDK Comes to Windows 10 on ARM

    Microsoft has made its first big contribution to OpenJDK: Porting OpenJDK to Windows 10 ARM (AArch64).

  • Micronaut Foundation Established to Advance Adoption of Micronaut Framework

    Object Computing, Inc. (OCI) has announced the creation of the Micronaut Foundation, a not-for-profit company established to advance innovation and adoption of the Micronaut framework. The foundation will receive initial funding of $2M from OCI for development and evangelism. Jeff Scott Brown, Grails and Micronaut practice lead at OCI, spoke to InfoQ about the formation of the foundation.

  • Thorntail Reaches Tail End

    The Thorntail project has come to an end, as more Java frameworks add support for embedding application server capabilities into applications.

  • Remembering Bill Shannon

    William (Bill) Shannon, a renowned engineer who was instrumental in the evolution of SunOS, Solaris, and JavaEE while he worked as employee number 11 at Sun Microsystems, passed away last month after a long battle with cancer. Shannon’s contributions to the IT industry are immeasurable and he will be deeply missed within the Unix and Java communities.

  • OpenJDK Migrates to GitHub

    The transition of the OpenJDK projects from Mercurial to GitHub will be completed by September 2020.

  • Helidon 2.0 Features New Web Client, DB Client and Command-Line Tool

    Oracle has formally released Helidon 2.0 with a host of new significant features such as: support for reactive messaging and streams; a new command-line tool, a new web client API for Helidon SE, GraalVM support for Helidon MP, and a new reactive database client. Dmitry Kornilov, director of software development at Oracle, spoke to infoQ about this latest release.

  • Return of the OpenJDK Developers' Guide

    A new version of the OpenJDK Developers Guide is now available, targeted at new and returning contributors and updated for the current reality of the project.

  • Jakarta EE 9 - Milestone 1 Released by Eclipse Foundation

    The Eclipse Foundation celebrated the first milestone release of Jakarta EE 9 with a Jakarta EE 9 Milestone Release Party. The event, hosted by Eclipse’s Tanja Obradovic, Shabnam Mayel and Ivar Grimstad, featured short presentations by Java luminaries Will Lyons, Kevin Sutter, Scott Marlow, Steve Millidge and BJ Hargrave. The event was attended by 155 developers representing 20 countries.

  • Red Hat Mandrel Makes Java Native

    Red Hat has introduced a new Java distribution, Mandrel, that compiles Java applications directly to native code. As a fork of GraalVM, this decreases startup time and memory usage.

BT