Apache Geode 2.0, Part II: Rebuilding a Distributed System for the Modern Java Era
Apache Geode 2.0 has undergone significant modernization to address technical debt and improve security. The project involved a comprehensive re-architecture, impacting various components and dependencies. The outcome is a robust platform that is now fully modern and maintainable, setting the stage for future developments.
- ▪Apache Geode 2.0 features over 11,000 Java classes and more than 10,000 test cases.
- ▪The modernization process included upgrading to Java 17, Jakarta EE 10, and Spring Framework 6.
- ▪Security improvements addressed critical vulnerabilities and enabled timely security patches.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1228535) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Whitney for The Apache Software Foundation Posted on May 27 • Originally published at news.apache.org Apache Geode 2.0, Part II: Rebuilding a Distributed System for the Modern Java Era #architecture #distributedsystems #java #opensource Java 17, Jakarta EE 10, Spring 6—and a thousand dominoes By: Jinwoo Hwang Lead Developer, Project Lead, and Release Manager, Apache Geode 2.0 https://JinwooHwang.com This post is divided into three parts. Part I explains why Apache Geode 2.0 matters.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).