InfoQ Homepage Architecture & Design Content on InfoQ
-
Java News Roundup: Spring Boot Updates, Eclipse Temurin JDK 17, Apache Camel Ends Support for JDK 8
It was relatively quiet during the week of September 20th, 2021, with most news coming from point and milestone releases of Spring Boot, Spring Security and Spring Cloud. Other news includes the release of Eclipse Temurin JDK 17 binaries, Build 16 of the JDK 18 early-access builds, Hibernate ORM 5.6.0.Beta2, WildFly 25 Beta 1, Apache Camel dropping support for JDK 8 and JDKMon 17.0.0.
-
Find out What to Focus on in Software in 2022; See Randy Shoup’s Top QCon Plus Topics
Each QCon software conference is individually organized by a committee of senior software leaders who work across a wide spectrum of technology. We recently interviewed Randy Shoup, VP engineering and chief architect at eBay & QCon Plus November 2021 Committee Member, who shared some of the tracks he is looking forward to at the event this November.
-
Data Collection, Standardization and Usage at Scale in the Uber Rider App
Uber Engineering recently published how it collects, standardises and uses data from the Uber Rider app. Rider data comprises all the rider's interactions with the Uber app. This data accounts for billions of events from Uber's online systems every day. Uber uses this data to deal with top problem areas such as increasing funnel conversion, user engagement, etc.
-
Micronaut 3.0 Delivers Significant Changes Adaptable for Future Development
Object Computing, Inc. has released Micronaut 3.0 featuring the removal of a default reactive streams implementation, a change in annotation inheritance, and HTTP compile-time validation. This release was a culmination of work to resolve design faults of the past to make the framework more intuitive and adaptable to future requirements.
-
Practical API Design Using gRPC at Netflix
A two-part series of articles about API design at Netflix was recently published in the company’s technology blog. It describes how they solved the problem of ignoring irrelevant message fields in their backend API requests and responses by using the special Protocol Buffers (Protobuf) message FieldMask.
-
Java News Roundup: JDK LTS Release Cadence, OpenJDK, Spring Updates, Helidon, Payara Platform
This week's Java roundup for September 13th, 2021, features news from OpenJDK, a proposal to accelerate the JDK LTS release cadence from three years to two years, JDK 18, Liberica JDK 17, updates to Spring Framework, Spring Data and Spring Tools 4, Payara Platform, Helidon, JDK 17 dev builds of GraalVM, Hibernate, Piranha, Apache Camel, JobRunr 4.0 and the 2021 Jakarta EE Developer survey.
-
NSA and CISA Publish Kubernetes Hardening Guidance
The National Security Agency(NSA) in partnership with the Cybersecurity and Infrastructure Security Agency(CISA) recently published the Kubernetes Hardening Guidance, a technical report focused on securing Kubernetes environments. The report identifies the common areas of Kubernetes security risks: supply chain, malicious actors, and insider threats.
-
.NET MAUI: Preview 8 Available, But GA Postponed to Q2 2022
Microsoft postponed the release of .NET MAUI. Release and global availability of .NET MAUI were targeted together with .NET 6 for November 2021. According to the latest news from Microsoft, .NET MAUI will not be ready for production with .NET 6 global availability in November this year. The new planned date is set for Q2 of 2022.
-
AWS Introduces Amazon EC2 VT1 Instances for Video Transcoding
AWS recently announced the general availability of Amazon EC2 VT1 instances, the first instances optimized for video transcoding. The new virtual machines feature hardware acceleration and are designed for workloads such as live broadcast, video conferencing, and just-in-time transcoding.
-
Rookout Launches Live Logger to Dynamically Modify Log Verbosity
Rookout, creators of Live Debugger, have launched Live Logger with the goal of making the wealth of information hidden in production logs more accessible. They intend to achieve that by dynamically switching the logging levels, log pipelining, log throughput tracking, text and context based filtering.
-
MicroStream 5.0 is Now Open Source
MicroStream has reached version 5.0 and it is now published as open source. MicroStream is a persistence engine for storing any kind of Java object. It is similar to Java built-in serialization, but much more powerful. Markus Kett, CEO and co-founder of MicroStream, spoke to InfoQ about MicroStream.
-
Microsoft Releases Zone-Redundant Storage for Azure Disk Storage into General Availability
Earlier this year, Microsoft introduced the preview of the zone-redundant storage (ZRS) option for Azure managed disks to further improve the reliability of their infrastructure, and now it is released into general availability (GA).
-
Build Your Software Roadmap with QCon Plus; Kristen O’Leary Shares Top Topics
During a recent interview, Kristen O'Leary, senior developer relations engineer at Google and QCon Plus November 2021 Committee Member, shared with us the tracks she is most looking forward to at the event this November 1-12.
-
AWS Releases Amazon EKS Anywhere into General Availability
Amazon EKS Anywhere is an open-source deployment option for Amazon Elastic Kubernetes Service (Amazon EKS) that allows customers to create and operate Kubernetes clusters on-premises, with optional support offered by AWS. Recently, AWS announced the general availability (GA) of Amazon EKS Anywhere.
-
ZippyDB: the Architecture of Facebook’s Strongly Consistent Key-Value Store
Facebook Engineering recently published how it built its general-purpose key-value store, known as ZippyDB. ZippyDB is Facebook's biggest key-value store, which has been in production for more than six years. It offers flexibility to applications in terms of tunable durability, consistency, availability, and latency guarantees.