Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-with-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# BUILD AND TEST
- id: build-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# BUILD AND TEST
- id: build-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# RUN DATABASE TESTS
- id: pull-images
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/early-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# BUILD FOR DISTRIBUTION
- id: build
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
SchemaCrawler early access release at last commit ${{ github.sha }}
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip.SHA-512
overwrite_files: true

# MOVE GITHUB TAG
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
name: Upload artifacts for the release
uses: actions/upload-artifact@v7
with:
name: release-artifacts-v17.11.0
name: release-artifacts-v17.11.1
path: |
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip.SHA-512
retention-days: 2
- id: create-release
name: Create GitHub release
Expand All @@ -95,8 +95,8 @@ jobs:
See the change history at https://www.schemacrawler.com/changes-report.html
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.0-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-17.11.1-bin.zip.SHA-512
overwrite_files: true

# BUILD AND PUBLISH DOCKER IMAGE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single-threaded-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# BUILD AND TEST
- id: build-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: sualeh/build-maven-dependency@v1.0.8
with:
repository: schemacrawler/SchemaCrawler-Core
artifact: us.fatehi:schemacrawler:17.11.0
artifact: us.fatehi:schemacrawler:17.11.1

# BUILD AND TEST
- id: build-test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-aggregator</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-commandline</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-db2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-dbtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-diagram</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-distrib</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-docs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-hsqldb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-library-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-library-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-lint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-lint</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import schemacrawler.schema.Table;
import schemacrawler.schema.Identifiers;
import schemacrawler.schema.Table;
import schemacrawler.tools.command.lint.options.LintOptions;
import schemacrawler.tools.lint.Lint;
import schemacrawler.tools.lint.LintSeverity;
Expand Down Expand Up @@ -112,8 +112,8 @@ private void printLints(final Collection<Lint<?>> lints) {
final List<Lint<?>> lintsById = new ArrayList<>(multiMap.get(severity));
for (final Lint<?> lint : lintsById) {
final Object lintValue = lint.getValue();
if (lintValue instanceof Boolean boolean1) {
if (boolean1) {
if (lintValue instanceof Boolean booleanValue) {
if (booleanValue) {
formattingHelper.writeRow("", lint.getMessage(), "");
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-offline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-offline</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-operations</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-oracle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-scripting</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
</parent>
<artifactId>schemacrawler-sqlserver</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath />
</parent>
<artifactId>schemacrawler-text</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>17.11.0</version>
<version>17.11.1</version>
<relativePath />
</parent>
<artifactId>schemacrawler-verify</artifactId>
Expand Down
Loading