getappmap / getappmap/appmap-java
Support for Spring AOP proxies either JDK or CGLIB ones
@apotterri đang làm issue này rồi.
Từ ngày 19/5/2021.
- Ngôn ngữ chính
- Java
- Star
- 88
- Fork
- 17
- Merge trung bình
- 2 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
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!
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.