Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
pack-0.3.0
-
None
Description
@order annotation can’t work in TransactionAspectConfig.java.
Now, we define the @order(0), @order(1) in Aspect beans, but when I adjust the value of order,
The aspect chains of dynamic proxy bean can’t change.
Normally we just need
make sure @Transactional Aspect is last one to the wrapper, so we'd like to clean up the @order annotation.
Attachments
Issue Links
- links to