Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Fix Spring AOP AspectJ PCD #1580 #1601

Merged
merged 2 commits into from
Jun 10, 2022
Merged

Conversation

Sochene
Copy link

@Sochene Sochene commented May 3, 2022

fix issues/1580

Because of RequestContextFilter lose destroy() method, ClassUtils.getMostSpecificMethod return Filter#destroy.

@pivotal-cla
Copy link

@Sochene Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 3, 2022
@pivotal-cla
Copy link

@Sochene Thank you for signing the Contributor License Agreement!

@sdeleuze
Copy link
Contributor

Thanks for this PR, could you please modify one of the samples to test this use case?

@sdeleuze sdeleuze added type: compatibility Native image compatibility issue and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 17, 2022
@Sochene
Copy link
Author

Sochene commented May 22, 2022

Thanks for this PR, could you please modify one of the samples to test this use case?

ok

@sdeleuze sdeleuze merged commit 38f258a into spring-attic:main Jun 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

Successfully merging this pull request may close these issues.

AOP do not support '*' on class field with execution pointcut designator
4 participants