File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -928,13 +928,6 @@ private void checkUnsupportedFeatures(AbstractBeanDefinition beanDefinition) {
928928 if (!beanDefinition .getQualifiers ().isEmpty ()) {
929929 throw new UnsupportedOperationException ("AOT post processing of qualifiers is not supported yet with BeanRegistrar" );
930930 }
931- for (String attributeName : beanDefinition .attributeNames ()) {
932- if (!attributeName .equals (AbstractBeanDefinition .ORDER_ATTRIBUTE ) &&
933- !attributeName .equals ("aotProcessingIgnoreRegistration" )) {
934- throw new UnsupportedOperationException ("AOT post processing of attribute " + attributeName +
935- " is not supported yet with BeanRegistrar" );
936- }
937- }
938931 }
939932
940933 private CodeBlock generateCustomizerMap () {
You can’t perform that action at this time.
0 commit comments