AgentBuilder afterburner that captures types loaded during installation
Open
@raphw is already working on this.
Since Dec 30, 2019.
enhancement
- Dominant language
- Java
- Stars
- 6.9k
- Forks
- 855
- PR merge metrics
- No merged PRs in 30d
Description
It's possible for a type being loaded before a class file transformer is installed but that takes longer to load then it takes to iterate over previous loaded classes during installation. Such types are lost during transformation.
It should be possible to enable some form of afterburner that captures such types by monitoring class loading internals.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.