Merge branch '7.0.x'

This commit is contained in:
Juergen Hoeller
2026-05-13 19:46:39 +02:00
@@ -32,6 +32,7 @@ public class AotBeanProcessingException extends AotProcessingException {
private final RootBeanDefinition beanDefinition;
/**
* Create an instance with the {@link RegisteredBean} that fails to be
* processed, a detail message, and an optional root cause.
@@ -65,6 +66,7 @@ public class AotBeanProcessingException extends AotProcessingException {
return sb.toString();
}
/**
* Return the bean definition of the bean that failed to be processed.
*/