-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7d01b3
commit 6e434a9
Showing
32 changed files
with
626 additions
and
264 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
# Project Keeper 2.9.7, released 2023-04-13 | ||
|
||
Code name: Find duplicate classes | ||
|
||
## Summary | ||
|
||
This release adds duplicate-finder-maven-plugin to all Maven projects which finds duplicate classes in dependencies. This may cause the build to fail. In this case please fix your dependencies. You can run the plugin manually with `mvn duplicate-finder:check`. See the [plugin documentation](https://github.com/basepom/duplicate-finder-maven-plugin/wiki) for configuration options. | ||
|
||
This release also adds a default link replacement for the parsson library and changes the warning log message `Created '*'. Don't forget to update its content!` to level INFO. | ||
|
||
## Features | ||
|
||
* #447: Added duplicate-finder-maven-plugin to all Maven projects | ||
* #448: Added default link replacement for parsson library | ||
|
||
## Bugfixes | ||
|
||
* #446: Changed warning log message "Created '*'. Don't forget to update its content!" to level INFO | ||
|
||
## Dependency Updates | ||
|
||
### Project-Keeper Shared Model Classes | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.14` to `3.14.1` | ||
* Updated `org.mockito:mockito-core:5.2.0` to `5.3.0` | ||
* Updated `org.slf4j:slf4j-jdk14:2.0.6` to `2.0.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.0` to `3.1.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` | ||
|
||
### Project Keeper Core | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.6` to `2.9.7` | ||
* Removed `javax.xml.bind:jaxb-api:2.4.0-b180830.0359` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-java-project-crawler:2.9.6` to `2.9.7` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-test-setup:2.9.6` to `2.9.7` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.14` to `3.14.1` | ||
* Updated `org.mockito:mockito-junit-jupiter:5.2.0` to `5.3.0` | ||
* Updated `org.slf4j:slf4j-jdk14:2.0.6` to `2.0.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.0` to `3.1.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M8` to `3.0.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` | ||
|
||
### Project Keeper Command Line Interface | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:2.9.6` to `2.9.7` | ||
* Updated `org.apache.maven:maven-model:3.9.0` to `3.9.1` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `org.slf4j:slf4j-jdk14:2.0.6` to `2.0.7` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-test-setup:2.9.6` to `2.9.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.0` to `3.1.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M8` to `3.0.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` | ||
|
||
### Project Keeper Maven Plugin | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:2.9.6` to `2.9.7` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `org.jacoco:org.jacoco.agent:0.8.8` to `0.8.9` | ||
* Updated `org.mockito:mockito-core:5.2.0` to `5.3.0` | ||
* Updated `org.slf4j:slf4j-jdk14:2.0.6` to `2.0.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.0` to `3.1.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M8` to `3.0.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` | ||
|
||
### Project Keeper Java Project Crawler | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.6` to `2.9.7` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `org.jacoco:org.jacoco.agent:0.8.8` to `0.8.9` | ||
* Updated `org.mockito:mockito-core:5.2.0` to `5.3.0` | ||
* Updated `org.slf4j:slf4j-jdk14:2.0.6` to `2.0.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.0` to `3.1.1` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M8` to `3.0.0` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` | ||
|
||
### Project Keeper Shared Test Setup | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.6` to `2.9.7` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3` | ||
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.2.1` to `3.3.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0` | ||
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.