3.11.0
github-actions
released this
28 Feb 19:49
·
90 commits
to refs/heads/master
since this release
π New features and improvements
- [MCOMPILER-494] - Add a
useModulePath
switch to thetestCompile
mojo (#119) @dmlloyd - [MCOMPILER-395] - Allow dependency exclusions for 'annotationProcessorPaths' (#173) @psiroky
- [MCOMPILER-522] - Use maven-resolver to resolve 'annotationProcessorPaths' dependencies (#169) @psiroky
- [MCOMPILER-516] - upgrade plexus-compiler to improve compiling message (#164) @hboutemy
- [MCOMPILER-501] - compileSourceRoots parameter should be writable (#159) @gnodet
- [MCOMPILER-457] - Change showWarnings to true by default (#157) @pzygielo
- [MCOMPILER-457] - Warn about warn-config conflicting values (#153) @pzygielo
- [MCOMPILER-505] - Update default source/target from 1.7 to 1.8 (#149) @jorsol
- [MCOMPILER-499] - display recompilation causes (#143) @olamy
- [MCOMPILER-500] - add some parameter to pattern from stale source calculation (#141) @olamy
- [MCOMPILER-488] - dedicated option for
implicit
javac flag (#102) @pzygielo
π Bug Fixes
- [MCOMPILER-525] - Incorrect detection of dependency change (#172) @jorsol
- [MCOMPILER-523] - Test with Maven 3.9.0 and fix the failing IT (#176) @gnodet
- [MCOMPILER-503] - Resolve all annotation processor dependencies together (#170) @psiroky
- [MCOMPILER-512] - Defining maven.compiler.release as empty string end⦠(#158) @project25o1
- [MCOMPILER-495] - Fixes missing dirs in createMissingPackageInfoClasses (#121) @jmax01
- [MCOMPILER-347] - Set Xcludes in config passed to actual compiler (#101) @pzygielo
π¦ Dependency updates
- Bump apache/maven-gh-actions-shared from 2 to 3 (#182) @dependabot
- Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (#179) @dependabot
- [MCOMPILER-527] - Upgrade plexus-java to 1.1.2 (#177) @gnodet
- [MCOMPILER-526] - Upgrade to parent 39 (#175) @gnodet
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/packaging-plugin (#115) @dependabot
- [MCOMPILER-519] - Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0 (#166) @psiroky
- Bump qdox from 2.0.2 to 2.0.3 (#152) @dependabot
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 (#146) @dependabot
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 (#105) @dependabot
- Bump junit from 4.10 to 4.13.1 in /src/it/MCOMPILER-203-processorpath/annotation-user (#114) @dependabot
- Bump plexusCompilerVersion from 2.12.0 to 2.12.1 (#139) @dependabot
- Bump maven-shared-utils from 0.1 to 3.3.3 in /src/it/MCOMPILER-157/annotation-verify (#127) @dependabot
- Bump maven-shared-utils from 0.1 to 3.3.3 in /src/it/MCOMPILER-203-processorpath/annotation-verify (#128) @dependabot
- Bump mockito-core from 4.6.0 to 4.6.1 (#132) @dependabot
- Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (#133) @dependabot
- Bump mockito-core from 4.5.1 to 4.6.0 (#130) @dependabot
- Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#131) @dependabot
- Bump junit from 4.8.2 to 4.13.1 in /src/it/groovy-project-with-new-plexus-compiler (#124) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/MCOMPILER-298 (#125) @dependabot
- Bump plexusCompilerVersion from 2.11.2-SNAPSHOT to 2.12.0 (#122) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/singleproject-runtime (#110) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/multiproject/multirelease-nine (#112) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/multimodule/multirelease-base (#111) @dependabot
- Bump junit from 4.10 to 4.13.1 in /src/it/MCOMPILER-157/annotation-user (#108) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/multiproject/multirelease-base (#109) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/multimodule/multirelease-nine (#113) @dependabot
- Bump junit from 4.12 to 4.13.1 in /src/it/multirelease-patterns/singleproject-toolchains (#116) @dependabot
- Bump commons-io from 2.4 to 2.7 in /src/it/MCOMPILER-203-processorpath/annotation-user (#117) @dependabot
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#118) @dependabot
- Bump mockito-core from 4.4.0 to 4.5.1 (#107) @dependabot
- Bump mockito-core from 4.3.1 to 4.4.0 (#100) @dependabot
π» Maintenance
- [MCOMPILER-526] - Fix IT (#178) @gnodet
- usage of reflection is not needed anymore (#140) @olamy