Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference the spring-framework-petclinic repository wich uses AspectJ #33539

Closed
wants to merge 1 commit into from

Conversation

arey
Copy link
Contributor

@arey arey commented Sep 14, 2024

The canonical version of Spring Petclinic based on Spring Boot has removed the AspectJ support.
The original fork version is still based on Spring Framework. It shows the use of AspectJ via the CallMonitoringAspect class and the <aop:aspectj-autoproxy> (main branch) and the @EnableAspectJAutoProxy (javaconfig branch).
I let you check: https://github.com/search?q=repo%3Aspring-petclinic%2Fspring-framework-petclinic%20aspectj&type=code

In this Pull Request, I propose to reference the spring framework fork to keep in the documentation an example of AspectJ implementation without Spring Boot.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Sep 14, 2024
@sdeleuze sdeleuze self-assigned this Sep 16, 2024
@sdeleuze sdeleuze added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Sep 16, 2024
@sdeleuze sdeleuze added this to the 6.1.14 milestone Sep 16, 2024
@sdeleuze sdeleuze closed this in daea923 Sep 16, 2024
@arey arey deleted the bugfix/doc-aspectj-petclinic branch September 16, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants