Skip to content

Commit

Permalink
Merge pull request #35 from aureamunoz/fix-reflective-absent-warning
Browse files Browse the repository at this point in the history
Refactor for inluding @Reflective annotation in the good module.
  • Loading branch information
gsmet authored Sep 25, 2024
2 parents 98f7f0f + 5a53553 commit bb6f454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion quarkus-spring-aop-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<include>org/springframework/aop/support/AbstractPointcutAdvisor**</include>
<include>org/springframework/aop/target/EmptyTargetSource**</include>
<include>org/springframework/aop/target/SingletonTargetSource**</include>
<include>org/springframework/aot/hint/annotation/**</include>
</includes>
</filter>
</filters>
Expand Down
1 change: 1 addition & 0 deletions quarkus-spring-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<include>org/springframework/util/MimeTypeUtils**</include>
<include>org/springframework/util/PriorityOrdered**</include>
<include>org/springframework/util/ResourceUtils**</include>
<include>org/springframework/aot/hint/annotation/**</include>
</includes>
<artifact>org.springframework:spring-core</artifact>
</filter>
Expand Down

0 comments on commit bb6f454

Please sign in to comment.