tbitonti / jakartaee-prototype

Other
0 stars 9 forks source link

Support for pluggability of various class file transformers #72

Open scottmarlow opened 4 years ago

scottmarlow commented 4 years ago

Add ability to plug different transformer implementations in, such that a no dependency transformer can be used, as well as an ASM based transformer, and potentially others. These transformers will be based on github.com/wildfly-extras/batavia which are working prototypes. The goal being that the BND transformer can be enabled, as well as the other third-party transformers.

ropalka commented 4 years ago

Ideally introducing an integration API or SPI.