Upgrade nullability plugin to 0.10.0

Closes gh-36188
This commit is contained in:
Sébastien Deleuze
2026-01-21 10:39:41 +01:00
parent 1c56ec3f7e
commit 8fbd147f0b
6 changed files with 2 additions and 8 deletions
@@ -46,7 +46,6 @@ public abstract class AbstractJCacheConfiguration extends AbstractCachingConfigu
@Override
@SuppressWarnings("NullAway") // See https://github.com/uber/NullAway/issues/1290
protected void useCachingConfigurer(CachingConfigurerSupplier cachingConfigurerSupplier) {
super.useCachingConfigurer(cachingConfigurerSupplier);
this.exceptionCacheResolver = cachingConfigurerSupplier.adapt(config -> {