Javadoc fixes in preparation of Java 8 compile compatibility* fixed few warning level javadoc plugin issues* fixes all error level javadoc plugin issues* had to add hibernate dep. to the javadoc plugin
Fix CacheManager Configuration to ensure "Input" values match numeric ones at notification time.Fix management agent CacheManager Configuration listener to use correct attribute names.
FIXTESTS : follow up to Gary s commit 9144 : we now need to explicitely specify all contraint attributes, since there are few default constraint attributes now
Removed tech debt associated with minimizing size of REST entities by tagging certain methods in Cache{Manager}Sampler with the @ManagementAttribute annotation.
Add CacheManager Configuration change listener.Fixup Cache change listener attribute names to match REST attribute names.Remove stats from entities when no attributes are specified (hack) to reduce response sizes.
TAB-4715 : fixing jax rs classes scanning test : since we ignore everything jersey related, but, we manually add SseFeature, the tests thought that this class was not found on the classpath. Adding an exception to the rule for SseFeature