-
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.
Updated dependencies and added documentation (#104)
* Updated dependencies and added documentation Co-authored-by: Sebastian Bär <[email protected]> Co-authored-by: Christoph Pirkl <[email protected]> Co-authored-by: Christoph Pirkl <[email protected]> * Fixed review findings enhanced unit tests * updated dependency documentation after adding org.junit-pioneer:junit-pioneer * fixed review findings. Co-authored-by: Sebastian Bär <[email protected]> Co-authored-by: Christoph Pirkl <[email protected]>
- Loading branch information
1 parent
8cad97f
commit e29b8ad
Showing
13 changed files
with
232 additions
and
100 deletions.
There are no files selected for viewing
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,10 @@ | ||
pk_generated_parent.pom linguist-generated=true | ||
dependencies.md linguist-generated=true | ||
doc/changes/changelog.md linguist-generated=true | ||
.github/workflows/broken_links_checker.yml linguist-generated=true | ||
.github/workflows/ci-build-next-java.yml linguist-generated=true | ||
.github/workflows/ci-build.yml linguist-generated=true | ||
.github/workflows/dependencies_check.yml linguist-generated=true | ||
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true | ||
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true | ||
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true |
6 changes: 4 additions & 2 deletions
6
.github/workflows/release_droid_upload_github_release_assets.yml
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,23 @@ | ||
# Test Database Builder for Java 3.4.0, released 2022-09-30 | ||
|
||
Code name: Support system properties to set DEBUG_ADDRESS and LOG_LEVEL. | ||
|
||
## Summary | ||
|
||
This release adds support to use properties to set `DEBUG_ADDRESS` and `LOG_LEVEL` for virtual schemas, please see the [User Guide](https://github.com/exasol/test-db-builder-java/blob/main/doc/user_guide/user_guide.md#debug-output) for details. | ||
|
||
## Features | ||
|
||
* #103: Enabled to set `DEBUG_ADDRESS` and `LOG_LEVEL` based on properties. | ||
|
||
## Dependency Updates | ||
|
||
### Test Dependency Updates | ||
|
||
* Added `org.junit-pioneer:junit-pioneer:1.7.1` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.1` to `1.1.2` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.5.0` to `2.8.0` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.0.0` to `3.1.0` |
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.