macrozheng
Author

macrozheng

Dedicated to Java tech sharing and dissecting top open-source projects. Topics include Spring Boot, Spring Cloud, Docker, Kubernetes and more. Author’s GitHub project “mall” has 50K+ stars.

1.3k
Articles
0
Likes
4.8k
Views
0
Comments
Recent Articles

Latest from macrozheng

100 recent articles max
macrozheng
macrozheng
Mar 30, 2026 · Operations

How OpenClaw Turns a Single Message into a Full Agent Execution Pipeline

This article walks through every step of OpenClaw's processing chain—from protocol adaptation and de‑duplication, through routing, session‑key generation, lane management, context assembly, skill injection, memory handling, and multi‑agent collaboration—showing how a plain user message becomes a fully governed, executable task.

Context managementMessage RoutingMulti-Agent
0 likes · 28 min read
How OpenClaw Turns a Single Message into a Full Agent Execution Pipeline
macrozheng
macrozheng
Mar 28, 2026 · Backend Development

What Maven 4 Brings: POM Model Upgrade, Flattened Consumer POM, and Parallel Builds

Maven 4 introduces a new POM model version 4.1.0, separates build and consumer POMs to eliminate POM pollution, adds explicit artifact types for classpath and module paths, renames modules to subprojects, and implements a tree‑based lifecycle for true parallel builds, all while offering enhanced configuration capabilities.

Build ToolFlatteningJava
0 likes · 9 min read
What Maven 4 Brings: POM Model Upgrade, Flattened Consumer POM, and Parallel Builds
macrozheng
macrozheng
Mar 25, 2026 · Industry Insights

Explore 30+ Real-World OpenClaw Use Cases to Boost Your AI Automation

This article introduces the open-source "awesome-openclaw-usecases" repository, which curates over 30 practical OpenClaw scenarios across social media, creativity, DevOps, productivity, research, and finance, providing step-by-step instructions and examples to help users quickly adopt AI-driven automation.

AI automationGitHubKnowledge Base
0 likes · 6 min read
Explore 30+ Real-World OpenClaw Use Cases to Boost Your AI Automation
macrozheng
macrozheng
Mar 24, 2026 · Fundamentals

Master IntelliJ IDEA: Essential Settings, Tips, and Shortcut Guide

This guide walks you through the most useful IntelliJ IDEA configurations, practical usage tips, and a comprehensive list of keyboard shortcuts, helping developers quickly adapt to the latest IDE version and boost their coding efficiency.

IDE settingsIntelliJ IDEAProductivity
0 likes · 7 min read
Master IntelliJ IDEA: Essential Settings, Tips, and Shortcut Guide
macrozheng
macrozheng
Mar 20, 2026 · Fundamentals

Why LunarVim Is the Ultimate Neovim IDE: Features, Installation, and Quick Start

LunarVim transforms Neovim into a modern, lightweight IDE with out‑of‑the‑box plugins, powerful LSP‑based code completion, built‑in terminal, and cross‑platform support, and the article provides a concise overview, key features, and step‑by‑step installation commands for Linux, macOS, Windows, and Docker.

CustomizationIDEInstallation
0 likes · 5 min read
Why LunarVim Is the Ultimate Neovim IDE: Features, Installation, and Quick Start
macrozheng
macrozheng
Mar 19, 2026 · Industry Insights

Why JetBrains Air Falls Short of OpenAI Codex: An In‑Depth AI Coding Tool Review

The article compares JetBrains Air and OpenAI Codex desktop apps, highlighting Air's open‑ecosystem design versus Codex's closed, efficiency‑focused approach, examines their technical architectures, market positioning, pricing implications, and ultimately advises developers to favor terminal‑based AI tools over heavyweight GUIs.

JetBrains AIROpenAI Codexai coding tools
0 likes · 7 min read
Why JetBrains Air Falls Short of OpenAI Codex: An In‑Depth AI Coding Tool Review
macrozheng
macrozheng
Mar 18, 2026 · Backend Development

Unlock Ultimate Spring Support in Free IDEA with Spring Explyt Plugin

This guide introduces Spring Explyt, an open‑source IntelliJ IDEA Community plugin that brings full‑featured Spring support—including precise bean detection, advanced code completion, endpoint tools, and built‑in HTTP client—to the free IDE, with installation steps, usage tips, and a feature comparison.

IDEA PluginIntelliJ IDEAJava
0 likes · 6 min read
Unlock Ultimate Spring Support in Free IDEA with Spring Explyt Plugin
macrozheng
macrozheng
Mar 17, 2026 · Artificial Intelligence

Why AgentScope Java Is the Game‑Changer for Enterprise AI Agents

This article introduces AgentScope Java 1.0, an enterprise‑grade AI agent framework for Java that solves stack fragmentation, security, operations, and multi‑agent collaboration challenges by adopting the ReAct paradigm, offering real‑time interruption, sandbox isolation, RocketMQ‑based A2A communication, visual debugging, and deep Spring Cloud integration.

AI agentsAgentScopeReAct
0 likes · 15 min read
Why AgentScope Java Is the Game‑Changer for Enterprise AI Agents
macrozheng
macrozheng
Mar 17, 2026 · Backend Development

How Spring 7.0.4 Fixes Deadlock Bugs and Boosts Startup Speed by Up to 50%

Spring Framework 7.0.4 resolves a rare deadlock caused by concurrent shutdown paths in Kubernetes, introduces dozens of bug fixes and performance tweaks—including faster request routing, annotation caching, and validation refactoring—that together can cut startup time by 30‑50% depending on the JDK version.

Bug FixJavaPerformance
0 likes · 13 min read
How Spring 7.0.4 Fixes Deadlock Bugs and Boosts Startup Speed by Up to 50%