Change Log (we do our best to adhere to semantic versioning)
graftt-maven-plugin
:graftt
goal renamed totransplant
-
agent
now checks the classpath for any occurrences of/graftt.index
: transplants listed in indices are registered by the agent automatically. The index files list one transplant per line using the qualified name of the transplant.graftt-maven-plugin:generate-index
to automatically generate it during build
-
relocated internal dependencies of
agent
to allow for merging with external jars -
Fix: publish API docs for
api
artifact -
Fix: Transplant substitution when fusing fields
- Fix:
Graft.Annotations::overwrite
does nothing
-
Java-agent key-value separator changed from
:
to=
to work better under windows, e.g.:-javaagent:${agent}=cp=${transplants.jar}
-
@Graft.Fuse
annotations onto existing elements. Configure behavior with@Graft.Annotations
.
- Initial release