Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Feb 6, 2025
2 parents e44a3eb + 756a2d6 commit fb2471b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ protected Class generate(ClassLoaderData data) {
// SPRING PATCH BEGIN
if (inNativeImage) {
throw new UnsupportedOperationException("CGLIB runtime enhancement not supported on native image. " +
"Make sure to enable Spring AOT processing in order to pre-generate this class: " + getClassName());
"Make sure to enable Spring AOT processing to pre-generate '" + getClassName() + "' at build-time.");
}
// SPRING PATCH END
byte[] b = strategy.generate(this);
Expand Down

0 comments on commit fb2471b

Please sign in to comment.