InfoQ Homepage News
-
Using Social Drivers to Improve Software Engineering Team Performance
According to Lizzie Matusov, technical drivers like velocity offer an incomplete view of team performance. Social drivers—trust, autonomy, purpose, and psychological safety—provide a fuller picture and reveal important areas of opportunity for improvement. She spoke about the social drivers behind high-performing engineering teams at QCon San Francisco.
-
Microsoft Pledges Deeper European Tech Ties amidst Sovereignty Debate
Microsoft's five digital commitments aim to bolster Europe's tech landscape and sovereignty through a 40% cloud and AI infrastructure expansion, enhanced cybersecurity, and a robust data privacy framework. By establishing a "European cloud for Europe," Microsoft reinforces its dedication to digital resilience while fostering economic competitiveness and supporting the open-source community.
-
Uber’s Journey to Ray on Kubernetes
Uber has detailed a recent transition to running Ray-based machine learning workloads on Kubernetes. This marks an evolution in its infrastructure, with the aim of enhancing scalability, efficiency, and developer experience. The company recently published a two-part series from Uber Engineering delving into the motivations, challenges, and solutions encountered during this migration.
-
Adoption of the Model Context Protocol Within the Java Ecosystem
The Model Context Protocol (MCP), an open standard for LLM tool integration, is gaining adoption in Java (Quarkus, Spring AI, etc.). Developers can now run MCP servers more easily using tools like JBang and the MCP Java catalog.
-
Dev Proxy v0.27 Released: Enhanced API Modeling, AI Integration, and Improved Configuration Features
The Dev Proxy team at Microsoft has announced the release of version 0.27, focusing on enhancing the developer experience with several new features and improvements aimed at streamlining API specification generation, improving editing suggestions, and laying the groundwork for future AI integrations.
-
Meta Launches AutoPatchBench to Evaluate LLM Agents on Security Fixes
AutoPatchBench is a standardized benchmark designed to help researchers and developers evaluate and compare how effectively LLM agents can automatically patch security vulnerabilities in C/C++ native code.
-
Windows Community Toolkit 8.2 Supports Native AOT Compilation
Microsoft released version 8.2 of the Windows Community Toolkit in April 2025. The new release has updated dependencies, .NET 9 support for UWP applications and Native AOT compilation.
-
Pulumi Announces Improved Components Feature to Simplify Infrastructure as Code
Pulumi, the open-source infrastructure as code platform, has announced significant improvements to its Components feature, designed to simplify how developers build, share, and consume infrastructure code. The enhancements focus on reducing boilerplate, improving developer experience, and enabling greater reuse of infrastructure patterns.
-
Java News Roundup: OpenJDK JEP Updates, Spring AI, Quarkus, LangChain4j, JReleaser, WildFly
This week's Java roundup for April 28th, 2025, features news highlighting: four JEPs proposed to target and targeted for JDK 25; new JEPs; three new JEPs; the eighth milestone release of Spring AI 1.0.0; Quarkus 3.22.0; the first release candidate of LangChain4j 1.0.0; the release of JReleaser 1.18.0; and Wildfly joins the Commonhaus Foundation.
-
Instance Main Methods Move from Preview to Final in JDK 25
JEP 512 enhances Java with Compact Source Files and Instance Main Methods in JDK 25, easing the learning curve for beginners. Key features include simplified syntax, automatic imports, and a new IO helper class, empowering developers to create programs with minimal complexity. These changes solidify Java's commitment to accessibility and innovation in programming.
-
How Slack Optimizes Its E2E Pipeline
Slack's Developer Experience (DevXP) team recently implemented significant optimizations to their end-to-end (E2E) testing pipeline, resulting in a 60% reduction in frontend build frequency and a 50% decrease in overall build time. These enhancements, the team claims, streamline the continuous integration and deployment (CI/CD) process, allowing engineers to iterate more rapidly and efficiently.
-
Akka Launches New Deployment Options for Agentic AI
Akka has unveiled new deployment options to enhance flexibility for developers building resilient, distributed AI systems. Now offering self-managed nodes and self-hosted regions, Akka empowers enterprises to deploy across various infrastructures. This innovation positions Akka as a leader in agentic AI development, enabling scalable, stateful applications that adapt to rapidly changing demands.
-
From Architecture to Deployment: How AI-Powered Toolkits Are Unifying Developer Workflows
Developer tooling is undergoing a shift as AI moves beyond code completion to unify multiple stages of the software development workflow.
-
OpenAI Launches BrowseComp to Benchmark AI Agents' Web Search and Deep Research Skills
OpenAI has released BrowseComp, a new benchmark designed to test AI agents' ability to locate difficult-to-find information on the web. The benchmark contains 1,266 challenging problems that require agents to persistently navigate through multiple websites to retrieve entangled information.
-
Swift 6.1 Enhances Concurrency, Introduces Package Traits, and More
Swift 6.1, included in Xcode 16.3, introduces several improvements to the language and the Swift Package Manager, including type-wide global actor inference control, support for trailing comma in lists, package traits for conditionally exposing features based on the platform, and enhancements to Swift Testing.