Skip to content

Add new classpath/javaagent method that returns a list

Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 20 Sep 05:26
· 31 commits to master since this release

In this release, I added a new getContextPaths method that returns the classpath and Java agent specifications in a list. After using the existing getClasspath method, I realized that I ended up having to perform a lot of processing on the string it returns that essentially undoes the string concatenation the method had just done.