RELEASED: Public: 2020-11-04
Resolved issues
- Prevent
AnonymousClassWarnings
when serializing the ToolInstaller (CTR-2553) -
Prior to this change, when the CloudFoundry CLI installer was sent to an agent, users received messages about
AnonymousClassWarnings
. To prevent these messages, the class no longer uses anAnonymous inner class
.