spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.77k stars 38.16k forks source link

Rename `aopAvailable` constants in `TransactionSynchronizationUtils` for better GraalVM native image support #33796

Closed sbrannen closed 1 month ago

sbrannen commented 1 month ago

The aopAvailable constants in our two TransactionSynchronizationUtils implementations should be renamed to aopPresent in order to align with naming conventions supported by PreComputeFieldFeature.