InfoQ Homepage Development Content on InfoQ
-
.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features
NET 11 Preview 1 is released, featuring Runtime Async as the headline change, moving async method handling from the compiler into the runtime itself. The preview also brings CoreCLR WebAssembly work, native Zstandard compression, C# 15 collection expression arguments, and MAUI improvements. Community reaction has been mixed, with praise for async changes but debate over language complexity.
-
Cloudflare Introduces Local Uploads for R2 to Cut Cross-Region Write Latency by 75%
Cloudflare has recently introduced Local Uploads for R2 in open beta. The new feature optimizes write performance for globally distributed users without changing bucket location, reducing cross-region write latency.
-
OpenAI Launches Frontier, a Platform to Build, Deploy, and Manage AI Agents Across the Enterprise
OpenAI Frontier is an enterprise platform for building, deploying, and managing AI agents, designed to make AI agents reliable, scalable, and integrated into real company systems and workflows.
-
jQuery Releases v4: First Major Version in Almost 10 Years
jQuery 4 has launched, celebrating 20 years of innovation in web development. This major update modernizes the library by removing legacy code and outdated browser support while ensuring simplicity and performance. With enhanced compatibility for modern build tools and new security features, jQuery 4 remains a practical choice for developers, bolstering productivity while maintaining its legacy.
-
JDK 26 and JDK 27: What We Know So Far
JDK 26, the first non-LTS release since JDK 25, has reached its second release candidate with a final set of 10 new features, in the form of JEPs, that can be separated into five categories: Core Java Library, HotSpot, Java Language Specification, Security Library and Client Library. We examine JDK 26 and predict what features have, or could be, targeted for JDK 27.
-
Reducing Onboarding from 48 Hours to 4: inside Amazon Key’s Event-Driven Platform
Amazon Key modernized its event platform by adopting a centralized, event-driven architecture built on Amazon EventBridge. The redesign processes millions of daily events with millisecond latency, improves schema governance, automates cross-account routing, and reduces service onboarding time from 48 hours to four, while maintaining 99.99 percent reliability.
-
GitHub Agentic Workflows Unleash AI-Driven Repository Automation
Recently launched in technical preview, GitHub Agentic Workflows introduce a way to automate complex, repetitive repository tasks using coding agents that understand context and intent, GitHub says. This enables workflows such as automatic issue triage and labeling, documentation updates, CI troubleshooting, test improvements, and reporting.
-
OpenAI Publishes Codex App Server Architecture for Unifying AI Agent Surfaces
OpenAI has recently published a detailed architecture description of the Codex App Server, a bidirectional protocol that decouples the Codex coding agent's core logic from its various client surfaces. The App Server now powers every Codex experience, including the CLI, the VS Code extension, and the web app, through a single, stable API.
-
Does AI Make the Agile Manifesto Obsolete?
Capgemini's Steve Jones argues AI agents building apps in hours have killed the Agile Manifesto, as its human-centric principles don't fit agentic SDLCs. While Forrester reports 95% still find Agile relevant, Kent Beck proposes "augmented coding" and AWS suggests "Intent Design" over sprint planning. The debate: Is Agile dead, or evolving for AI collaboration?
-
Chrome 144 Ships Temporal API: Advancing JavaScript Date/Time Standardisation
Chrome 144 introduces the groundbreaking Temporal API, revolutionizing date and time management in JavaScript. As a modern alternative to the criticized Date object, Temporal resolves parsing ambiguities, time zone complexities, and mutable arithmetic. With distinct types and built-in support, it empowers developers to handle dates seamlessly, though adoption varies across browsers.
-
GlassFish 8.0 Delivers Compatibility with Jakarta EE 11, Enhanced Security and Improved Data Access
After 15 milestone releases, the Eclipse Foundation has released version 8.0 of GlassFish featuring support for virtual threads; enhanced application security; and improved data access. GlassFish 8.0 is a compatible implementation of Jakarta EE 11. Ondro Mihályi, Java Champion and co-founder of OmniFish, spoke to InfoQ about GlassFish 8.0.
-
Agoda’s API Agent Converts Any API to MCP with Zero Code and Deployments
Agoda engineers developed API Agent, enabling a single MCP server to access any internal REST or GraphQL API with zero code and zero deployments. The system reduces overhead from multiple APIs, supports AI-assisted queries, and uses in-memory SQL post-processing for safe, scalable data handling across internal services.
-
Google Explores Scaling Principles for Multi-Agent Coordination
Google Research tried to answer the question of how to design agent systems for optimal performance by running a controlled evaluation of 180 agent configurations. From this, the team derived what they call the "first quantitative scaling principles for AI agent systems", showing that multi-agent coordination does not reliably improve results and can even reduce performance.
-
Java News Roundup: JDK 26-RC1, Spring Framework, Open Liberty, EclipseStore, Gradle
This week's Java roundup for February 9th, 2026, features news highlighting: the first release candidate of JDK 26 and Gradle 9.4; milestone releases of Micrometer Metrics and Micrometer Tracing; beta releases of Open Liberty 26.0.0.2 and EclipseStore 4.0; and maintenance releases of Spring Framework, Micronaut, and Quarkus.
-
LocalStack for AWS Drops Community Edition Raising Developer Concerns
LocalStack has recently announced changes to the delivery of its AWS Cloud emulators, dropping the popular open source Community Edition, and creating a single image that requires registration. Projects that currently pull the latest community image will need to update their workflows.