3.x.x release notes
3.0.0.RELEASE
This release requires Across 5.0.1.
-
styling of several pages has been updated
-
@DebugWebControllernow automatically includes@ConditionalOnAcrossModule(DebugWebModule.NAME) -
added a new Security filters debug controller in the Across section
-
allows the user to see which security filter chains have been registered in SpringSecurityModule
-
-
added a new Cache browser section which allows introspection of registered Spring
CacheManagerbeans-
allows the user to see which
CacheManagerbeans andCacheimplementations are registered -
existence of a
Cacheshould always be available, additional statistics depend on the native cache -
out of the box the
NoopCacheandConcurrentMapCachereturn as many details as possible -
additional implementations can be added via the
DebugCacheStatisticsevent
-