micronaut-projects / micronaut-cache

This project includes caching support for Micronaut
Apache License 2.0
29 stars 31 forks source link

Support strict image heap for native image builds #721

Closed DSouzaM closed 8 months ago

DSouzaM commented 8 months ago

The new version of GraalVM native image switches to a strict image heap where everything is initialized at runtime by default. This removes some unnecessary calls in CaffeineFeature in order to support the strict mode.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.