diff --git a/.github/workflows/deploy-snapshot.yaml b/.github/workflows/deploy-snapshot.yaml index f5c2049..458b89e 100644 --- a/.github/workflows/deploy-snapshot.yaml +++ b/.github/workflows/deploy-snapshot.yaml @@ -8,7 +8,6 @@ on: push: branches: - develop - jobs: build: @@ -40,4 +39,4 @@ jobs: - name: Build with Maven env: SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} - run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml + run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml -X diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bfc40..c43191e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,84 @@ ## Next release ### Generic changes +**build: change 'maven-plugin-annotations' dependency scope to provided** + + * resolve #102 + +[07264bb831a3505](https://github.com/bsorrentino/maven-annotation-plugin/commit/07264bb831a3505) bsorrentino *2023-09-20 08:41:46* + +**build: change maven artifact scope to provided** + + * resolve #102 + +[946ef7b6838a614](https://github.com/bsorrentino/maven-annotation-plugin/commit/946ef7b6838a614) bsorrentino *2023-09-19 07:15:55* + +**refactor: add addMdules method allowing to compile version jdk8 on JVM9 runtime** + + +[465bc9a22656a90](https://github.com/bsorrentino/maven-annotation-plugin/commit/465bc9a22656a90) bsorrentino *2023-09-15 09:36:57* + +**refactor: remove unseless method** + + +[ff94eeb32398eda](https://github.com/bsorrentino/maven-annotation-plugin/commit/ff94eeb32398eda) bsorrentino *2023-09-15 09:34:30* + +**build: enable logging on maven execution** + + +[63c0d369ecc82ca](https://github.com/bsorrentino/maven-annotation-plugin/commit/63c0d369ecc82ca) bsorrentino *2023-09-15 09:25:48* + +**build: add action manual trigger** + + +[07dd7fee8f6f086](https://github.com/bsorrentino/maven-annotation-plugin/commit/07dd7fee8f6f086) bsorrentino *2023-09-15 09:22:35* + +**Merge branch 'feature/mvn_3_9#102' into develop** + + +[3e635da8b155e82](https://github.com/bsorrentino/maven-annotation-plugin/commit/3e635da8b155e82) bsorrentino *2023-09-15 09:10:24* + +**build: move to developer version** + + +[9076fdf368e8795](https://github.com/bsorrentino/maven-annotation-plugin/commit/9076fdf368e8795) bsorrentino *2023-09-15 09:09:26* + +**fix: add addModules() to CompilationTask** + + * working on #102 + +[6365c8608cf6760](https://github.com/bsorrentino/maven-annotation-plugin/commit/6365c8608cf6760) bsorrentino *2023-09-15 09:08:55* + +**feat: upgrade maven version** + + * maven.version from 3.5.4 to 3.6.0 + * plexus.compiler.version from 2.8.3 to 2.13.0 + * maven-compiler-plugin from 3.8.1 to 3.11.0 + * maven-site-plugin from 3.8.2 to 3.12.1 + * resolve #102 + +[01d56255af7debf](https://github.com/bsorrentino/maven-annotation-plugin/commit/01d56255af7debf) bsorrentino *2023-09-15 09:08:17* + +**Merge tag 'v5.0-rc3' into develop** + + * fix #96 + +[adcde7c1fa44727](https://github.com/bsorrentino/maven-annotation-plugin/commit/adcde7c1fa44727) bsorrentino *2021-07-12 13:52:22* + + +## v5.0-rc3 +### Generic changes + +**Merge branch 'release/5.0-rc3'** + + +[0f7f61fdd4a9c43](https://github.com/bsorrentino/maven-annotation-plugin/commit/0f7f61fdd4a9c43) bsorrentino *2021-07-12 13:52:08* + +**update changelog** + + +[4fc9bee4fc679fe](https://github.com/bsorrentino/maven-annotation-plugin/commit/4fc9bee4fc679fe) bsorrentino *2021-07-12 13:48:22* + **prepare for next release** @@ -15,6 +93,21 @@ [1a036a1a3ba5cdc](https://github.com/bsorrentino/maven-annotation-plugin/commit/1a036a1a3ba5cdc) bsorrentino *2021-07-12 13:42:41* +**pr #96 apply fix** + + +[490d1cd4a8582bd](https://github.com/bsorrentino/maven-annotation-plugin/commit/490d1cd4a8582bd) bsorrentino *2021-07-11 18:18:26* + +**Merge branch 'master' into develop** + + +[ff753bf1f20407d](https://github.com/bsorrentino/maven-annotation-plugin/commit/ff753bf1f20407d) bsorrentino *2021-06-28 17:12:45* + +**Merge branch 'hotfix/readme'** + + +[627a77d13a9c730](https://github.com/bsorrentino/maven-annotation-plugin/commit/627a77d13a9c730) bsorrentino *2021-06-28 17:12:42* + **update readme** @@ -25,6 +118,16 @@ [ec6942a8f5f9adf](https://github.com/bsorrentino/maven-annotation-plugin/commit/ec6942a8f5f9adf) bsorrentino *2021-06-28 16:46:34* +**Merge branch 'master' into develop** + + +[a0461402750feb5](https://github.com/bsorrentino/maven-annotation-plugin/commit/a0461402750feb5) bsorrentino *2021-06-28 16:44:14* + +**Merge branch 'hotfix/jdk8'** + + +[7bb075c33e50cda](https://github.com/bsorrentino/maven-annotation-plugin/commit/7bb075c33e50cda) bsorrentino *2021-06-28 16:44:11* + **update changelog** @@ -35,8 +138,16 @@ [7a82313fa73fc61](https://github.com/bsorrentino/maven-annotation-plugin/commit/7a82313fa73fc61) bsorrentino *2021-06-28 16:43:43* +**Merge tag 'v5.0-rc2' into develop** + + * new release + +[dd850cc510a5ebd](https://github.com/bsorrentino/maven-annotation-plugin/commit/dd850cc510a5ebd) bsorrentino *2021-06-28 16:30:40* + +**Merge branch 'feature/pr45' into develop** + -### [#45](https://github.com/bsorrentino/maven-annotation-plugin/issues/45) Option to list the processors to ignore instead of the processors to run *wontfix* +[f9a21ca8b4617f2](https://github.com/bsorrentino/maven-annotation-plugin/commit/f9a21ca8b4617f2) bsorrentino *2021-06-28 16:01:11* **PR #45 - replace DependencyCoordinate with org.apache.maven.model.Dependency** @@ -63,58 +174,61 @@ [e8ca18170721e75](https://github.com/bsorrentino/maven-annotation-plugin/commit/e8ca18170721e75) Build Pipeline *2021-06-27 20:11:44* +**Merge branch 'ulyssesrr-master' into feature/pr45** -### [#96](https://github.com/bsorrentino/maven-annotation-plugin/pull/96) Fix -processorpath joining char. -**pr #96 apply fix** +[40c7db85dff90b2](https://github.com/bsorrentino/maven-annotation-plugin/commit/40c7db85dff90b2) Build Pipeline *2021-06-26 16:27:20* +**Adds support to -processorpath** -[490d1cd4a8582bd](https://github.com/bsorrentino/maven-annotation-plugin/commit/490d1cd4a8582bd) bsorrentino *2021-07-11 18:18:26* + * Ported from maven-compiler-plugin +[7caf6b75ad90f0b](https://github.com/bsorrentino/maven-annotation-plugin/commit/7caf6b75ad90f0b) Ulysses Rangel Ribeiro *2021-06-23 02:09:46* -## v5.0-rc2 -### Generic changes +**update test for issue #93** -**update changelog** +[5f1a8b86e258d46](https://github.com/bsorrentino/maven-annotation-plugin/commit/5f1a8b86e258d46) bsorrentino *2021-03-06 19:11:15* -[a3823b0ce4a763e](https://github.com/bsorrentino/maven-annotation-plugin/commit/a3823b0ce4a763e) bsorrentino *2021-06-28 16:28:53* +**test multiple processSourceArtifacts** -**update readme** +[32f1daef7840113](https://github.com/bsorrentino/maven-annotation-plugin/commit/32f1daef7840113) bsorrentino *2021-03-06 11:07:43* -[fb99c3adb9b1c07](https://github.com/bsorrentino/maven-annotation-plugin/commit/fb99c3adb9b1c07) bsorrentino *2021-06-28 16:25:14* +**set target directory for processSourceArtifacts to target/extracted-sources** -**move to next version** +[46fd8bc6916a130](https://github.com/bsorrentino/maven-annotation-plugin/commit/46fd8bc6916a130) bsorrentino *2021-03-06 11:07:18* -[b27c7739b51e235](https://github.com/bsorrentino/maven-annotation-plugin/commit/b27c7739b51e235) bsorrentino *2021-06-28 16:25:14* +**fix security issue** -**Adds support to -processorpath** - * Ported from maven-compiler-plugin +[fca883f983ee8d2](https://github.com/bsorrentino/maven-annotation-plugin/commit/fca883f983ee8d2) bsorrentino *2021-03-06 10:28:29* -[7caf6b75ad90f0b](https://github.com/bsorrentino/maven-annotation-plugin/commit/7caf6b75ad90f0b) Ulysses Rangel Ribeiro *2021-06-23 02:09:46* +**Merge branch 'master' into develop** -**test multiple processSourceArtifacts** +[fb342f1e8153351](https://github.com/bsorrentino/maven-annotation-plugin/commit/fb342f1e8153351) bsorrentino *2021-03-04 23:00:10* -[32f1daef7840113](https://github.com/bsorrentino/maven-annotation-plugin/commit/32f1daef7840113) bsorrentino *2021-03-06 11:07:43* +**Merge branch 'hotfix/doc'** -**set target directory for processSourceArtifacts to target/extracted-sources** +[8de320474dd76e7](https://github.com/bsorrentino/maven-annotation-plugin/commit/8de320474dd76e7) bsorrentino *2021-03-04 23:00:07* -[46fd8bc6916a130](https://github.com/bsorrentino/maven-annotation-plugin/commit/46fd8bc6916a130) bsorrentino *2021-03-06 11:07:18* +**update doc** -**fix security issue** +[6160288f73c7070](https://github.com/bsorrentino/maven-annotation-plugin/commit/6160288f73c7070) bsorrentino *2021-03-04 23:00:00* -[fca883f983ee8d2](https://github.com/bsorrentino/maven-annotation-plugin/commit/fca883f983ee8d2) bsorrentino *2021-03-06 10:28:29* +**Merge branch 'master' into develop** -**update doc** +[6b2155c492b3b47](https://github.com/bsorrentino/maven-annotation-plugin/commit/6b2155c492b3b47) bsorrentino *2021-03-04 22:58:26* + +**Merge branch 'hotfix/doc'** -[6160288f73c7070](https://github.com/bsorrentino/maven-annotation-plugin/commit/6160288f73c7070) bsorrentino *2021-03-04 23:00:00* + +[5414ab59a0fcd31](https://github.com/bsorrentino/maven-annotation-plugin/commit/5414ab59a0fcd31) bsorrentino *2021-03-04 22:58:23* **update doc** @@ -126,22 +240,41 @@ [2c298509b97ba9d](https://github.com/bsorrentino/maven-annotation-plugin/commit/2c298509b97ba9d) bsorrentino *2021-03-04 19:43:27* +**Merge tag 'v5.0-rc1' into develop** -### [#93](https://github.com/bsorrentino/maven-annotation-plugin/issues/93) Error [URI scheme is not "file"] if some processSourceArtifacts are specified *under verification* + * new candidate release -**update test for issue #93** +[c67b0d257df2e5e](https://github.com/bsorrentino/maven-annotation-plugin/commit/c67b0d257df2e5e) bsorrentino *2021-03-04 19:39:46* -[5f1a8b86e258d46](https://github.com/bsorrentino/maven-annotation-plugin/commit/5f1a8b86e258d46) bsorrentino *2021-03-06 19:11:15* +## v5.0-rc2 +### Generic changes + +**Merge branch 'release/5.0-rc2'** + +[f794eddf424fd0b](https://github.com/bsorrentino/maven-annotation-plugin/commit/f794eddf424fd0b) bsorrentino *2021-06-28 16:29:16* -### [#95](https://github.com/bsorrentino/maven-annotation-plugin/pull/95) Adds support to -processorpath *work in progress* +**update changelog** + + +[a3823b0ce4a763e](https://github.com/bsorrentino/maven-annotation-plugin/commit/a3823b0ce4a763e) bsorrentino *2021-06-28 16:28:53* **PR #95 - update javadoc** [cb66d970a084eae](https://github.com/bsorrentino/maven-annotation-plugin/commit/cb66d970a084eae) bsorrentino *2021-06-28 16:26:26* +**update readme** + + +[fb99c3adb9b1c07](https://github.com/bsorrentino/maven-annotation-plugin/commit/fb99c3adb9b1c07) bsorrentino *2021-06-28 16:25:14* + +**move to next version** + + +[b27c7739b51e235](https://github.com/bsorrentino/maven-annotation-plugin/commit/b27c7739b51e235) bsorrentino *2021-06-28 16:25:14* + **PR #95 - replace DependencyCoordinate with org.apache.maven.model.Dependency** @@ -171,6 +304,11 @@ ## v5.0-rc1 ### Generic changes +**Merge branch 'release/5.0-rc1'** + + +[85cca016a85dccf](https://github.com/bsorrentino/maven-annotation-plugin/commit/85cca016a85dccf) bsorrentino *2021-03-04 19:39:27* + **prepare for next release** @@ -181,11 +319,22 @@ [639b7e34b7cdefd](https://github.com/bsorrentino/maven-annotation-plugin/commit/639b7e34b7cdefd) bsorrentino *2021-03-01 17:29:26* +**issue #93** + + * added UnzipService to extract Source Artifacts to the file system + +[c3651eb678b6383](https://github.com/bsorrentino/maven-annotation-plugin/commit/c3651eb678b6383) bsorrentino *2021-03-01 17:03:33* + **clean code** [3078349688039fb](https://github.com/bsorrentino/maven-annotation-plugin/commit/3078349688039fb) bsorrentino *2021-02-14 20:57:34* +**issue #93 - test for issue verification** + + +[dd57b08f851bec3](https://github.com/bsorrentino/maven-annotation-plugin/commit/dd57b08f851bec3) bsorrentino *2021-02-14 16:20:57* + **update deploy actions** @@ -196,70 +345,86 @@ [6788d55a10c5aa7](https://github.com/bsorrentino/maven-annotation-plugin/commit/6788d55a10c5aa7) bsorrentino *2021-01-31 17:18:22* +**Merge branch 'feature/issue91' into develop** + + +[44947fcf5f0b1f0](https://github.com/bsorrentino/maven-annotation-plugin/commit/44947fcf5f0b1f0) bsorrentino *2021-01-31 17:15:40* + **update actions** [51767f96147ece7](https://github.com/bsorrentino/maven-annotation-plugin/commit/51767f96147ece7) bsorrentino *2021-01-31 17:15:14* -**added parent relativePath** +**issue #91 - created ad-hoc pom for jdk8 asset deployment** -[9fd838007c64cdd](https://github.com/bsorrentino/maven-annotation-plugin/commit/9fd838007c64cdd) bsorrentino *2021-01-30 16:52:23* +[5ca85b02a74abe3](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ca85b02a74abe3) bsorrentino *2021-01-31 17:09:17* -**update to new development version** +**issue #91 - created new DTS to separate JDK8 modules from JDK9+** -[e10817032e89f71](https://github.com/bsorrentino/maven-annotation-plugin/commit/e10817032e89f71) bsorrentino *2020-12-22 20:09:35* +[74837a5fc077eb3](https://github.com/bsorrentino/maven-annotation-plugin/commit/74837a5fc077eb3) bsorrentino *2021-01-31 16:40:16* -**update action name** +**added parent relativePath** -[2c2259006a45426](https://github.com/bsorrentino/maven-annotation-plugin/commit/2c2259006a45426) bsorrentino *2020-12-22 20:08:22* +[9fd838007c64cdd](https://github.com/bsorrentino/maven-annotation-plugin/commit/9fd838007c64cdd) bsorrentino *2021-01-30 16:52:23* -**update changelog** +**issue #92 - tests refinements** -[03305fc8a03ed7a](https://github.com/bsorrentino/maven-annotation-plugin/commit/03305fc8a03ed7a) bsorrentino *2020-12-22 20:03:58* +[ed08c34b657b566](https://github.com/bsorrentino/maven-annotation-plugin/commit/ed08c34b657b566) bsorrentino *2021-01-29 09:37:33* +**update to new development version** -### [#91](https://github.com/bsorrentino/maven-annotation-plugin/issues/91) Add Support of JEP 238: Multi-Release JAR Files *enhancement* -**issue #91 - created ad-hoc pom for jdk8 asset deployment** +[e10817032e89f71](https://github.com/bsorrentino/maven-annotation-plugin/commit/e10817032e89f71) bsorrentino *2020-12-22 20:09:35* +**Merge branch 'master' into develop** -[5ca85b02a74abe3](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ca85b02a74abe3) bsorrentino *2021-01-31 17:09:17* -**issue #91 - created new DTS to separate JDK8 modules from JDK9+** +[85c09c1c24dc7d3](https://github.com/bsorrentino/maven-annotation-plugin/commit/85c09c1c24dc7d3) bsorrentino *2020-12-22 20:08:41* +**Merge branch 'hotfix/actions'** -[74837a5fc077eb3](https://github.com/bsorrentino/maven-annotation-plugin/commit/74837a5fc077eb3) bsorrentino *2021-01-31 16:40:16* +[32b978ccc44f35e](https://github.com/bsorrentino/maven-annotation-plugin/commit/32b978ccc44f35e) bsorrentino *2020-12-22 20:08:38* -### [#92](https://github.com/bsorrentino/maven-annotation-plugin/issues/92) Compiling Generated .java Into .class Files *question* *under investigation* +**update action name** -**issue #92 - tests refinements** +[2c2259006a45426](https://github.com/bsorrentino/maven-annotation-plugin/commit/2c2259006a45426) bsorrentino *2020-12-22 20:08:22* -[ed08c34b657b566](https://github.com/bsorrentino/maven-annotation-plugin/commit/ed08c34b657b566) bsorrentino *2021-01-29 09:37:33* +**Merge branch 'master' into develop** -### [#93](https://github.com/bsorrentino/maven-annotation-plugin/issues/93) Error [URI scheme is not "file"] if some processSourceArtifacts are specified *under verification* +[ebdb58090e9156f](https://github.com/bsorrentino/maven-annotation-plugin/commit/ebdb58090e9156f) bsorrentino *2020-12-22 20:04:03* -**issue #93** +**Merge branch 'hotfix/changelog'** - * added UnzipService to extract Source Artifacts to the file system -[c3651eb678b6383](https://github.com/bsorrentino/maven-annotation-plugin/commit/c3651eb678b6383) bsorrentino *2021-03-01 17:03:33* +[c666351e1f31aae](https://github.com/bsorrentino/maven-annotation-plugin/commit/c666351e1f31aae) bsorrentino *2020-12-22 20:04:01* -**issue #93 - test for issue verification** +**update changelog** -[dd57b08f851bec3](https://github.com/bsorrentino/maven-annotation-plugin/commit/dd57b08f851bec3) bsorrentino *2021-02-14 16:20:57* +[03305fc8a03ed7a](https://github.com/bsorrentino/maven-annotation-plugin/commit/03305fc8a03ed7a) bsorrentino *2020-12-22 20:03:58* + +**Merge tag 'v4.5' into develop** + + * new release + +[90ba4efb7242780](https://github.com/bsorrentino/maven-annotation-plugin/commit/90ba4efb7242780) bsorrentino *2020-12-22 20:01:35* ## v4.5 ### Generic changes +**Merge branch 'release/4.5'** + + +[0e4527c61dbc04e](https://github.com/bsorrentino/maven-annotation-plugin/commit/0e4527c61dbc04e) bsorrentino *2020-12-22 20:01:27* + **move to next release version** @@ -285,11 +450,36 @@ [1a62f83c9c2e134](https://github.com/bsorrentino/maven-annotation-plugin/commit/1a62f83c9c2e134) bsorrentino *2020-12-18 18:01:12* +**Merge branch 'feature/issue90' into develop** + + +[e5a9fe9faee9d18](https://github.com/bsorrentino/maven-annotation-plugin/commit/e5a9fe9faee9d18) bsorrentino *2020-12-18 17:58:14* + **move to next development version** [34f80508b633983](https://github.com/bsorrentino/maven-annotation-plugin/commit/34f80508b633983) bsorrentino *2020-12-18 17:57:35* +**issue #90 pass encoding parameter to java compiler** + + +[8db490605285224](https://github.com/bsorrentino/maven-annotation-plugin/commit/8db490605285224) bsorrentino *2020-12-18 17:56:31* + +**Merge remote-tracking branch 'origin/dependabot/maven/junit-junit-4.13.1' into develop** + + +[652fa4af160381b](https://github.com/bsorrentino/maven-annotation-plugin/commit/652fa4af160381b) bsorrentino *2020-12-16 18:52:01* + +**Merge branch 'master' into develop** + + +[f5291305ed1daf7](https://github.com/bsorrentino/maven-annotation-plugin/commit/f5291305ed1daf7) bsorrentino *2020-11-11 14:56:34* + +**Merge branch 'hotfix/pipeline'** + + +[bb49f8cf57eb323](https://github.com/bsorrentino/maven-annotation-plugin/commit/bb49f8cf57eb323) bsorrentino *2020-11-11 14:56:31* + **update pipeline** @@ -305,6 +495,16 @@ [7c5498865dedc9f](https://github.com/bsorrentino/maven-annotation-plugin/commit/7c5498865dedc9f) bsorrentino *2020-11-11 14:12:15* +**merge PR #88** + + +[09f5891b057c736](https://github.com/bsorrentino/maven-annotation-plugin/commit/09f5891b057c736) bsorrentino *2020-11-11 13:54:22* + +**Merge branch 'master' into develop** + + +[b7409dba6a97ff9](https://github.com/bsorrentino/maven-annotation-plugin/commit/b7409dba6a97ff9) bsorrentino *2020-11-11 13:51:06* + **update pipeline for deploy** @@ -366,31 +566,36 @@ [b1cd19c765e839a](https://github.com/bsorrentino/maven-annotation-plugin/commit/b1cd19c765e839a) bsorrentino *2020-10-06 08:31:07* -**update changelog** +**Merge branch 'master' into develop** -[6ac0e23c32dbc23](https://github.com/bsorrentino/maven-annotation-plugin/commit/6ac0e23c32dbc23) bartolomeo sorrentino *2020-10-01 14:50:58* - +[6fcf4a8568e0dd5](https://github.com/bsorrentino/maven-annotation-plugin/commit/6fcf4a8568e0dd5) bartolomeo sorrentino *2020-10-01 14:51:12* -### [#88](https://github.com/bsorrentino/maven-annotation-plugin/pull/88) Bump junit from 4.13 to 4.13.1 *dependencies* +**Merge branch 'hotfix/changelog'** -**merge PR #88** +[5dc4f87be60a408](https://github.com/bsorrentino/maven-annotation-plugin/commit/5dc4f87be60a408) bartolomeo sorrentino *2020-10-01 14:51:09* -[09f5891b057c736](https://github.com/bsorrentino/maven-annotation-plugin/commit/09f5891b057c736) bsorrentino *2020-11-11 13:54:22* +**update changelog** -### [#90](https://github.com/bsorrentino/maven-annotation-plugin/issues/90) Encoding not applied when the compiler is forked *bug* +[6ac0e23c32dbc23](https://github.com/bsorrentino/maven-annotation-plugin/commit/6ac0e23c32dbc23) bartolomeo sorrentino *2020-10-01 14:50:58* -**issue #90 pass encoding parameter to java compiler** +**Merge tag 'v4.4' into develop** + * merge PR #87 -[8db490605285224](https://github.com/bsorrentino/maven-annotation-plugin/commit/8db490605285224) bsorrentino *2020-12-18 17:56:31* +[cbd4f8c233ef4f8](https://github.com/bsorrentino/maven-annotation-plugin/commit/cbd4f8c233ef4f8) bartolomeo sorrentino *2020-10-01 14:48:57* ## v4.4 ### Generic changes +**Merge branch 'release/4.4'** + + +[a611d0bc1a149bb](https://github.com/bsorrentino/maven-annotation-plugin/commit/a611d0bc1a149bb) bartolomeo sorrentino *2020-10-01 14:48:22* + **update readme** @@ -411,38 +616,30 @@ [9646e901989224d](https://github.com/bsorrentino/maven-annotation-plugin/commit/9646e901989224d) bartolomeo sorrentino *2020-10-01 14:29:27* -**Start work on 4.4-SNAPSHOT** - - -[cb7191dfff79390](https://github.com/bsorrentino/maven-annotation-plugin/commit/cb7191dfff79390) Martijn Dashorst *2020-09-27 12:51:35* - -**update changelog** - - -[b5bee16c5832f6f](https://github.com/bsorrentino/maven-annotation-plugin/commit/b5bee16c5832f6f) bsorrentino *2020-09-25 15:59:25* +**Merge branch 'detect-removals-as-changes' of https://github.com/dashorst/maven-annotation-plugin into release/4.4** -### [#86](https://github.com/bsorrentino/maven-annotation-plugin/issues/86) File change detection doesn't detect removals +[fb81aeae802345d](https://github.com/bsorrentino/maven-annotation-plugin/commit/fb81aeae802345d) bartolomeo sorrentino *2020-10-01 13:15:19* **Detects file additions/deletions for skipping** * When you remove a file from the source tree, the modification checker - * doesn't take into account the removed file as an update. Because the - * file no longer exists, it doesn't have a modification date, and it will + * doesn't take into account the removed file as an update. Because the + * file no longer exists, it doesn't have a modification date, and it will * not count in determining whether the last generation was older than the * modification in the sources. * This commit detects source file modifications of the nature of * additions and deletions by using a tracking file in the output folder - * (`.maven-processor-source-files.txt`). + * (`.maven-processor-source-files.txt`). * This file contains a list of all the files in the source folders, which * is checked against the current list of source files. When the file - * doesn't exist or if the sets of files don't match, it is treated as a + * doesn't exist or if the sets of files don't match, it is treated as a * change. When they match exactly, the modification time check is still * run. * A sample run without additions/removals in the source files: - * ``` - * [DEBUG] (f) skipSourcesUnchanged = true - * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java + * ``` + * [DEBUG] (f) skipSourcesUnchanged = true + * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java * [DEBUG] -- end configuration -- * [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added * [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java] @@ -450,11 +647,11 @@ * [DEBUG] new source files: [] * [DEBUG] max source file date: 1601210991895, max output date: 1601211873845 * [INFO] no source file(s) change(s) detected! Processor task will be skipped - * ``` + * ``` * When a file was removed: - * ``` - * [DEBUG] (f) skipSourcesUnchanged = true - * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java + * ``` + * [DEBUG] (f) skipSourcesUnchanged = true + * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java * [DEBUG] -- end configuration -- * [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added * [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java] @@ -462,11 +659,11 @@ * [DEBUG] new source files: [] * [WARNING] No processors specified. Using default discovery mechanism. * [DEBUG] javac option: -cp - * ``` + * ``` * When the file is re-added: - * ``` - * [DEBUG] (f) skipSourcesUnchanged = true - * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java + * ``` + * [DEBUG] (f) skipSourcesUnchanged = true + * [DEBUG] (f) sourceDirectory = /Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java * [DEBUG] -- end configuration -- * [DEBUG] Source directory: /Users/dashorst/IdeaProjects/iridium/common/entities/target/generated-sources/apt added * [DEBUG] processing source directory [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java] @@ -474,15 +671,46 @@ * [DEBUG] new source files: [/Users/dashorst/IdeaProjects/iridium/common/entities/src/main/java/nl/topicus/platinum/entities/Afdeling.java] * [WARNING] No processors specified. Using default discovery mechanism. * [DEBUG] javac option: -cp - * ``` + * ``` * Fixes #86 [1f6c708506ea959](https://github.com/bsorrentino/maven-annotation-plugin/commit/1f6c708506ea959) Martijn Dashorst *2020-09-27 13:10:57* +**Start work on 4.4-SNAPSHOT** + + +[cb7191dfff79390](https://github.com/bsorrentino/maven-annotation-plugin/commit/cb7191dfff79390) Martijn Dashorst *2020-09-27 12:51:35* + +**Merge branch 'master' into develop** + + +[3628f6e2aed847f](https://github.com/bsorrentino/maven-annotation-plugin/commit/3628f6e2aed847f) bsorrentino *2020-09-25 15:59:39* + +**Merge branch 'hotfix/changelog'** + + +[4afd4c41054adc6](https://github.com/bsorrentino/maven-annotation-plugin/commit/4afd4c41054adc6) bsorrentino *2020-09-25 15:59:36* + +**update changelog** + + +[b5bee16c5832f6f](https://github.com/bsorrentino/maven-annotation-plugin/commit/b5bee16c5832f6f) bsorrentino *2020-09-25 15:59:25* + +**Merge tag 'v4.3' into develop** + + * merge PR #85 + +[ac4a4006066818a](https://github.com/bsorrentino/maven-annotation-plugin/commit/ac4a4006066818a) bsorrentino *2020-09-25 15:56:58* + ## v4.3 ### Generic changes +**Merge branch 'release/4.3'** + + +[57abc6709e25068](https://github.com/bsorrentino/maven-annotation-plugin/commit/57abc6709e25068) bsorrentino *2020-09-25 15:56:30* + **update readme** @@ -493,6 +721,23 @@ [db87a0476c03596](https://github.com/bsorrentino/maven-annotation-plugin/commit/db87a0476c03596) bsorrentino *2020-09-25 15:28:27* +**Merge branch 'feature/PR85' into develop** + + +[1b7e24dd71eeae3](https://github.com/bsorrentino/maven-annotation-plugin/commit/1b7e24dd71eeae3) bsorrentino *2020-09-25 11:01:49* + +**merged PR #85** + + * renamed property from 'skipWithoutSourceChanges' to 'skipSourcesUnchanged' + * put PR code in a new method 'isSourcesUnchanged( List<> allSources )' + +[2bf7bedb068e64d](https://github.com/bsorrentino/maven-annotation-plugin/commit/2bf7bedb068e64d) bsorrentino *2020-09-24 10:03:51* + +**Merge branch 'master' of https://github.com/dashorst/maven-annotation-plugin into feature/PR85** + + +[15fc483a3a6e67d](https://github.com/bsorrentino/maven-annotation-plugin/commit/15fc483a3a6e67d) bsorrentino *2020-09-24 09:27:45* + **Start 4.3-SNAPSHOT development** @@ -501,14 +746,14 @@ **Implement lastModified check for sources** * The annotation processor should be able to skip the annotation - * processing if the sources haven't changed since the last processing. + * processing if the sources haven't changed since the last processing. * This will speed up project builds considerably since for example the - * JPA metamodel generator will not run if the entities haven't been + * JPA metamodel generator will not run if the entities haven't been * modified, which will save the compiler of having to recompile your * whole module. - * Using the option `skipWithoutSourceChanges` you can enable this + * Using the option `skipWithoutSourceChanges` you can enable this * behavior. By default it is turned off to maintain the current behavior. - * This change doesn't track individual files, as there need not be a 1-1 + * This change doesn't track individual files, as there need not be a 1-1 * mapping between the origin of the annotation processor and the * generated sources. The plugin rather determines from all source * locations what the most recent last modified time is, and does the same @@ -523,20 +768,21 @@ [c6dbeb9bb1e5709](https://github.com/bsorrentino/maven-annotation-plugin/commit/c6dbeb9bb1e5709) bsorrentino *2020-08-05 16:15:28* +**Merge tag 'v4.2' into develop** -### [#85](https://github.com/bsorrentino/maven-annotation-plugin/pull/85) Utilize lastModified times of source and output to skip annotation processing *work in progress* + * new release -**merged PR #85** - - * renamed property from 'skipWithoutSourceChanges' to 'skipSourcesUnchanged' - * put PR code in a new method 'isSourcesUnchanged( List<> allSources )' - -[2bf7bedb068e64d](https://github.com/bsorrentino/maven-annotation-plugin/commit/2bf7bedb068e64d) bsorrentino *2020-09-24 10:03:51* +[7768b3cc4f4e7e4](https://github.com/bsorrentino/maven-annotation-plugin/commit/7768b3cc4f4e7e4) bsorrentino *2020-08-03 14:37:41* ## v4.2 ### Generic changes +**Merge branch 'release/4.2'** + + +[10f5517da9ff676](https://github.com/bsorrentino/maven-annotation-plugin/commit/10f5517da9ff676) bsorrentino *2020-08-03 14:37:30* + **update changelog** @@ -552,11 +798,26 @@ [450b98cc62f42d9](https://github.com/bsorrentino/maven-annotation-plugin/commit/450b98cc62f42d9) bsorrentino *2020-08-03 14:13:45* +**Merge branch 'feature/issue83' into develop** + + +[b9613114695993b](https://github.com/bsorrentino/maven-annotation-plugin/commit/b9613114695993b) bsorrentino *2020-07-31 09:35:35* + **clean code** [ac57d4884350a9c](https://github.com/bsorrentino/maven-annotation-plugin/commit/ac57d4884350a9c) bsorrentino *2020-07-31 09:35:06* +**Merge branch 'DemonicTutor-bugfix/wrong-sourcepath-in-test' into feature/issue83** + + +[73628015c4c775a](https://github.com/bsorrentino/maven-annotation-plugin/commit/73628015c4c775a) bsorrentino *2020-07-31 09:30:18* + +**Merge branch 'bugfix/wrong-sourcepath-in-test' of https://github.com/DemonicTutor/maven-annotation-plugin into DemonicTutor-bugfix/wrong-sourcepath-in-test** + + +[ad5061622eeea1f](https://github.com/bsorrentino/maven-annotation-plugin/commit/ad5061622eeea1f) bsorrentino *2020-07-31 09:28:58* + **move to next developer version** @@ -567,8 +828,11 @@ [13aa52ade58dcae](https://github.com/bsorrentino/maven-annotation-plugin/commit/13aa52ade58dcae) bsorrentino *2020-07-31 08:00:05* +**Merge tag 'v4.1' into develop** -### [#83](https://github.com/bsorrentino/maven-annotation-plugin/issues/83) 'process-test' does not add TestCompileSourceRoots to javac '-sourcepath' *bug* *wait for feedback* *work in progress* + * new release + +[6872ecc4ddf5225](https://github.com/bsorrentino/maven-annotation-plugin/commit/6872ecc4ddf5225) bsorrentino *2020-07-31 07:40:41* **fix: process-test should add CompileSourceRoots and TestCompileSourceRoots to javac '-sourcepath' option. fixes #83** @@ -579,16 +843,41 @@ ## v4.1 ### Generic changes +**Merge branch 'release/4.1'** + + +[bca878057f34059](https://github.com/bsorrentino/maven-annotation-plugin/commit/bca878057f34059) bsorrentino *2020-07-31 07:40:32* + **move to next release version** [7939e7348408ffb](https://github.com/bsorrentino/maven-annotation-plugin/commit/7939e7348408ffb) bsorrentino *2020-07-31 07:40:09* +**issue #82 - fix 'UnsupportedOperationException' on isSupportedOption invocation** + + +[e0adf9a03b61347](https://github.com/bsorrentino/maven-annotation-plugin/commit/e0adf9a03b61347) bartolomeo sorrentino *2020-07-28 13:09:24* + +**Merge branch 'master' into develop** + + +[09da5a092ad7a64](https://github.com/bsorrentino/maven-annotation-plugin/commit/09da5a092ad7a64) bartolomeo sorrentino *2020-07-23 08:29:38* + +**Merge branch 'hotfix/docs'** + + +[27f1d6482d4ed8e](https://github.com/bsorrentino/maven-annotation-plugin/commit/27f1d6482d4ed8e) bartolomeo sorrentino *2020-07-23 08:29:36* + **update readme** [18df0d926c9a3f1](https://github.com/bsorrentino/maven-annotation-plugin/commit/18df0d926c9a3f1) bartolomeo sorrentino *2020-07-23 08:21:15* +**Merge branch 'feature/issue82' into develop** + + +[7667f64500e9d2f](https://github.com/bsorrentino/maven-annotation-plugin/commit/7667f64500e9d2f) bartolomeo sorrentino *2020-07-22 09:20:12* + **update for JAVA9 compliance** @@ -599,28 +888,36 @@ [3db821f8c8e7225](https://github.com/bsorrentino/maven-annotation-plugin/commit/3db821f8c8e7225) bartolomeo sorrentino *2020-07-22 08:45:24* +**issue #82 - JDK8 compatibility** + + +[8117a6bb12cb71a](https://github.com/bsorrentino/maven-annotation-plugin/commit/8117a6bb12cb71a) bartolomeo sorrentino *2020-07-22 08:43:30* + **move to next developer version** [a813a22cee3f82e](https://github.com/bsorrentino/maven-annotation-plugin/commit/a813a22cee3f82e) bartolomeo sorrentino *2020-07-20 08:01:04* -**update readme** +**Merge branch 'master' into develop** -[4c80b26d89676ba](https://github.com/bsorrentino/maven-annotation-plugin/commit/4c80b26d89676ba) bartolomeo sorrentino *2020-07-20 07:57:39* +[a444fed350298c1](https://github.com/bsorrentino/maven-annotation-plugin/commit/a444fed350298c1) bartolomeo sorrentino *2020-07-20 07:57:48* +**Merge branch 'hotfix/docs'** -### [#82](https://github.com/bsorrentino/maven-annotation-plugin/issues/82) New v4.0 does not support Java 8 *enhancement* *work in progress* -**issue #82 - fix 'UnsupportedOperationException' on isSupportedOption invocation** +[a2fc6017d4b4fac](https://github.com/bsorrentino/maven-annotation-plugin/commit/a2fc6017d4b4fac) bartolomeo sorrentino *2020-07-20 07:57:42* +**update readme** -[e0adf9a03b61347](https://github.com/bsorrentino/maven-annotation-plugin/commit/e0adf9a03b61347) bartolomeo sorrentino *2020-07-28 13:09:24* -**issue #82 - JDK8 compatibility** +[4c80b26d89676ba](https://github.com/bsorrentino/maven-annotation-plugin/commit/4c80b26d89676ba) bartolomeo sorrentino *2020-07-20 07:57:39* +**Merge tag 'v4.0' into develop** -[8117a6bb12cb71a](https://github.com/bsorrentino/maven-annotation-plugin/commit/8117a6bb12cb71a) bartolomeo sorrentino *2020-07-22 08:43:30* + * add compiler result + +[29fbf3f96c4de6c](https://github.com/bsorrentino/maven-annotation-plugin/commit/29fbf3f96c4de6c) bsorrentino *2020-07-18 21:21:14* ## v4.0 @@ -631,6 +928,11 @@ [229f2f4298ce034](https://github.com/bsorrentino/maven-annotation-plugin/commit/229f2f4298ce034) bsorrentino *2020-07-18 21:18:25* +**Merge branch 'release/4.0'** + + +[1d8d45311b56f36](https://github.com/bsorrentino/maven-annotation-plugin/commit/1d8d45311b56f36) bsorrentino *2020-07-18 21:18:01* + **set release version** * update docs @@ -643,28 +945,50 @@ [9ad2634520c0855](https://github.com/bsorrentino/maven-annotation-plugin/commit/9ad2634520c0855) bartolomeo sorrentino *2020-07-17 16:47:17* +**issue #81 add compilation result** + + +[85ba56d3b87e40a](https://github.com/bsorrentino/maven-annotation-plugin/commit/85ba56d3b87e40a) bartolomeo sorrentino *2020-07-17 13:19:03* + **Create FUNDING.yml** [d0566025a1d36c9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d0566025a1d36c9) bsorrentino *2020-05-27 09:17:44* -**remove default source and target compiler option** +**Merge tag 'v4.0-rc1' into develop** + * issue #80 -[5ef8f3b48474e13](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ef8f3b48474e13) bartolomeo sorrentino *2020-04-16 23:55:38* +[c5d5d2c6a86bc5e](https://github.com/bsorrentino/maven-annotation-plugin/commit/c5d5d2c6a86bc5e) bsorrentino *2020-04-17 16:51:03* -**add maven enforcer** +## v4.0-rc1 +### Generic changes -[8efac77492e7274](https://github.com/bsorrentino/maven-annotation-plugin/commit/8efac77492e7274) bartolomeo sorrentino *2020-04-16 22:24:57* +**Merge branch 'release/4.0-rc1'** -**move to next developer version** +[de8fb77dd7e287a](https://github.com/bsorrentino/maven-annotation-plugin/commit/de8fb77dd7e287a) bsorrentino *2020-04-17 16:50:05* -[785c31b31785d2f](https://github.com/bsorrentino/maven-annotation-plugin/commit/785c31b31785d2f) bsorrentino *2020-03-02 19:59:10* +**update readme** + + +[2262a4d28954925](https://github.com/bsorrentino/maven-annotation-plugin/commit/2262a4d28954925) bsorrentino *2020-04-17 16:16:12* + +**update chagelog** -### [#80](https://github.com/bsorrentino/maven-annotation-plugin/issues/80) How to exclude module-info.java file? +[d444f63f9c4bed9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d444f63f9c4bed9) bartolomeo sorrentino *2020-04-17 15:40:13* + +**move to next release version** + + +[4146d73e88ea389](https://github.com/bsorrentino/maven-annotation-plugin/commit/4146d73e88ea389) bartolomeo sorrentino *2020-04-17 15:37:40* + +**Merge branch 'feature/issue#80' into develop** + + +[74eb57f9e27664b](https://github.com/bsorrentino/maven-annotation-plugin/commit/74eb57f9e27664b) bartolomeo sorrentino *2020-04-17 15:32:49* **issue #80** @@ -672,43 +996,51 @@ [18212a3518d162e](https://github.com/bsorrentino/maven-annotation-plugin/commit/18212a3518d162e) bartolomeo sorrentino *2020-04-17 15:32:19* +**remove default source and target compiler option** + + +[5ef8f3b48474e13](https://github.com/bsorrentino/maven-annotation-plugin/commit/5ef8f3b48474e13) bartolomeo sorrentino *2020-04-16 23:55:38* + +**Merge branch 'develop' into feature/issue#80** + + +[286a76373057c6b](https://github.com/bsorrentino/maven-annotation-plugin/commit/286a76373057c6b) bartolomeo sorrentino *2020-04-16 23:37:20* + **issue #80** * add support of javac option --module-path [8d6d9c34e0c5722](https://github.com/bsorrentino/maven-annotation-plugin/commit/8d6d9c34e0c5722) bartolomeo sorrentino *2020-04-16 23:37:10* +**add maven enforcer** -### [#81](https://github.com/bsorrentino/maven-annotation-plugin/issues/81) Compilation errors ignored during processing *under investigation* -**issue #81 add compilation result** +[8efac77492e7274](https://github.com/bsorrentino/maven-annotation-plugin/commit/8efac77492e7274) bartolomeo sorrentino *2020-04-16 22:24:57* +**Merge branch 'master' into develop** -[85ba56d3b87e40a](https://github.com/bsorrentino/maven-annotation-plugin/commit/85ba56d3b87e40a) bartolomeo sorrentino *2020-07-17 13:19:03* +[ff82fa6bc14e31a](https://github.com/bsorrentino/maven-annotation-plugin/commit/ff82fa6bc14e31a) bartolomeo sorrentino *2020-04-16 18:39:11* -## v4.0-rc1 -### Generic changes - -**update readme** +**Merge branch 'hotfix/doc'** -[2262a4d28954925](https://github.com/bsorrentino/maven-annotation-plugin/commit/2262a4d28954925) bsorrentino *2020-04-17 16:16:12* +[0f61c445e81d6df](https://github.com/bsorrentino/maven-annotation-plugin/commit/0f61c445e81d6df) bartolomeo sorrentino *2020-04-16 18:39:09* -**update chagelog** +**update readme** -[d444f63f9c4bed9](https://github.com/bsorrentino/maven-annotation-plugin/commit/d444f63f9c4bed9) bartolomeo sorrentino *2020-04-17 15:40:13* +[807678003bfcd70](https://github.com/bsorrentino/maven-annotation-plugin/commit/807678003bfcd70) bartolomeo sorrentino *2020-04-16 18:39:07* -**move to next release version** +**Merge branch 'master' into develop** -[4146d73e88ea389](https://github.com/bsorrentino/maven-annotation-plugin/commit/4146d73e88ea389) bartolomeo sorrentino *2020-04-17 15:37:40* +[2e0db25d116f060](https://github.com/bsorrentino/maven-annotation-plugin/commit/2e0db25d116f060) bartolomeo sorrentino *2020-03-20 09:23:01* -**update readme** +**Merge branch 'hotfix/doc'** -[807678003bfcd70](https://github.com/bsorrentino/maven-annotation-plugin/commit/807678003bfcd70) bartolomeo sorrentino *2020-04-16 18:39:07* +[ff445ab96f65596](https://github.com/bsorrentino/maven-annotation-plugin/commit/ff445ab96f65596) bartolomeo sorrentino *2020-03-20 09:22:58* **update changelog template** @@ -720,20 +1052,56 @@ [7e2cd9fb361848e](https://github.com/bsorrentino/maven-annotation-plugin/commit/7e2cd9fb361848e) bartolomeo sorrentino *2020-03-20 09:22:00* +**Merge branch 'master' into develop** + + +[f52398e89e3faa8](https://github.com/bsorrentino/maven-annotation-plugin/commit/f52398e89e3faa8) bartolomeo sorrentino *2020-03-02 21:50:33* + +**Merge branch 'hotfix/doc'** + + +[5f2f1a12401602e](https://github.com/bsorrentino/maven-annotation-plugin/commit/5f2f1a12401602e) bartolomeo sorrentino *2020-03-02 21:50:30* + **add utils javadoc to the site** [2dda14ced574f7a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2dda14ced574f7a) bartolomeo sorrentino *2020-03-02 21:50:12* +**Merge branch 'master' into develop** + + +[6aec92715816582](https://github.com/bsorrentino/maven-annotation-plugin/commit/6aec92715816582) bsorrentino *2020-03-02 20:03:54* + +**Merge branch 'hotfix/doc'** + + +[0280fd573a15d0f](https://github.com/bsorrentino/maven-annotation-plugin/commit/0280fd573a15d0f) bsorrentino *2020-03-02 20:03:51* + **update readme** [bcfd9b3ecc46e6a](https://github.com/bsorrentino/maven-annotation-plugin/commit/bcfd9b3ecc46e6a) bsorrentino *2020-03-02 20:03:36* +**move to next developer version** + + +[785c31b31785d2f](https://github.com/bsorrentino/maven-annotation-plugin/commit/785c31b31785d2f) bsorrentino *2020-03-02 19:59:10* + +**Merge tag 'v4.0-beta1' into develop** + + * release 4.0-beta1 + +[fc73cbda14d02c7](https://github.com/bsorrentino/maven-annotation-plugin/commit/fc73cbda14d02c7) bsorrentino *2020-03-02 19:57:06* + ## v4.0-beta1 ### Generic changes +**Merge branch 'release/4.0-beta1'** + + +[cb473aaf199f17c](https://github.com/bsorrentino/maven-annotation-plugin/commit/cb473aaf199f17c) bsorrentino *2020-03-02 19:56:53* + **remove test module** @@ -749,16 +1117,50 @@ [42d5623ace037c2](https://github.com/bsorrentino/maven-annotation-plugin/commit/42d5623ace037c2) bartolomeo sorrentino *2020-03-02 19:02:33* +**#79 add maven shell in docker** + + +[8000153b4e6b00a](https://github.com/bsorrentino/maven-annotation-plugin/commit/8000153b4e6b00a) bartolomeo sorrentino *2020-03-02 19:00:40* + **update ignore** [0d2cb8114432cbd](https://github.com/bsorrentino/maven-annotation-plugin/commit/0d2cb8114432cbd) bartolomeo sorrentino *2020-03-02 18:59:31* +**#79 update readme** + + +[41242f465f6b338](https://github.com/bsorrentino/maven-annotation-plugin/commit/41242f465f6b338) bartolomeo sorrentino *2020-03-02 18:58:10* + +**#79 add docker to test jdk version** + + +[afcff71d8a5b9f4](https://github.com/bsorrentino/maven-annotation-plugin/commit/afcff71d8a5b9f4) bartolomeo sorrentino *2020-03-02 18:56:28* + +**Merge branch 'feature/issue79' into develop** + + +[6aaa8dbac45f070](https://github.com/bsorrentino/maven-annotation-plugin/commit/6aaa8dbac45f070) bsorrentino *2020-02-26 03:40:36* + +**issue #79** + + * make multimodule project + +[3ec2718dfe15dab](https://github.com/bsorrentino/maven-annotation-plugin/commit/3ec2718dfe15dab) bsorrentino *2020-02-26 03:37:03* + **add changelog support** [57b41626d1e6ab3](https://github.com/bsorrentino/maven-annotation-plugin/commit/57b41626d1e6ab3) bsorrentino *2020-02-26 02:30:48* +**issue #79** + + * code refactoring + * update source / target to java 9 + * upgrade dependencies + +[f84460766d58da5](https://github.com/bsorrentino/maven-annotation-plugin/commit/f84460766d58da5) bsorrentino *2020-02-26 02:09:21* + **move to next developer version** @@ -789,6 +1191,21 @@ [0f00f5860ba309f](https://github.com/bsorrentino/maven-annotation-plugin/commit/0f00f5860ba309f) Bartolomeo Sorrentino *2019-04-23 15:28:09* +**Merge remote-tracking branch 'origin/develop' into develop** + + +[ea9f4ed515e6038](https://github.com/bsorrentino/maven-annotation-plugin/commit/ea9f4ed515e6038) Bartolomeo Sorrentino *2019-04-22 17:02:32* + +**Merge branch 'hotfix/remove_netbeans_refs' into develop** + + +[d6c56eb8a3dd285](https://github.com/bsorrentino/maven-annotation-plugin/commit/d6c56eb8a3dd285) Bartolomeo Sorrentino *2019-04-22 17:01:12* + +**Merge branch 'hotfix/remove_netbeans_refs'** + + +[07cafad1c12da97](https://github.com/bsorrentino/maven-annotation-plugin/commit/07cafad1c12da97) Bartolomeo Sorrentino *2019-04-22 17:01:09* + **remove netbeans references** @@ -804,51 +1221,49 @@ [8065847d06dde32](https://github.com/bsorrentino/maven-annotation-plugin/commit/8065847d06dde32) bsorrentino *2018-08-12 13:56:30* -**update readme** +**Merge branch 'hotfix/doc' into develop** -[2d639c43eb66e2a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2d639c43eb66e2a) bsorrentino *2018-08-12 13:54:32* +[ef378e10e0e0d80](https://github.com/bsorrentino/maven-annotation-plugin/commit/ef378e10e0e0d80) bsorrentino *2018-08-12 13:55:43* +**Merge branch 'hotfix/doc'** -### [#79](https://github.com/bsorrentino/maven-annotation-plugin/issues/79) move to java9 *enhancement* -**#79 add maven shell in docker** +[992b4427bf7eeb7](https://github.com/bsorrentino/maven-annotation-plugin/commit/992b4427bf7eeb7) bsorrentino *2018-08-12 13:55:40* +**update readme** -[8000153b4e6b00a](https://github.com/bsorrentino/maven-annotation-plugin/commit/8000153b4e6b00a) bartolomeo sorrentino *2020-03-02 19:00:40* -**#79 update readme** +[2d639c43eb66e2a](https://github.com/bsorrentino/maven-annotation-plugin/commit/2d639c43eb66e2a) bsorrentino *2018-08-12 13:54:32* +**Merge branch 'release/3.3.3' into develop** -[41242f465f6b338](https://github.com/bsorrentino/maven-annotation-plugin/commit/41242f465f6b338) bartolomeo sorrentino *2020-03-02 18:58:10* -**#79 add docker to test jdk version** +[0527a04c9ad1ac3](https://github.com/bsorrentino/maven-annotation-plugin/commit/0527a04c9ad1ac3) bsorrentino *2018-08-12 13:41:16* -[afcff71d8a5b9f4](https://github.com/bsorrentino/maven-annotation-plugin/commit/afcff71d8a5b9f4) bartolomeo sorrentino *2020-03-02 18:56:28* +## v3.3.3 +### Generic changes -**issue #79** +**Merge branch 'release/3.3.3'** - * make multimodule project -[3ec2718dfe15dab](https://github.com/bsorrentino/maven-annotation-plugin/commit/3ec2718dfe15dab) bsorrentino *2020-02-26 03:37:03* +[49ab60f49fdc001](https://github.com/bsorrentino/maven-annotation-plugin/commit/49ab60f49fdc001) bsorrentino *2018-08-12 13:41:04* -**issue #79** +**Issue #72 - Add notes to documentation** - * code refactoring - * update source / target to java 9 - * upgrade dependencies -[f84460766d58da5](https://github.com/bsorrentino/maven-annotation-plugin/commit/f84460766d58da5) bsorrentino *2020-02-26 02:09:21* +[babeeb619ce69ab](https://github.com/bsorrentino/maven-annotation-plugin/commit/babeeb619ce69ab) bsorrentino *2018-08-12 13:39:42* +**update release** -## v3.3.3 -### Generic changes -**update release** +[393a51d1639f1ea](https://github.com/bsorrentino/maven-annotation-plugin/commit/393a51d1639f1ea) bsorrentino *2018-02-24 11:45:59* + +**add support for --relase option #75** -[393a51d1639f1ea](https://github.com/bsorrentino/maven-annotation-plugin/commit/393a51d1639f1ea) bsorrentino *2018-02-24 11:45:59* +[9bd60c8b23aa980](https://github.com/bsorrentino/maven-annotation-plugin/commit/9bd60c8b23aa980) bsorrentino *2017-11-28 23:32:56* **merge hotfix** @@ -860,6 +1275,11 @@ [f1dde13e924cb73](https://github.com/bsorrentino/maven-annotation-plugin/commit/f1dde13e924cb73) bsorrentino *2017-09-12 09:07:36* +**Merge branch 'hotfix/doc'** + + +[f8364a3778b0cfe](https://github.com/bsorrentino/maven-annotation-plugin/commit/f8364a3778b0cfe) bsorrentino *2017-09-12 09:06:26* + **update readme** @@ -880,36 +1300,41 @@ [667baa6d69b44b0](https://github.com/bsorrentino/maven-annotation-plugin/commit/667baa6d69b44b0) bsorrentino *2017-09-07 11:23:25* -**update readme** - +**Merge branch 'hotfix/doc' into develop** -[a0d31294e3e7551](https://github.com/bsorrentino/maven-annotation-plugin/commit/a0d31294e3e7551) bsorrentino *2017-09-07 11:20:28* -**update to next version** +[b9d7bbc92de98c1](https://github.com/bsorrentino/maven-annotation-plugin/commit/b9d7bbc92de98c1) bsorrentino *2017-09-07 11:20:45* +**Merge branch 'hotfix/doc'** -[1c2ff82d8877d45](https://github.com/bsorrentino/maven-annotation-plugin/commit/1c2ff82d8877d45) bsorrentino *2017-09-07 11:13:26* +[ee4685cfae10163](https://github.com/bsorrentino/maven-annotation-plugin/commit/ee4685cfae10163) bsorrentino *2017-09-07 11:20:43* -### [#72](https://github.com/bsorrentino/maven-annotation-plugin/issues/72) Multiple executions of plugin *question* +**update readme** -**Issue #72 - Add notes to documentation** +[a0d31294e3e7551](https://github.com/bsorrentino/maven-annotation-plugin/commit/a0d31294e3e7551) bsorrentino *2017-09-07 11:20:28* -[babeeb619ce69ab](https://github.com/bsorrentino/maven-annotation-plugin/commit/babeeb619ce69ab) bsorrentino *2018-08-12 13:39:42* +**update to next version** -### [#75](https://github.com/bsorrentino/maven-annotation-plugin/issues/75) Add support for Java9 --release parameter *enhancement* +[1c2ff82d8877d45](https://github.com/bsorrentino/maven-annotation-plugin/commit/1c2ff82d8877d45) bsorrentino *2017-09-07 11:13:26* -**add support for --relase option #75** +**Merge branch 'release/3.3.2' into develop** -[9bd60c8b23aa980](https://github.com/bsorrentino/maven-annotation-plugin/commit/9bd60c8b23aa980) bsorrentino *2017-11-28 23:32:56* +[8729e11a81dd4ab](https://github.com/bsorrentino/maven-annotation-plugin/commit/8729e11a81dd4ab) bsorrentino *2017-09-07 11:07:52* ## v3.3.2 ### Generic changes +**fix #69 merge #70** + + * Merge branch 'release/3.3.2' + +[694b5232f4369d5](https://github.com/bsorrentino/maven-annotation-plugin/commit/694b5232f4369d5) bsorrentino *2017-09-07 11:07:24* + **update README** @@ -920,6 +1345,16 @@ [7a6ee16de022056](https://github.com/bsorrentino/maven-annotation-plugin/commit/7a6ee16de022056) bsorrentino *2017-09-07 10:43:46* +**#69 remove redundant if** + + +[4cefcc36056e9af](https://github.com/bsorrentino/maven-annotation-plugin/commit/4cefcc36056e9af) bsorrentino *2017-09-07 10:38:51* + +**Merge branch 'beikov-patch-1' into release/3.3.2** + + +[0a8885a7e336946](https://github.com/bsorrentino/maven-annotation-plugin/commit/0a8885a7e336946) bsorrentino *2017-09-07 10:33:38* + **Windows path separator fix** @@ -927,15 +1362,35 @@ **Pass through additional compiler arguments** - * This will allow to pass arguments like "--add-modules=java.se.ee" as `compilerArguments` + * This will allow to pass arguments like "--add-modules=java.se.ee" as `compilerArguments` [fed8bfecc523ec9](https://github.com/bsorrentino/maven-annotation-plugin/commit/fed8bfecc523ec9) Christian Beikov *2017-09-07 10:06:58* +**Merge branch 'hotfix/issue#68' into develop** + + +[eb20ce6d25e163d](https://github.com/bsorrentino/maven-annotation-plugin/commit/eb20ce6d25e163d) bsorrentino *2017-07-30 16:14:00* + +**Merge branch 'hotfix/issue#68'** + + +[0d916b6f61ee904](https://github.com/bsorrentino/maven-annotation-plugin/commit/0d916b6f61ee904) bsorrentino *2017-07-30 16:13:57* + +**Merge branch 'develop' into hotfix/issue#68** + + +[a3221eb31839902](https://github.com/bsorrentino/maven-annotation-plugin/commit/a3221eb31839902) bsorrentino *2017-07-30 16:13:12* + **update ignore** [ef30ce5fdb71f82](https://github.com/bsorrentino/maven-annotation-plugin/commit/ef30ce5fdb71f82) bsorrentino *2017-07-30 16:11:50* +**#68 - update license tag** + + +[1e43ba3b13f4ccb](https://github.com/bsorrentino/maven-annotation-plugin/commit/1e43ba3b13f4ccb) bsorrentino *2017-07-30 16:10:49* + **merge from hotfix** @@ -946,6 +1401,11 @@ [d5b95a9ac4845f6](https://github.com/bsorrentino/maven-annotation-plugin/commit/d5b95a9ac4845f6) bsorrentino *2017-04-11 20:29:06* +**Merge branch 'hotfix/test_version'** + + +[047ebbdfbecbe16](https://github.com/bsorrentino/maven-annotation-plugin/commit/047ebbdfbecbe16) bsorrentino *2017-04-11 20:28:20* + **update test version** @@ -956,155 +1416,168 @@ [9d9a5d185241e67](https://github.com/bsorrentino/maven-annotation-plugin/commit/9d9a5d185241e67) bsorrentino *2017-04-11 20:25:40* +**Merge branch 'release/3.3.1' into develop** -### [#68](https://github.com/bsorrentino/maven-annotation-plugin/issues/68) License inconsistency - -**#68 - update license tag** +[bd12017f0c19e0c](https://github.com/bsorrentino/maven-annotation-plugin/commit/bd12017f0c19e0c) bsorrentino *2017-04-11 20:17:08* -[1e43ba3b13f4ccb](https://github.com/bsorrentino/maven-annotation-plugin/commit/1e43ba3b13f4ccb) bsorrentino *2017-07-30 16:10:49* +## v3.3.1 +### Generic changes -### [#69](https://github.com/bsorrentino/maven-annotation-plugin/issues/69) Java 9 support *enhancement* +**Merge branch 'release/3.3.1'** -**fix #69 merge #70** - * Merge branch 'release/3.3.2' +[31dd746e5d51ee8](https://github.com/bsorrentino/maven-annotation-plugin/commit/31dd746e5d51ee8) bsorrentino *2017-04-11 20:16:48* -[694b5232f4369d5](https://github.com/bsorrentino/maven-annotation-plugin/commit/694b5232f4369d5) bsorrentino *2017-09-07 11:07:24* +**prepare release** -**#69 remove redundant if** +[91113cb72b411ac](https://github.com/bsorrentino/maven-annotation-plugin/commit/91113cb72b411ac) bsorrentino *2017-04-11 20:16:30* -[4cefcc36056e9af](https://github.com/bsorrentino/maven-annotation-plugin/commit/4cefcc36056e9af) bsorrentino *2017-09-07 10:38:51* +**fix issue#66 and issue#67** -### [#70](https://github.com/bsorrentino/maven-annotation-plugin/pull/70) Pass through additional compiler arguments *enhancement* +[c5dd497e8f2477a](https://github.com/bsorrentino/maven-annotation-plugin/commit/c5dd497e8f2477a) bsorrentino *2017-04-11 20:00:12* -**fix #69 merge #70** +**move to next dev version** - * Merge branch 'release/3.3.2' -[694b5232f4369d5](https://github.com/bsorrentino/maven-annotation-plugin/commit/694b5232f4369d5) bsorrentino *2017-09-07 11:07:24* +[6709b3a8f23fc9f](https://github.com/bsorrentino/maven-annotation-plugin/commit/6709b3a8f23fc9f) bsorrentino *2017-04-10 17:38:10* +**Merge branch 'release/3.3' into develop** -## v3.3.1 -### Generic changes -**prepare release** +[71d314ce7027815](https://github.com/bsorrentino/maven-annotation-plugin/commit/71d314ce7027815) bsorrentino *2017-04-10 17:35:14* -[91113cb72b411ac](https://github.com/bsorrentino/maven-annotation-plugin/commit/91113cb72b411ac) bsorrentino *2017-04-11 20:16:30* +## v3.3 +### Generic changes -**move to next dev version** +**Merge branch 'release/3.3'** -[6709b3a8f23fc9f](https://github.com/bsorrentino/maven-annotation-plugin/commit/6709b3a8f23fc9f) bsorrentino *2017-04-10 17:38:10* +[344d377f35dfecb](https://github.com/bsorrentino/maven-annotation-plugin/commit/344d377f35dfecb) bsorrentino *2017-04-10 17:35:07* -**add support of env vars : maven.processor.source & maven.processor.target** +**update comments** -[4e81968ea5ee538](https://github.com/bsorrentino/maven-annotation-plugin/commit/4e81968ea5ee538) bsorrentino *2017-04-09 11:10:32* +[063f735be3a4227](https://github.com/bsorrentino/maven-annotation-plugin/commit/063f735be3a4227) bsorrentino *2017-04-10 17:34:50* -**finalize Toolchain integration** +**update readme** -[5dc726a14ca66cc](https://github.com/bsorrentino/maven-annotation-plugin/commit/5dc726a14ca66cc) bsorrentino *2017-04-09 10:58:55* +[fa257b153e9cb95](https://github.com/bsorrentino/maven-annotation-plugin/commit/fa257b153e9cb95) bsorrentino *2017-04-10 13:20:19* -**add ToolchainManager component** +**update site doc** -[0e6e2947d94ccbc](https://github.com/bsorrentino/maven-annotation-plugin/commit/0e6e2947d94ccbc) bsorrentino *2017-04-08 20:04:57* +[165ad0853b3ed37](https://github.com/bsorrentino/maven-annotation-plugin/commit/165ad0853b3ed37) bsorrentino *2017-04-10 13:18:45* -**update** +**update README** -[40a6e2ec2ab4686](https://github.com/bsorrentino/maven-annotation-plugin/commit/40a6e2ec2ab4686) bsorrentino *2017-03-28 16:14:31* +[b36c0435ecb71e2](https://github.com/bsorrentino/maven-annotation-plugin/commit/b36c0435ecb71e2) bsorrentino *2017-04-09 17:59:47* -**Customize Plexus Compiler to capture output** +**update readme** -[8ce007e4f1f97d0](https://github.com/bsorrentino/maven-annotation-plugin/commit/8ce007e4f1f97d0) bsorrentino *2017-03-28 11:08:12* +[83635f07abf09eb](https://github.com/bsorrentino/maven-annotation-plugin/commit/83635f07abf09eb) bsorrentino *2017-04-09 17:44:03* -**plexus compiler refinements** +**prepare for release** -[384cc666c61d4ce](https://github.com/bsorrentino/maven-annotation-plugin/commit/384cc666c61d4ce) bsorrentino *2017-03-27 22:45:50* +[fc0f4631c9e0a08](https://github.com/bsorrentino/maven-annotation-plugin/commit/fc0f4631c9e0a08) bsorrentino *2017-04-09 17:33:55* -**add support of plexus compiler** +**Merge branch 'feature/issue#65' into develop** -[91128bea35178d1](https://github.com/bsorrentino/maven-annotation-plugin/commit/91128bea35178d1) bsorrentino *2017-03-21 17:14:50* +[9d4e359f376f940](https://github.com/bsorrentino/maven-annotation-plugin/commit/9d4e359f376f940) bsorrentino *2017-04-09 11:17:34* -**move to next develop version** +**add support of env vars : maven.processor.source & maven.processor.target** -[75059592db5173e](https://github.com/bsorrentino/maven-annotation-plugin/commit/75059592db5173e) bsorrentino *2017-03-09 16:39:07* +[4e81968ea5ee538](https://github.com/bsorrentino/maven-annotation-plugin/commit/4e81968ea5ee538) bsorrentino *2017-04-09 11:10:32* +**finalize Toolchain integration** -### [#66](https://github.com/bsorrentino/maven-annotation-plugin/issues/66) (use -source 8 or higher to enable lambda expressions) *bug* -**fix issue#66 and issue#67** +[5dc726a14ca66cc](https://github.com/bsorrentino/maven-annotation-plugin/commit/5dc726a14ca66cc) bsorrentino *2017-04-09 10:58:55* +**add ToolchainManager component** -[c5dd497e8f2477a](https://github.com/bsorrentino/maven-annotation-plugin/commit/c5dd497e8f2477a) bsorrentino *2017-04-11 20:00:12* +[0e6e2947d94ccbc](https://github.com/bsorrentino/maven-annotation-plugin/commit/0e6e2947d94ccbc) bsorrentino *2017-04-08 20:04:57* -### [#67](https://github.com/bsorrentino/maven-annotation-plugin/issues/67) from version 3.3 options are not taking in consideration *bug* +**update** -**fix issue#66 and issue#67** +[40a6e2ec2ab4686](https://github.com/bsorrentino/maven-annotation-plugin/commit/40a6e2ec2ab4686) bsorrentino *2017-03-28 16:14:31* -[c5dd497e8f2477a](https://github.com/bsorrentino/maven-annotation-plugin/commit/c5dd497e8f2477a) bsorrentino *2017-04-11 20:00:12* +**Customize Plexus Compiler to capture output** -## v3.3 -### Generic changes +[8ce007e4f1f97d0](https://github.com/bsorrentino/maven-annotation-plugin/commit/8ce007e4f1f97d0) bsorrentino *2017-03-28 11:08:12* -**update comments** +**plexus compiler refinements** -[063f735be3a4227](https://github.com/bsorrentino/maven-annotation-plugin/commit/063f735be3a4227) bsorrentino *2017-04-10 17:34:50* +[384cc666c61d4ce](https://github.com/bsorrentino/maven-annotation-plugin/commit/384cc666c61d4ce) bsorrentino *2017-03-27 22:45:50* -**update readme** +**add support of plexus compiler** -[fa257b153e9cb95](https://github.com/bsorrentino/maven-annotation-plugin/commit/fa257b153e9cb95) bsorrentino *2017-04-10 13:20:19* +[91128bea35178d1](https://github.com/bsorrentino/maven-annotation-plugin/commit/91128bea35178d1) bsorrentino *2017-03-21 17:14:50* -**update site doc** +**Merge branches 'develop' and 'master' of https://github.com/bsorrentino/maven-annotation-plugin into develop** -[165ad0853b3ed37](https://github.com/bsorrentino/maven-annotation-plugin/commit/165ad0853b3ed37) bsorrentino *2017-04-10 13:18:45* +[3504296e242e099](https://github.com/bsorrentino/maven-annotation-plugin/commit/3504296e242e099) bsorrentino *2017-03-20 23:38:35* -**update README** +**move to next develop version** -[b36c0435ecb71e2](https://github.com/bsorrentino/maven-annotation-plugin/commit/b36c0435ecb71e2) bsorrentino *2017-04-09 17:59:47* +[75059592db5173e](https://github.com/bsorrentino/maven-annotation-plugin/commit/75059592db5173e) bsorrentino *2017-03-09 16:39:07* -**update readme** +**Merge branch 'hotfix/docs' into develop** -[83635f07abf09eb](https://github.com/bsorrentino/maven-annotation-plugin/commit/83635f07abf09eb) bsorrentino *2017-04-09 17:44:03* +[ecb8230763ceaeb](https://github.com/bsorrentino/maven-annotation-plugin/commit/ecb8230763ceaeb) bsorrentino *2016-10-07 13:25:04* -**prepare for release** +**Merge branch 'hotfix/docs'** -[fc0f4631c9e0a08](https://github.com/bsorrentino/maven-annotation-plugin/commit/fc0f4631c9e0a08) bsorrentino *2017-04-09 17:33:55* +[309d32b3b0ed203](https://github.com/bsorrentino/maven-annotation-plugin/commit/309d32b3b0ed203) bsorrentino *2016-10-07 13:25:01* **update doc** [eeb362efe21faa7](https://github.com/bsorrentino/maven-annotation-plugin/commit/eeb362efe21faa7) bsorrentino *2016-10-07 13:24:41* +**Merge branch 'release/3.2.0' into develop** + + +[1fe0ac65cce8445](https://github.com/bsorrentino/maven-annotation-plugin/commit/1fe0ac65cce8445) bsorrentino *2016-10-07 13:08:25* + ## v3.2.0 ### Generic changes +**Merge branch 'release/3.2.0'** + + +[6f27cfe1b05d035](https://github.com/bsorrentino/maven-annotation-plugin/commit/6f27cfe1b05d035) bsorrentino *2016-10-07 13:08:16* + **update for release 3.2.0** [c144aec79429c54](https://github.com/bsorrentino/maven-annotation-plugin/commit/c144aec79429c54) bsorrentino *2016-10-07 13:07:59* +**Merge branch 'feature/issue#63' into develop** + + +[28a915b917b3799](https://github.com/bsorrentino/maven-annotation-plugin/commit/28a915b917b3799) bsorrentino *2016-10-07 12:27:58* + **get sourcepath from project.getCompileSourceRoot()** @@ -1125,6 +1598,16 @@ [94f1fe0ff5aa55e](https://github.com/bsorrentino/maven-annotation-plugin/commit/94f1fe0ff5aa55e) bsorrentino *2016-09-12 14:30:30* +**Merge branch 'hotfix/doc' into develop** + + +[f8c6e3d57e28381](https://github.com/bsorrentino/maven-annotation-plugin/commit/f8c6e3d57e28381) bsorrentino *2016-02-02 22:30:27* + +**Merge branch 'hotfix/doc'** + + +[7642b247b15e8c0](https://github.com/bsorrentino/maven-annotation-plugin/commit/7642b247b15e8c0) bsorrentino *2016-02-02 22:30:23* + **update links** @@ -1135,15 +1618,37 @@ [eee1a25b33dc0c3](https://github.com/bsorrentino/maven-annotation-plugin/commit/eee1a25b33dc0c3) bsorrentino *2016-02-02 22:28:00* +**Merge branch 'release/3.1.0' into develop** + + +[7f6fe247010b04d](https://github.com/bsorrentino/maven-annotation-plugin/commit/7f6fe247010b04d) bsorrentino *2016-02-02 22:25:22* + ## v3.1.0 ### Generic changes +**Merge branch 'release/3.1.0'** + + +[c9c9f53a168ac99](https://github.com/bsorrentino/maven-annotation-plugin/commit/c9c9f53a168ac99) bsorrentino *2016-02-02 22:25:07* + **update README** [b0f2f4fd56a3264](https://github.com/bsorrentino/maven-annotation-plugin/commit/b0f2f4fd56a3264) bsorrentino *2016-02-02 22:24:48* +**Merge branch 'feature/borisbrodski-master' into develop** + + +[3fa74941ff22b45](https://github.com/bsorrentino/maven-annotation-plugin/commit/3fa74941ff22b45) bsorrentino *2016-02-02 22:01:56* + +**pull request #61 merged** + + * site deploy on branch gh-pages automated + * site plugin updated + +[05e9e0e92cb38ee](https://github.com/bsorrentino/maven-annotation-plugin/commit/05e9e0e92cb38ee) bsorrentino *2016-02-02 21:57:32* + **Add "skip" property to MOJOs** * This fixes https://github.com/bsorrentino/maven-annotation-plugin/issues/59 @@ -1180,20 +1685,20 @@ [fe5256ee0da3045](https://github.com/bsorrentino/maven-annotation-plugin/commit/fe5256ee0da3045) bsorrentino *2014-06-28 21:05:37* +**[maven-release-plugin] prepare for next development iteration** -### [#61](https://github.com/bsorrentino/maven-annotation-plugin/pull/61) Add "skip" property to MOJOs - -**pull request #61 merged** - - * site deploy on branch gh-pages automated - * site plugin updated -[05e9e0e92cb38ee](https://github.com/bsorrentino/maven-annotation-plugin/commit/05e9e0e92cb38ee) bsorrentino *2016-02-02 21:57:32* +[78e26adb31c7ffa](https://github.com/bsorrentino/maven-annotation-plugin/commit/78e26adb31c7ffa) bsorrentino *2014-06-28 17:02:18* ## maven-processor-plugin-3.1.0-beta1 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-3.1.0-beta1** + + +[168974b681f61d8](https://github.com/bsorrentino/maven-annotation-plugin/commit/168974b681f61d8) bsorrentino *2014-06-28 16:59:16* + **update compiler plugin version** @@ -1234,55 +1739,115 @@ [6106c78b7de5e53](https://github.com/bsorrentino/maven-annotation-plugin/commit/6106c78b7de5e53) bsorrentino *2013-09-15 19:20:37* +**[maven-release-plugin] prepare for next development iteration** + + +[2f7df43c4a7ab54](https://github.com/bsorrentino/maven-annotation-plugin/commit/2f7df43c4a7ab54) bsorrentino *2013-06-14 19:45:34* + ## maven-processor-plugin-2.2.4 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.2.4** + + +[82809e97d0e0df5](https://github.com/bsorrentino/maven-annotation-plugin/commit/82809e97d0e0df5) bsorrentino *2013-06-14 19:45:24* + **Issue 54** [e92be425742664f](https://github.com/bsorrentino/maven-annotation-plugin/commit/e92be425742664f) softphone *2013-06-14 19:44:13* +**[maven-release-plugin] prepare for next development iteration** + + +[01341dabaaf45b9](https://github.com/bsorrentino/maven-annotation-plugin/commit/01341dabaaf45b9) bsorrentino *2013-05-22 20:54:17* + ## maven-processor-plugin-2.2.3 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.2.3** + + +[8ea0e1cc1473ca7](https://github.com/bsorrentino/maven-annotation-plugin/commit/8ea0e1cc1473ca7) bsorrentino *2013-05-22 20:54:06* + **Issue 53** [60db10784d6b596](https://github.com/bsorrentino/maven-annotation-plugin/commit/60db10784d6b596) softphone *2013-05-22 20:53:02* +**[maven-release-plugin] prepare for next development iteration** + + +[8706c8c51898821](https://github.com/bsorrentino/maven-annotation-plugin/commit/8706c8c51898821) bsorrentino *2013-05-20 20:24:24* + ## maven-processor-plugin-2.2.2 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.2.2** + + +[74bf893c48a143e](https://github.com/bsorrentino/maven-annotation-plugin/commit/74bf893c48a143e) bsorrentino *2013-05-20 20:24:14* + **Issue 48** [70957ebf1386ce3](https://github.com/bsorrentino/maven-annotation-plugin/commit/70957ebf1386ce3) softphone *2013-05-14 13:28:18* +**[maven-release-plugin] prepare for next development iteration** + + +[9090e665a6e4e41](https://github.com/bsorrentino/maven-annotation-plugin/commit/9090e665a6e4e41) bsorrentino *2013-04-06 12:38:29* + ## maven-processor-plugin-2.2.1 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.2.1** + + +[4fb3d1e08e45277](https://github.com/bsorrentino/maven-annotation-plugin/commit/4fb3d1e08e45277) bsorrentino *2013-04-06 12:38:24* + **Issue 51** [bbfd5ea26f874c0](https://github.com/bsorrentino/maven-annotation-plugin/commit/bbfd5ea26f874c0) softphone *2013-04-06 12:34:06* +**[maven-release-plugin] prepare for next development iteration** + + +[4b3940411e41305](https://github.com/bsorrentino/maven-annotation-plugin/commit/4b3940411e41305) bsorrentino *2013-04-04 10:19:12* + ## maven-processor-plugin-2.2.0 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.2.0** + + +[b4fe7f7e15c0314](https://github.com/bsorrentino/maven-annotation-plugin/commit/b4fe7f7e15c0314) bsorrentino *2013-04-04 10:19:05* + **merge patch from Heiko Braun** [c7f9172bc143a11](https://github.com/bsorrentino/maven-annotation-plugin/commit/c7f9172bc143a11) bsorrentino *2013-04-03 15:32:13* +**[maven-release-plugin] prepare for next development iteration** + + +[e8301f164d2be37](https://github.com/bsorrentino/maven-annotation-plugin/commit/e8301f164d2be37) bsorrentino *2013-01-30 13:46:39* + ## maven-processor-plugin-2.1.1 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.1.1** + + +[74f87d256514e4a](https://github.com/bsorrentino/maven-annotation-plugin/commit/74f87d256514e4a) bsorrentino *2013-01-30 13:46:32* + **issue 47** @@ -1293,10 +1858,20 @@ [e29da4cf58db458](https://github.com/bsorrentino/maven-annotation-plugin/commit/e29da4cf58db458) softphone *2013-01-26 21:19:00* +**[maven-release-plugin] prepare for next development iteration** + + +[0abf98d463abbc0](https://github.com/bsorrentino/maven-annotation-plugin/commit/0abf98d463abbc0) bsorrentino *2012-11-06 00:34:49* + ## maven-processor-plugin-2.1.0 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.1.0** + + +[3cf22065dd97a9e](https://github.com/bsorrentino/maven-annotation-plugin/commit/3cf22065dd97a9e) bsorrentino *2012-11-06 00:34:43* + **issue46** @@ -1307,10 +1882,35 @@ [64b0901fbc675e2](https://github.com/bsorrentino/maven-annotation-plugin/commit/64b0901fbc675e2) softphone *2012-10-17 21:32:51* +**[maven-release-plugin] prepare for next development iteration** + + +[0eb51e2ae1f080f](https://github.com/bsorrentino/maven-annotation-plugin/commit/0eb51e2ae1f080f) bsorrentino *2012-10-17 20:32:52* + ## maven-processor-plugin-2.1.0-beta1 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.1.0-beta1** + + +[05afdbcba85c39a](https://github.com/bsorrentino/maven-annotation-plugin/commit/05afdbcba85c39a) bsorrentino *2012-10-17 20:32:45* + +**[maven-release-plugin] rollback the release of maven-processor-plugin-2.1.0** + + +[fb3ab1d88e6fbfa](https://github.com/bsorrentino/maven-annotation-plugin/commit/fb3ab1d88e6fbfa) bsorrentino *2012-10-17 20:31:34* + +**[maven-release-plugin] prepare for next development iteration** + + +[515a103e2cddb70](https://github.com/bsorrentino/maven-annotation-plugin/commit/515a103e2cddb70) bsorrentino *2012-10-17 20:27:11* + +**[maven-release-plugin] prepare release maven-processor-plugin-2.1.0** + + +[fe5becf4fda8ed6](https://github.com/bsorrentino/maven-annotation-plugin/commit/fe5becf4fda8ed6) bsorrentino *2012-10-17 20:27:06* + **update docs url** @@ -1326,15 +1926,42 @@ [57a0baf1a1cc8b0](https://github.com/bsorrentino/maven-annotation-plugin/commit/57a0baf1a1cc8b0) bsorrentino *2012-10-12 16:02:24* +**[maven-release-plugin] prepare for next development iteration** + + +[5e204bbeccd65b7](https://github.com/bsorrentino/maven-annotation-plugin/commit/5e204bbeccd65b7) bsorrentino *2012-10-09 09:07:02* + ## maven-processor-plugin-2.0.8 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.0.8** + + +[b5c35ff6dece554](https://github.com/bsorrentino/maven-annotation-plugin/commit/b5c35ff6dece554) bsorrentino *2012-10-09 09:06:57* + **update release** [e7a28e644424dc5](https://github.com/bsorrentino/maven-annotation-plugin/commit/e7a28e644424dc5) bsorrentino *2012-10-09 09:05:32* +**Merge branch 'master' of https://code.google.com/p/maven-annotation-plugin** + + * Conflicts: + * pom.xml + +[ade7ff72d453141](https://github.com/bsorrentino/maven-annotation-plugin/commit/ade7ff72d453141) bsorrentino *2012-10-09 08:46:21* + +**[maven-release-plugin] prepare for next development iteration** + + +[ace13ae71883244](https://github.com/bsorrentino/maven-annotation-plugin/commit/ace13ae71883244) bsorrentino *2012-10-09 08:45:04* + +**[maven-release-plugin] prepare release maven-processor-plugin-2.0.7** + + +[845ffcc6cc9b3ba](https://github.com/bsorrentino/maven-annotation-plugin/commit/845ffcc6cc9b3ba) bsorrentino *2012-10-09 07:11:01* + **Issue 43** @@ -1364,10 +1991,20 @@ [5f82c3d82f3d3c9](https://github.com/bsorrentino/maven-annotation-plugin/commit/5f82c3d82f3d3c9) bsorrentino *2012-08-26 17:21:54* +**[maven-release-plugin] prepare for next development iteration** + + +[aae8e16ecc9398d](https://github.com/bsorrentino/maven-annotation-plugin/commit/aae8e16ecc9398d) bsorrentino *2012-08-07 08:23:54* + ## maven-processor-plugin-2.0.6 ### Generic changes +**[maven-release-plugin] prepare release maven-processor-plugin-2.0.6** + + +[4372308db52d133](https://github.com/bsorrentino/maven-annotation-plugin/commit/4372308db52d133) bsorrentino *2012-08-07 08:23:45* + **update scm to git** @@ -1528,4 +2165,10 @@ [22a3c1b1a9be1a6](https://github.com/bsorrentino/maven-annotation-plugin/commit/22a3c1b1a9be1a6) valery.isaev@gmail.com *2011-03-13 00:01:25* +**Initial directory structure.** + + * git-svn-id: https://projectname.googlecode.com/svn/trunk@1 c416075f-80b4-e980-4839-00ea3ed24e77 + +[5a9200a598cb9d5](https://github.com/bsorrentino/maven-annotation-plugin/commit/5a9200a598cb9d5) (no author) *2011-02-22 20:23:11* + diff --git a/compiler-jdk8/pom.xml b/compiler-jdk8/pom.xml index 5943312..0e2b07b 100644 --- a/compiler-jdk8/pom.xml +++ b/compiler-jdk8/pom.xml @@ -5,7 +5,7 @@ maven-processor-plugin-parent org.bsc.maven - 5.0-jdk8-rc3 + 5.0 ../pom-jdk8.xml 4.0.0 diff --git a/compiler-jdk8/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java b/compiler-jdk8/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java index 2b5529e..c05135b 100644 --- a/compiler-jdk8/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java +++ b/compiler-jdk8/src/main/java/org/bsc/maven/plugin/processor/AnnotationProcessorCompiler.java @@ -418,12 +418,15 @@ public CompilationTask getTask( public void setProcessors(Iterable processors) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } - @Override public void setLocale(Locale locale) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } + public void addModules(Iterable moduleNames) { + throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. + } + @Override public Boolean call() { try { diff --git a/compiler/pom.xml b/compiler/pom.xml index 8364695..ae13773 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -5,7 +5,7 @@ maven-processor-plugin-parent org.bsc.maven - 5.0-rc3 + 5.0 4.0.0 diff --git a/pom-jdk8.xml b/pom-jdk8.xml index 9f2b695..2e51e2a 100644 --- a/pom-jdk8.xml +++ b/pom-jdk8.xml @@ -3,7 +3,7 @@ org.bsc.maven maven-processor-plugin-parent pom - 5.0-jdk8-rc3 + 5.0 MAVEN PROCESSOR PLUGIN PARENT (JDK8) A maven plugin to process annotation for jdk6 at compile time @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. https://github.com/bsorrentino/maven-annotation-plugin - 3.5 + 3.6 @@ -36,9 +36,9 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. sonatype-repo https://oss.sonatype.org/service/local/staging/deploy/maven2 - 3.5.4 + 3.6.0 3.6.0 - 2.8.3 + 2.13.0 1.8 1.8 @@ -156,13 +156,25 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + jar + zip + + org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.12.1 diff --git a/pom.xml b/pom.xml index 3305ae9..cf12830 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.bsc.maven maven-processor-plugin-parent pom - 5.0-rc3 + 5.0 MAVEN PROCESSOR PLUGIN PARENT A maven plugin to process annotation for jdk6 at compile time @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. https://github.com/bsorrentino/maven-annotation-plugin - 3.5 + 3.6 @@ -36,9 +36,9 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. sonatype-repo https://oss.sonatype.org/service/local/staging/deploy/maven2 - 3.5.4 + 3.6.0 3.6.0 - 2.8.3 + 2.13.0 1.9 1.9 @@ -96,16 +96,19 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.apache.maven maven-core ${maven.version} + provided org.apache.maven maven-plugin-api ${maven.plugin.version} + provided org.apache.maven.plugin-tools maven-plugin-annotations ${maven.plugin.version} + provided org.codehaus.plexus @@ -158,13 +161,24 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + jar + zip + + + org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.12.1 @@ -222,7 +236,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. se.bjurr.gitchangelog git-changelog-maven-plugin false - 1.60 + 1.99.0 changelog.json diff --git a/processor/pom-jdk8.xml b/processor/pom-jdk8.xml index e837856..a6b90f4 100644 --- a/processor/pom-jdk8.xml +++ b/processor/pom-jdk8.xml @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.bsc.maven maven-processor-plugin-parent - 5.0-jdk8-rc3 + 5.0 ../pom-jdk8.xml diff --git a/processor/pom.xml b/processor/pom.xml index fc39928..13fc8ff 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.bsc.maven maven-processor-plugin-parent - 5.0-rc3 + 5.0 diff --git a/test/app/pom.xml b/test/app/pom.xml index 03bda25..bf66ef5 100644 --- a/test/app/pom.xml +++ b/test/app/pom.xml @@ -11,7 +11,7 @@ org.bsc.maven maven-processor-plugin-parent - 5.0-rc3 + 5.0 ../../pom.xml diff --git a/test/processors/pom.xml b/test/processors/pom.xml index 817050e..397c061 100644 --- a/test/processors/pom.xml +++ b/test/processors/pom.xml @@ -11,7 +11,7 @@ org.bsc.maven maven-processor-plugin-parent - 5.0-rc3 + 5.0 ../../pom.xml diff --git a/utils/pom-jdk8.xml b/utils/pom-jdk8.xml index 017ecb6..313e91e 100644 --- a/utils/pom-jdk8.xml +++ b/utils/pom-jdk8.xml @@ -31,7 +31,7 @@ org.bsc.maven maven-processor-plugin-parent - 5.0-jdk8-rc3 + 5.0 ../pom-jdk8.xml diff --git a/utils/pom.xml b/utils/pom.xml index 76e9e80..70035a0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -31,7 +31,7 @@ org.bsc.maven maven-processor-plugin-parent - 5.0-rc3 + 5.0