Releases: marcelmay/inject-maven-plugin
Releases · marcelmay/inject-maven-plugin
1.7
What's Changed
- Require Maven 3.9+ #161
Full Changelog: inject-maven-plugin-1.6...inject-maven-plugin-1.7
1.6
What's Changed
- Fix path issue on Windows by @HelmutWiedemann in #160
- Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #152
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to 3.11.0 by @dependabot in #156
New Contributors
- @HelmutWiedemann made their first contribution in #160
Full Changelog: inject-maven-plugin-1.5...inject-maven-plugin-1.6
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
- Required Java 8
- Minor dependency updates for aligning with Maven 3.8
See release milestone for details.
Release 1.3
Fixes:
- #17 maven-plugin-plugin warns regarding dependencies scope
See release milestone for details.
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
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