- Fix CheckListingOnHostPort
- Warnings do not count for total failures
- Added CheckListingOnHostPort
- Added CheckEnvironmentProperty
- OGNL and Javassist are now shaded into selfdiagnose. This solves dependency conflict issues.
- Read version from pom.properties
- fix problem with override task config
- Prevent
java.lang.OutOfMemoryError: unable to create new native thread
that might happen if diagnostic tasks do not complete within a timeout period
- adds "checks" and "failures" attributes to JSON and XML reporter, just like HTML
- replaced usage of reflection method with a cast to the correct type in ReportMavenPOMProperties
- changed msg of environment property checker
- fixed since
- add remoteConfigurationAllowed = false
- no duplicate content-type header fix (by soudmaijer)
- fixed a security issue related to OGNL expression usage (https://www.intelligentexploit.com/view-details.html?id=17155)