Releases: cloudflightio/archunit-cleancode-verifier
Releases · cloudflightio/archunit-cleancode-verifier
0.5.0
What's Changed
- major: upgrade versions to prepare for java 21 by @proggler23 in #25
New Contributors
- @proggler23 made their first contribution in #25
Full Changelog: 0.4.0...0.5.0
0.5.0-rc.1
What's Changed
- major: upgrade versions to prepare for java 21 by @proggler23 in #25
New Contributors
- @proggler23 made their first contribution in #25
Full Changelog: 0.4.0...0.5.0-rc.1
0.4.0
v0.3.0
v0.2.1
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