v0.2.0
- We removed the rule
spring.tx-transactional-methods-should-not-be-cacheable
because this can better be solved by ensuring theorder
of@EnableCaching
and@EnableTransactionManagement
, being caching always before transactional handling - Existing stores with this violation will be cleaned up