Skip to content

Releases: marcelmay/inject-maven-plugin

1.7

01 Feb 23:17
1e6ad04
Compare
Choose a tag to compare

What's Changed

  • Require Maven 3.9+ #161

Full Changelog: inject-maven-plugin-1.6...inject-maven-plugin-1.7

1.6

01 Feb 23:00
e20b711
Compare
Choose a tag to compare
1.6

What's Changed

New Contributors

Full Changelog: inject-maven-plugin-1.5...inject-maven-plugin-1.6

1.5

11 Dec 14:47
77fa2a8
Compare
Choose a tag to compare
1.5

This release migrates from previous javassist to bytebuddy for injecting byte-code.

  • Migrate from javassist to bytebuddy #148
    Note: As a side effect, the plugin now also works with latest JDK 21

See release milestone for details.

1.4

03 Jun 10:47
Compare
Choose a tag to compare
1.4
  • Required Java 8
  • Minor dependency updates for aligning with Maven 3.8

See release milestone for details.

Release 1.3

30 Jan 16:42
Compare
Choose a tag to compare

Fixes:

  • #17 maven-plugin-plugin warns regarding dependencies scope

See release milestone for details.

1.2

30 Jan 16:17
Compare
Choose a tag to compare
1.2

Release 1.2

This release is a maintenance release and updates dependencies.

Enhancements:

  • #15 Bump maven-plugin-annotations from 3.5.2 to 3.6.4
  • #10 Bump javassist from 3.24.1-GA to 3.28.0-GA
  • #4 Bump maven-core from 3.5.4 to 3.8.4

Breaking changes:

  • #11 Require JDK 8 or higher

See release milestone for details.

inject-maven-plugin 1.1

11 Apr 22:28
Compare
Choose a tag to compare

Release 1.1

Enhancements:

  • Dependency version updates

    • org.apache.maven:maven-core .............................. 3.3.9 -> 3.5.4
    • org.apache.maven:maven-plugin-api ........................ 3.3.9 -> 3.5.4
    • org.apache.maven.plugin-tools:maven-plugin-annotations ... 3.5 -> 3.5.2
    • org.javassist:javassist .................................. 3.20.0-GA -> 3.24.1-GA
  • Log injections performed