💡 Improvements
- Update version compatibility matrix in reference docs #1290
- Expose additional application module metadata in
application-modules.json
#1277 - Unnecessary context bootstrap triggered for application module tests due to overly constrained
equals(…)
andhashCode()
inModuleTypeExcludeFilter
#1261
🪲 Bugs
- Potential
ConcurrentModificationException
when running@ApplicationModuleTest
tests in parallel #1302 - Potential stack overflow when looking up a module's dependencies if it's part of a cycle #1300
ApplicationModules.toString()
should list *all* dependencies marking bootstrap dependencies #1286- Exception during file creation from APT module #1284
- Named interfaces leaking from submodules into parent ones #1280