-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
The issue #31412 introduced an regression for us.
The check KotlinDetector.isSuspendingFunction(method)
results in a Nullpointer-Exception since we are calling the generate
Method in the following way
cacheKeyGenerator.generate(
null,
null,
new CodelistKey(entry.getUri(), entry.getVersion(), entry.getCode())
)
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply