Micronaut
JVM framework for building modular microservice and serverless applications
Micronaut Core's 5.1 line is maintenance work, patched in lockstep with 5.0.
◆Recent moves
- 2d ago
SCIM media type support alongside CORS and multipart fixes
The broadest 5.1 release in this window, though still modest: SCIM JSON media type support is the single addition, next to case-insensitive Content-Type and Content-Length matching in the multipart FormDemuxer and a fix for its event loop race. The CORS value-equality fix here is the same change already shipped on 5.0.7, which is how this project has handled every fix in the window — both trains, days apart.
View source ↗ - 26d 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 ↗ - 27d 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 ↗ - 28d 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 ↗ - 29d 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 ↗ - 1mo 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 ↗