aptmac
aptmac
> @aptmac : I have now upgraded to the latest version of Jolokia (whole new stream) , to make it easier to take advantage of upstream dependencies. In the process...
> @aptmac : Did you get any time to look at it? I could have a crack at the coverage tests myself, if I could get some pointers or be...
> > Overall this is looking nice. The tests pass and I was able to connect over Jolokia to the test jvm and verify that the mbean browser & recordings...
> @skarsaune This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply...
> @aptmac I believe the comments should be addressed now. Excellent. I'm off today but will take a look on Monday!
It's not Maven Central, but you could look into using the Adoptium jmc-libs-snapshot repository available here: https://adoptium.jfrog.io/ui/repos/tree/General/jmc-libs-snapshots/org/openjdk/jmc/agent In your pom add something like: ``` adoptium Adoptium https://adoptium.jfrog.io/artifactory/jmc-libs-snapshots/ default ``` and...
Ah right, no surefireargline if it's being run without coverage, so that's tanking the tests.
Updated the branch to sit on-top of master to pull in the new Jolokia feature. This also required the addition of the `tycho.testArgLine.local` to the argLine used when running the...
Trying these checks again, locally it ran fine and then it ran cleanly after nuking my local m2 and starting again.