micronaut-projects/micronaut-core

Micronaut Application Framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 60 minutes ago
Added to GitGenius on September 10th, 2026
Created on March 7th, 2018
Open Issues & Pull Requests: 609 (+0)
GitHub issues: Enabled
Number of forks: 1,215
Total Stargazers: 6,424 (+0)
Total Subscribers: 167 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 days
Mean response time: 263.2 days
90th percentile: 1090.0 days
Tracked items: 1,017

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "info: workaround available" is answered fastest, typically in about 2 days, while "relates-to: http-server" waits about 4 weeks. Almost all tracked open issues have seen activity in the last three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 451
New in 7 days: 16
Closed in 7 days: 146
Avg open age: 1,309 days
Stale 30+ days: 90
Stale 90+ days: 87

Recent activity

Opened in 7 days: 13
Closed in 7 days: 146
Comments in 7 days: 1
Events in 7 days: 45

Top labels

  • type: bug (410)
  • type: enhancement (231)
  • status: under consideration (177)
  • status: example attached (113)
  • status: awaiting validation (85)
  • relates-to: http-server (73)
  • status: awaiting feedback (63)
  • info: workaround available (57)

Detailed Description

Micronaut is a modern, JVM-based full stack framework designed for building modular, easily testable applications with support for Java, Kotlin, and Groovy.

Micronaut addresses the overhead of traditional JVM frameworks by shifting framework infrastructure computation from runtime to compile time. Rather than using reflection, proxies, or runtime bytecode generation, the framework pre-computes dependency injection, aspect-oriented programming, and auto-configuration during compilation. This approach delivers fast startup times, reduced memory footprint, and minimal runtime overhead while maintaining the full feature set developers expect from a comprehensive framework.

Micronaut suits teams building microservices, serverless applications, or cloud-native systems where startup time and memory efficiency matter. It provides distributed configuration, service discovery, HTTP routing, and client-side load balancing alongside core capabilities like dependency injection and AOP. The framework is particularly valuable for containerized deployments and resource-constrained environments. Developers familiar with Spring, Spring Boot, or Grails will recognize the programming model, as the core team drew on experience building those frameworks to inform Micronaut's design.

The project maintains active development with regular updates to its core framework and ecosystem. The team sustains the codebase through the Micronaut Foundation and continues to expand language support and integration options. Documentation is comprehensive and kept current alongside releases. The project uses semantic versioning and clearly marks experimental or internal APIs, providing stability guarantees for production use.