Releases: Appdynamics/appd-exts-commons
v2.2.19
What's Changed
- SIM-10081 adding custom log dir path for metric limit check by @sanketmehta28 in #81
Full Changelog: appd-exts-commons-2.2.18...appd-exts-commons-2.2.19
Update Httpmime to 4.5.14
What's Changed
- Update Httpmime to 4.5.14 by @sanketmehta28 in #80
Full Changelog: appd-exts-commons-2.2.17...appd-exts-commons-2.2.18
Updated servlet-api to 6.1.0 and jetty to 12.1.0
What's Changed
- Upgrading all jetty pkgs to 12.0.23 by @cold-magma in #78
- Jetty to 12.1.0 and Servlet-api to 6.1.0 Version Upgrade by @Puneet140500 in #79
New Contributors
- @Puneet140500 made their first contribution in #79
Full Changelog: appd-exts-commons-2.2.16...appd-exts-commons-2.2.17
Updated apache commons lang3 to 3.18.0
What's Changed
- Update Apache Commons Lang3 from 3.8 to 3.18.0 by @sanketmehta28 in #75
- Fix MonitorHealthCheckTest timing issue by @sanketmehta28 in #76
- Update CHANGELOG.md to add entry for 2.2.16 version by @sanketmehta28 in #77
Full Changelog: v2.1.0...appd-exts-commons-2.2.16
Context Configuration
Extracted Configuration and Context from the MonitorConfiguration and dissolved it.
onConfigReload(File file) will now have access to configuration and context after the refactoring.
Mutual Auth, Licensing, Bug Fixes
Implemented mutual SSL Authentication
Added args(task arguments from monitor.xml) as an argument to the initializeMoreStuff() method.
Added Copyright header to all the files.
Removed jsr dependency from pom.xml.
Packaged LICENSE.txt and NOTICE.txt.
Made the names for passwordEncrypted and encryptionKey consistent.
Refactored dashboard module to be consistent with CloseableHttpClientUsage(except the uploadFile() method).
Fixed the bug caused by casting ThreadPoolExecutor to ScheduledThreadPoolExecutor.
Provided a method in ABaseMonitor that can be used to set FileWatchListener callback in the setConfigYml() method of MonitorConfiguration when it is called in the initialize() method of ABaseMonitor.
Added changes from the commons version 1.6.6.1, related to CSRF token for accessing controller APIs in the CustomDashboardUploader.