Micronaut
JVM framework for building modular microservice and serverless applications
Micronaut is patching two 5.x trains almost daily, mostly around AOP and introspection
◆Recent moves
- 11d ago
CORS matching fixed and Jackson security patch backported
Replacing reference equality with value equality in the CORS isAny checks is a real correctness fix, since the old comparison could silently fail to match configured origins. The Jackson dependency patch here is the 5.0.x half of a security update applied to both trains within a day.
View source ↗ - 12d ago
Jackson security patch on the 5.1 line
A single dependency update patching Jackson vulnerabilities, cut on its own rather than held for the next fix release. The speed of the matching 5.0.x release a day later is the part worth noting.
View source ↗ - 13d ago
Fix for processing replaced executable methods
A one-commit release repairing how replaced executable methods are processed. It belongs to the run of bean-replacement and AOP fixes that defines this stretch of the 5.1 line.
View source ↗ - 14d ago
Method injection repaired on AOP introduction proxies
Method injection on AOP introduction proxies is fixed here, another entry in the compile-time proxy thread, alongside a KSP version bump. Small in isolation, but the third proxy-related fix in a week.
View source ↗ - 16d ago
Private JsonProperty introspection and GraalVM warning cleanup
The broadest release in this window: introspection now works for private JsonProperty fields, factory beans in superclasses are fixed, and an exclusive service-loader strategy clears GraalVM warnings. The native-image work is the piece that goes beyond bug repair.
View source ↗ - 19d ago
Regression fix for @Replaces on proxied default implementations
A single regression fix restoring @Replaces matching for proxied default implementations. Explicitly labelled a regression in the notes, which places it at the start of the bean-replacement fixes that follow through the 5.1 releases.
View source ↗