aboutsummaryrefslogtreecommitdiff
path: root/kamon-autoweave/src/main/scala/kamon
Commit message (Collapse)AuthorAgeFilesLines
* Clean up attachment provider paths so that to process works for jre not just ↵Jens2017-02-251-1/+1
| | | | | jdk (#439) = autoweave: Clean up attachment provider paths so that to process works for jre not just jdk (#439)
* wipDiego2016-12-042-5/+5
|
* + kamon-autoweave: add support Attach on IBM J9 and closes #354Diego2016-06-222-13/+33
|
* ! kamon-autoweave: catch all exceptions thrown for AgentLoader and closes #344Diego2016-04-221-5/+7
|
* = kamon-autoweave: Remove usage of `breakable`Markus Hauck2016-04-041-16/+2
|
* = kamon-autoweave: refactor in order to load the ↵Diego2016-02-072-114/+91
| | | | com.sun.tools.attach.VirtualMachine from tools.jar
* Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-2/+3
| | | | - Clean comments.
* Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-1/+1
| | | | - Clean comments.
* Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-3/+2
| | | | - Clean comments.
* Fixes https://github.com/kamon-io/Kamon/issues/307sergiotudela2016-01-211-12/+73
|
* = All: downgrade sbt to 0.13.8 in order to avoid issues with scalariformDiego2015-12-172-31/+29
|
* + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-092-0/+187
agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.