The GitHub Actions job "CI" on 
grails-core.git/fix/aot-live-instance-beans-8.0.x has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
2eb6d04f46754318a7cde52b91c1055068edd7e7 / Scott Murphy Heiberg 
<[email protected]>
Read the Spring Security version off the package, not through reflection

Going through ReflectionUtils avoided the caller-sensitive Method.invoke a
native image rejects, but it is still reflection, and the version is already
on the package the class was loaded from. That is where the startup banner
reads it (GrailsBanner.findVersion), and reading it the same way here leaves
nothing for an image to reject and nothing to resolve at runtime.

Drops the import that was only there for it.

Report URL: https://github.com/apache/grails-core/actions/runs/31675907909

With regards,
GitHub Actions via GitBox

Reply via email to