Foojay, the Friends Of OpenJDK

@foojay.io

Foojay.io is the central resource for the Java community’s daily ​information needs, a place for friends of OpenJDK, ​and a community platform for the Java ecosystem​ — bringing together and helping Java professionals everywhere.​

Simon Ritter (@speakjava.bsky.social) is touring NE US & E Canada JUGs in August with a deep dive on JVM startup/warmup — AOT with GraalVM, Project Leyden, JIT-as-a-Service, Project CRaC. Stops in NY, NJ, Montreal, Ottawa, Toronto. Dates + registration: foojay.io/today/keepin...

Keeping Java Hot This Summer

Simon Ritter tours US & Canada JUGs in August 2026 with a deep technical talk on JVM startup and warmup. Find your city and register.

foojay.io

Skip the Python sidecar: Deep Netts is a pure-Java deep learning library, so your model trains, serializes, and loads straight into Spring Boot as a bean. Predictions become microsecond in-process calls. Full walkthrough building a fraud-scoring service. foojay.io/today/how-to...

How to Create a Spring Boot Fraud Scoring Service - foojay

Most Java teams who want a machine learning model in production end up standing up a Python service and calling it over HTTP. That works, but it buys you, - by Geertjan Wielenga

foojay.io

HTTP has a new method: QUERY, body-carrying like POST, but safe/idempotent/cacheable like GET. Solves the "GET with a body" and URI-length problems search APIs run into. Tomcat 12 supports it; Jetty, Servlet, Spring have work in flight; Quarkus can do it today via JAX-RS. foojay.io/today/http-q...

HTTP QUERY Method Explained: RFC 10008, Ecosystem Adoption, and a Quarkus Implementation - foojay

When you build a search API, you usually start with HTTP GET, the natural choice for a read operation: it is safe, idempotent, and cacheable. Then the - by Hüseyin Akdoğan

foojay.io

CyberJAR has been added to Foojay Java In Education Catalog! Thank you, @foojay.io and Igor Souza for recognition. This is an important milestone for CyberJAR, and I promise we will keep the momentum and deliver more content on all things Java☕️ education.foojay.social

Foojay Java in Education Catalog

A community-driven catalog of Java learning resources with websites, tutorials, videos, books, and tools for students, educators, coding clubs, and developers.

education.foojay.social

Foojay runs on community contributions. Each month we spotlight two Featured Authors. Kicking off July/August: Igor De Souza, Steve Poole, Cristobal Escobar, and Shai Almog. Check out their posts 👇 foojay.io/today/featur...

Featured Authors July and August 2026 - foojay

Foojay wouldn't exist without the many contributions from its community, whether it's a single post or an ongoing stream of knowledge sharing. That's why - by Frank Delporte

foojay.io

Oracle is adding between-quarters security releases for Java (CSPUs), first one Aug 18, 2026. Quarterly CPUs stay, but urgent fixes can now ship outside that window because AI has shortened the exploit timeline. What it means for your release pipeline by @frankdelporte.be foojay.io/today/new-be...

New Between-Quarters Security Updates for Java: What CSPUs Mean for Your Release Pipeline - foojay

In an announcement on the OpenJDK Updates Mailinglist on July 20, 2026, Rob McKenna explained a change in the Oracle security release cycle for JDK - by Frank Delporte

foojay.io

Luqman Saeed covers the latest updates in the July 2026 Azul Payara release. Learn about the new features, improvements, and changes in this version that Java developers should know about. foojay.io/today/whats-... #Java #Payara #Azul #Foojay :foojay:

What's New In The July 2026 Azul Payara Release? - foojay

Azul Payara's July 2026 release: Server and Micro 7.2.0, Jakarta EE 11, and a brute force security fix across every supported line.

foojay.io