InfoQ Homepage Architecture & Design Content on InfoQ
-
JEP 456: Preparing for the Removal of Unsafe Memory-Access Methods
JEP 471, Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal, has been delivered for JDK 23. This JEP proposes to deprecate the memory access methods in the Unsafe class for removal in a future release. These unsupported methods have been superseded by standard APIs: JEP 193, Variable Handles, delivered in JDK 9; and JEP 454, Foreign Function & Memory API, delivered in JDK 22.
-
Java News Roundup: Payara Platform, Jakarta EE 11 Specs, Open Liberty, Micronaut, Quarkus
This week's Java roundup for June 17th, 2024, features news highlighting: the Payara Platform release for June 2024; all 16 Jakarta EE 11 specifications having passed their respective reviews; Open Liberty 24.0.0.6; Micronaut 4.5.0; and two Quarkus point releases.
-
Spring Ecosystem Releases Focus on Spring Boot, Spring Security and Spring Modulith
There was a flurry of activity in the Spring ecosystem during the week of June 17th, 2024, highlighting point releases of: Spring Boot 3.3.1 and 3.2.7; Spring Security 6.3.1, 6.2.5 and 5.8.13; Spring Session 3.3.1 and 3.2.4; and Spring Modulith 1.2.1, 1.1.6 and 1.0.9.
-
Kubernetes 1.30 Released with Contextual Logging, Improved Performance, and Security
The Cloud Native Computing Foundation (CNCF) released Kubernetes 1.30, named Uwubernetes in April. The release introduced features such as recursive read-only mounts, job completion policy, and fast recursive SELinux label change.
-
Pinterest Shuts down One of the World's Largest HBase Deployments
The engineering team at Pinterest recently deprecated their HBase clusters due to high maintenance and infrastructure costs, a lack of Hbase experts, and limited product functionalities. Following Pinterest’s move to TiDB and other database technologies, the community questions whether this is another sign of the decline of the non-relational database that runs on top of Hadoop and HDFS.
-
Google Provides Extended Support for Cloud SQL MySQL and PostgreSQL End-of-Life Versions
Google Cloud has announced extended support for end-of-life Cloud SQL MySQL and PostgreSQL versions to help users maintain database operations and plan upgrades more efficiently. Starting February 1, 2025, versions such as MySQL 5.6, 5.7 and PostgreSQL 9.6 to 12 will enter an extended support phase, allowing customers to continue using these versions beyond their standard support dates.
-
Generative AI Capabilities for Logic Apps Standard with Azure OpenAI and AI Search Connectors
Microsoft has announced that the Azure OpenAI and Azure AI Search connectors for Logic Apps Standard are now generally available, following an earlier public preview. These connectors are fully integrated into Azure Integration Services, providing developers with powerful tools to enhance application functionality with advanced AI capabilities.
-
.NET Inline C# Action Feature in Logic Apps: More Flexibility and Control for Developers
Microsoft has announced a significant enhancement to its Azure Logic Apps service by introducing .NET C# inline code execution. This new feature enables developers to call C# code directly within their workflows, providing greater flexibility and control over custom logic and complex operations.
-
Java News Roundup: Keycloak 25, Jakarta EE 11 Update, Spring Framework, Hibernate ORM, Vaadin 24.4
This week's Java roundup for June 10th, 2024, features news highlighting: Keycloak 25, release reviews for Jakarta Authentication 3.1 and Jakarta Security 4.0, Spring Framework 6.2.0-M4 and corresponding service releases, Spring Data service releases, Hibernate 6.6.0.CR1 and 7.0.0.Alpha3, and the release of Vaadin 24.4.
-
Amazon EC2 U7i Instances: 896 vCPUs and up to 32 TiB of Memory for High Memory Workloads
AWS recently announced the general availability of high-memory U7i instances. Simplifying the vertical scaling of large workloads, these new U7i instances are designed to support large, in-memory databases such as SAP HANA, Oracle, and SQL Server.
-
Increased Popularity of Artist Platform Cara Led to Substantial Vercel Functions Expenses
Cara's web and mobile app, a platform for artists, combines the experience of Instagram and X. It provides a space for users to showcase their portfolios and share updates on their feeds. The app's serverless backend, powered by Vercel Functions, recently incurred a significant cost of $ 98,280 due to a sudden surge in usage.
-
The Impact of Cloudflare's Sudden Service Change at an Online Casino
Recently, an online casino website experienced a severe disruption when Cloudflare abruptly disabled its services. Robin Dev, a systems operations engineer at the casino, provided a detailed account of the sequence of events in a blog post, shedding light on the extent of the disruption and its aftermath.
-
Apache Skywalking v10: Application Performance Monitoring Tool for Distributed Systems
The Apache Software Foundation has released version 10 of Apache SkyWalking, an open-source observability platform designed to provide comprehensive monitoring, tracing, and analytics for distributed systems. It features many new features and enhancements...
-
JetBrains Aqua IDE for Test Automation Now Generally Available
Aqua, the first IDE for test automation, is now generally available. The IDE supports multiple languages and major testing frameworks like Selenium and Cypress. JetBrains introduces a new licensing model with Free Individual Non-Commercial and Paid Commercial plans. Additionally, Aqua is included in the All Products Pack.
-
Slack Combines ASTs with Large Language Models to Automatically Convert 80% of 15,000 Unit Tests
Slack's engineering team recently published how it used a large language model (LLM) to automatically convert 15,000 unit and integration tests from Enzyme to React Testing Library (RTL). By combining Abstract Syntax Tree (AST) transformations and AI-powered automation, Slack's innovative approach resulted in an 80% conversion success rate, significantly reducing the manual effort required.