Skip to content

Nullpointer Exception on Generating Key with SimpleKeyGenerator #31676

Closed as not planned
@fabian-froehlich

Description

@fabian-froehlich

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)status: declinedA suggestion or change that we don't feel we should currently apply

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions