Main
Treat Arconia as a “curated layer” over Spring Boot:
- Start from one goal (DX or observability).
- Adopt modules incrementally to avoid surprise behaviors.
- In AI-heavy services, capture trace + metrics around model calls and evaluations early.
If you already use Micrometer, validate how OpenTelemetry export is wired in your current stack before turning everything on.
README excerpt (verbatim)
Arconia Framework
An add-on framework for Spring Boot, designed to enhance modern enterprise applications built with Java.
Add Arconia to an existing Spring Boot application to boost developer experience, reduce boilerplate, and seamlessly adopt cloud native patterns.
✨ Features
- Developer Experience. First-class support for development and testing modes in Spring Boot applications, making local development easier, more productive, and more fun. Includes Dev Services for automatic provisioning of external services using containers.
- Generative AI. Extended integration capabilities for Spring Boot applications, including AI observability and evaluation platforms, AI inference services, and AI document processors.
- Kubernetes. Simplified configuration and deployment of Spring Boot applications to Kubernetes, including multi-architecture container images, Service Binding specification support, and automatic generation of Kubernetes manifests.
- Multitenancy. Built-in support for multitenant applications, covering web, data, security, and configuration aspects.
FAQ
Q: Is Arconia stable? A: README notes it’s under active development towards the first stable release.
Q: Where do I find modules and guides? A: Use the docs link in README: arconia.io/docs/arconia/latest.
Q: What’s the main win? A: Developer experience improvements plus unified observability for Spring Boot apps.