Skip to content

Releases: junkdog/graftt

0.3.0

19 Apr 11:50
Compare
Choose a tag to compare

0.3.0 - 2020-04-19

Breaking changes

  • graftt-maven-plugin: graftt goal renamed to transplant

Simplified transplant disocovery

  • 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

0.2.1

01 Jan 22:35
Compare
Choose a tag to compare
  • Fix: Graft.Annotations::overwrite does nothing

0.2.0

30 Dec 15:24
Compare
Choose a tag to compare

0.2.0 - 2019-12-30

  • Breaking change

    • 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.

0.1.3

20 Aug 16:41
Compare
Choose a tag to compare

0.1.3 - 2019-08-20

  • Initial release