getappmap / getappmap/appmap-java
Support for Spring AOP proxies either JDK or CGLIB ones
@apotterri ci sta già lavorando.
Dal 19/5/2021.
- Lingua principale
- Java
- Stelle
- 88
- Fork
- 17
- Merge medio
- 2g 2h
- PR unite (30g)
- 1
Descrizione
Given a web controller Spring bean annotated with @RestController, which injects a transactional application service Spring bean annotated with @Transactional, it seems that appmap discovery cannot recognize the connection between both components. This is the case with either JDK proxies or CGLIB ones generated by the annotation.
The Spring petclinic application does not use @Transactional annotations.
A temporary workaround for this issue is programmatic transaction management, nevertheless, having to abandon declarative transaction management for supporting appmap tool is a shame.
Thanks for supporting this issue!
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.