Tagged articles
16 articles
Page 1 of 1
Java Architecture Diary
Java Architecture Diary
Jun 27, 2023 · Backend Development

What’s New in Mica 3.0.8? Key Updates for Spring Boot 3.x

This article reviews the latest Mica releases, highlighting version compatibility with Spring Boot, new Redis and XSS features, core utility enhancements, bug fixes, and upcoming support for Spring Boot 3.1.x, providing developers with a concise overview of the library’s recent advancements.

Backend DevelopmentJavaSpring Boot
0 likes · 4 min read
What’s New in Mica 3.0.8? Key Updates for Spring Boot 3.x
21CTO
21CTO
Jan 26, 2023 · Operations

What’s New in Windows Terminal 1.17 Preview? Custom Menus, Mica Background, and More

The Windows Terminal preview has been updated to version 1.17, introducing customizable dropdown menus, new keyboard shortcuts for restarting or closing sessions, Mica‑styled backgrounds for Windows 11, refreshed color schemes, and several usability and accessibility enhancements.

Windows 11Windows Terminalcustomization
0 likes · 3 min read
What’s New in Windows Terminal 1.17 Preview? Custom Menus, Mica Background, and More
Java Architecture Diary
Java Architecture Diary
Dec 7, 2022 · Backend Development

Boost Spring Boot Development with mica-auto: Auto-Generate Config Files

The mica-auto Spring Boot starter tool leverages Java Annotation Processors to automatically generate essential configuration files such as spring.factories, AutoConfiguration.imports, aot.factories, and spring‑devtools.properties, supporting Spring Boot 2.7+ and 3.0, and simplifying native image builds with GraalVM.

Annotation ProcessorJavaSpring Boot
0 likes · 3 min read
Boost Spring Boot Development with mica-auto: Auto-Generate Config Files
Java Architecture Diary
Java Architecture Diary
Apr 10, 2020 · Backend Development

Automate Spring Boot Starter Setup with mica-auto

The mica-auto component of the Mica Spring Cloud framework provides a set of tools that automatically generate essential Spring Boot starter files such as spring.factories, spring‑devtools.properties, and Java SPI configurations, simplifying multi‑module backend projects and supporting annotations like @AutoService for seamless integration.

Java SPISpring Bootauto-configuration
0 likes · 4 min read
Automate Spring Boot Starter Setup with mica-auto
Java Architecture Diary
Java Architecture Diary
Aug 6, 2019 · Backend Development

Boost Spring Cloud Development with Mica: The Lightweight Core Library

Mica is a lightweight Java 8 library that enhances Spring Cloud by providing core microservice capabilities, supporting both Servlet and Reactive models, auto‑generating configuration, and offering features like XML/HTML to Bean conversion, retry mechanisms, and extensive update notes, with documentation and examples available online.

JavaSpring Cloudmica
0 likes · 4 min read
Boost Spring Cloud Development with Mica: The Lightweight Core Library
Java Architecture Diary
Java Architecture Diary
May 25, 2019 · Backend Development

How mica-auto Automates Spring Boot Starter Configuration with Annotation Processors

This article explains the mica-auto library, which uses Java annotation processing to automatically generate Spring Boot starter configurations, streamline component registration, and simplify multi‑module Spring Cloud projects, while providing Maven and Gradle integration details and recent change logs.

Annotation ProcessorBackendJava
0 likes · 4 min read
How mica-auto Automates Spring Boot Starter Configuration with Annotation Processors
Java Architecture Diary
Java Architecture Diary
May 1, 2019 · Backend Development

How CGLIB Generates Bean Copy Bytecode: A Deep Dive with Mica

This article examines the bytecode generated by CGLIB during Bean copying, compares scenarios with and without type conversion, explores Mica’s enhanced BeanCopier implementation, and provides concrete Java code examples to illustrate how field type differences affect generated methods and performance.

BeanCopyJavaTypeConversion
0 likes · 12 min read
How CGLIB Generates Bean Copy Bytecode: A Deep Dive with Mica
Java Architecture Diary
Java Architecture Diary
Mar 8, 2019 · Backend Development

Boost Java Spring Boot Performance with Mica-Log4j2’s Asynchronous Logging

This guide explains how Mica-Log4j2 provides environment‑specific log configurations, high‑throughput asynchronous logging via Disruptor, replaces System.out/err in non‑dev modes, and shows Maven/Gradle dependencies, system settings, custom log levels, file structures, and open‑source resources for Spring Boot applications.

AsynchronousJavaSpring Boot
0 likes · 3 min read
Boost Java Spring Boot Performance with Mica-Log4j2’s Asynchronous Logging