-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
dfbdb43
commit b465544
Showing
23 changed files
with
321 additions
and
224 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,56 +1,101 @@ | ||
# Project Keeper 2.9.1, released 2022-??-?? | ||
# Project Keeper 2.9.1, released 2022-11-04 | ||
|
||
Code name: Minor Changes | ||
Code name: Bug Fixes | ||
|
||
## Summary | ||
|
||
Fixed some bugs. | ||
Fixed bugs #397, #398 and #400, see below. | ||
|
||
## Bug Fix | ||
|
||
* #397: Categorized Go dependencies as 'unknown' if module name does not contain version number | ||
* #398: Fixed dependency change report if file `package.json` or `go.mod` is missing in previous release. | ||
* #400: Improved error handling for missing attributes in `package.json`. | ||
|
||
## Dependency Updates | ||
|
||
### Project-Keeper Shared Model Classes | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
* Updated `org.eclipse.jgit:org.eclipse.jgit:6.2.0.202206071550-r` to `6.3.0.202209071007-r` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.11` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-core:4.7.0` to `4.8.1` | ||
|
||
### Project Keeper Core | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.0` to `2.9.1` | ||
* Updated `org.glassfish.jaxb:jaxb-runtime:4.0.0` to `4.0.1` | ||
* Updated `org.yaml:snakeyaml:1.32` to `1.33` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-java-project-crawler:2.9.0` to `2.9.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.1.1` to `1.2.0` | ||
* Updated `com.exasol:project-keeper-shared-test-setup:2.9.0` to `2.9.1` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.11` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.7.0` to `4.8.1` | ||
|
||
### Project Keeper Command Line Interface | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
* Updated `com.exasol:project-keeper-core:2.9.0` to `2.9.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.1.1` to `1.2.0` | ||
* Updated `com.exasol:project-keeper-shared-test-setup:2.9.0` to `2.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.0` to `5.9.1` | ||
|
||
### Project Keeper Maven Plugin | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
* Updated `com.exasol:project-keeper-core:2.9.0` to `2.9.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.1.1` to `1.2.0` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-core:4.7.0` to `4.8.1` | ||
|
||
### Project Keeper Java Project Crawler | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.0` to `2.9.1` | ||
* Updated `org.eclipse.jgit:org.eclipse.jgit:6.2.0.202206071550-r` to `6.3.0.202209071007-r` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.1.1` to `1.2.0` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-core:4.7.0` to `4.8.1` | ||
|
||
### Project Keeper Shared Test Setup | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:2.9.0` to `2.9.1` | ||
* Updated `org.yaml:snakeyaml:1.32` to `1.33` |
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
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
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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ error-tags: | |
PK-CORE: | ||
packages: | ||
- com.exasol.projectkeeper | ||
highest-index: 162 | ||
highest-index: 164 |
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
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
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
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
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
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
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
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
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.