We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e44a3eb + dba4881 commit 7695be0Copy full SHA for 7695be0
spring-core/src/main/java/org/springframework/cglib/core/AbstractClassGenerator.java
@@ -360,7 +360,7 @@ protected Class generate(ClassLoaderData data) {
360
// SPRING PATCH BEGIN
361
if (inNativeImage) {
362
throw new UnsupportedOperationException("CGLIB runtime enhancement not supported on native image. " +
363
- "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.");
364
}
365
// SPRING PATCH END
366
byte[] b = strategy.generate(this);
0 commit comments