Skip to content

Commit

Permalink
Merge pull request #1766 from schemacrawler/nextrel
Browse files Browse the repository at this point in the history
v16.23.2
  • Loading branch information
sualeh authored Nov 27, 2024
2 parents 1131fa9 + 1d86b82 commit 1744c13
Show file tree
Hide file tree
Showing 41 changed files with 64 additions and 57 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/early-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
SchemaCrawler ${{ github.event.release.tag_name }} early access release at last commit ${{ github.sha }}
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip.SHA-512
# PUBLISH DOCKER IMAGE
- id: publish-docker-image
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
# Publish Docker image
docker version
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.23.1
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.23.2
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:latest
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push --all-tags schemacrawler/schemacrawler
Expand All @@ -61,12 +61,12 @@ jobs:
name: Upload installers
uses: actions/upload-artifact@v4
with:
name: release-artifacts-v16.23.1
name: release-artifacts-v16.23.2
path: |
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip.SHA-512
retention-days: 1
- id: create-release
name: Create GitHub release
Expand All @@ -82,10 +82,10 @@ jobs:
See the change history at https://www.schemacrawler.com/changes-report.html
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.1-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.23.2-bin.zip.SHA-512
# PUBLISH TO CENTRAL REPOSITORY
- id: install-secret-key
Expand Down
2 changes: 1 addition & 1 deletion 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>16.23.1</version>
<version>16.23.2</version>
<relativePath>./schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SchemaCrawler 16.23.1
SchemaCrawler 16.23.2
Database schema discovery and comprehension tool
https://www.schemacrawler.com/
Copyright (c) 2000-2025, Sualeh Fatehi <sualeh@hotmail.com>.
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-chatgpt/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-chatgpt</artifactId>
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>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-commandline</artifactId>
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>16.23.1</version>
<version>16.23.2</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 @@ -4,7 +4,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.23.1</version>
<version>16.23.2</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>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-diagram</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-distrib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</configurations>
<dependencies>
<dependency org="us.fatehi" name="schemacrawler-timesten"
rev="16.23.1" conf="binaries->default" />
rev="16.23.2" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-sapiq"
rev="16.23.1" conf="binaries->default" />
rev="16.23.2" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-hana"
rev="16.23.1" conf="binaries->default" />
rev="16.23.2" conf="binaries->default" />

<exclude org="us.fatehi" module="schemacrawler" />
<exclude org="org.hsqldb" module="hsqldb" />
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docker-compose/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docker-compose</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docker/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docker</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-examplecode/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-examplecode</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-hsqldb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-jdbc-drivers</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-lint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-loader</artifactId>
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>16.23.1</version>
<version>16.23.2</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>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-offline</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<packaging>pom</packaging>
<version>16.23.1</version>
<version>16.23.2</version>
<name>SchemaCrawler [Parent]</name>
<description>Free database schema discovery and comprehension tool</description>
<url>https://www.schemacrawler.com</url>
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>16.23.1</version>
<version>16.23.2</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 @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-scripting</artifactId>
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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlserver/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-testdb/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-testdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-text</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-utility/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-utility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/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>16.23.1</version>
<version>16.23.2</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-website</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/footer.include
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div id="footer" xmlns:dc="http://purl.org/dc/elements/1.1/" class="small">
<p id="copyright" property="dc:rights">
<span>SchemaCrawler, v16.23.1</span><br />
<span>SchemaCrawler, v16.23.2</span><br />
&copy;
<span property="dc:dateCopyrighted">2000-2025</span>
<span property="dc:creator">Sualeh Fatehi &lt;sualeh@hotmail.com&gt;.</span>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/header.include
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"https://www.linkedin.com/company/2826059/"
],
"downloadUrl":"http://github.com/schemacrawler/SchemaCrawler/releases/",
"softwareVersion":"SchemaCrawler, v16.23.1",
"softwareVersion":"SchemaCrawler, v16.23.2",
"applicationCategory": "Databases, QA, Java, JDBC",
"operatingSystem": "Any",
"releaseNotes": "https://www.schemacrawler.com/changes-report.html"
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-website/src/site/markdown/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In order to use SchemaCrawler in your [Apache Maven] projects, add a dependency
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler</artifactId>
<version>16.23.1</version>
<version>16.23.2</version>
</dependency>
</dependencies>
```
Expand All @@ -26,7 +26,7 @@ In order to use SchemaCrawler in your [Gradle] projects, add a dependency to Sch

```groovy
dependencies {
compile group: 'us.fatehi', name: 'schemacrawler', version: '16.23.1'
compile group: 'us.fatehi', name: 'schemacrawler', version: '16.23.2'
}
```

Expand Down
11 changes: 9 additions & 2 deletions schemacrawler-website/src/site/markdown/changes-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

SchemaCrawler release notes.

<a name="v16.23.2"></a>
## Release 16.23.2 - 2024-11-26

- Add back `getCrawlInfo` into the `BaseLinter` to allow linters to act based on a particular database system (see #1750)
- Create a lint report build to allow for custom lint reports to created programmatically (see #1750)


<a name="v16.23.1"></a>
## Release 16.23.1 - 2024-11-24

Expand Down Expand Up @@ -119,8 +126,8 @@ SchemaCrawler release notes.
- Fix issue #1179 for Mermaid diagram generation


<a name="v16.23.1"></a>
## Release 16.23.1 - 2023-06-03
<a name="v16.23.2"></a>
## Release 16.23.2 - 2023-06-03

- Fix issue #1146 for version of Apache Ivy 2.5.1
- Fix issue #1139 with allowing overrides of connection initializers in data sources
Expand Down
Loading

0 comments on commit 1744c13

Please sign in to comment.