Skip to content

Releases: Appdynamics/appd-exts-commons

v2.2.19

31 Oct 14:15

Choose a tag to compare

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

19 Sep 17:40

Choose a tag to compare

What's Changed

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

25 Aug 05:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: appd-exts-commons-2.2.16...appd-exts-commons-2.2.17

Updated apache commons lang3 to 3.18.0

08 Aug 13:58
c768c8b

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...appd-exts-commons-2.2.16

Context Configuration

07 Apr 01:43
fc7a10a

Choose a tag to compare

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

15 Mar 19:46
090d277

Choose a tag to compare

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.