* Features
~ 0795636 add support for Linux musl x86 32bits
~ 4102c1d support JDBC 4.2 large methods
~ fc72417 enable DBSTAT Virtual Table
* Fixes
~ 5387c7a use directory stream for temp dir cleanup
~ 9979ba5 compile armv5 with soft float and without vfp
~ 99cac10 empty result set should not be returned as closed
~ 7e171d4 various correctness, memory leak and race condition
fixes
~ 9517b3a minor bug fixes and code cleanup
~ 896054b getImportedKeys should not fail if referenced table
does not exist
~ 05c45bb return generated columns in
DatabaseMetaData.getColumns
~ 19cb96d getClob() should return null if the data is null
* Changes
~ b619cfa use java.nio for file operations
~ 0a194de comments as javadoc
~ 1749e12 apply IntelliJ suggestions
~ 3bf5ada use try-with-resource and assertThrows
~ 49bf4e7 apply IntelliJ suggestions
* Build
~ 6dd5a50 [native] rename alpine-linux64 target to linux-musl64
~ f4e478d build native libraries by workflow_dispatch or PR
comment
~ 3fb1a21 apply IntelliJ suggestions
~ f8e39f4 [native] sign Mac 64 binary
~ 22b5f87 [native] add dockerfile for rcodesign
OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=10
* Changes:
+ Build
~ 63e0467 create the release commit only after successful
push to Maven Central
~ 5aaeb8c attach javadoc when creating the jar in release
profile
~ 7310a45 add missing project url in pom.xml
~ 13d2369 automatic release via workflow_dispatch
~ 6537808 add jreleaser plugin
~ 9f9ce09 remove maven-release-plugin and adjust version
number
~ 10ab71c add test for #720
~ c7b54a2 expand multiarch test to arm64/alpine and
ppc64/ubuntu
~ 50c0458 simplify matrix on test job using include instead
of exclude
~ 972f1db run mvn with --batch-mode --no-transfer-progress
~ 7fc747f use actions/checkout@v3
~ 8409e5c display more information during OSInfoTest
~ 062440a build on jdk 17 (#747)
📝 + Documentation
~ 5c03f58 update list of supported platforms in README.md
~ d23711e remove bitbucket links
~ 766a51f syntax highlighting in README.md
+ --------
~ 481b803 fix memory leak when calling
Connection.getMetaData() (#757)
~ bb84601 show numeric code instead of UNKNOWN_ERROR (#689)
~ 085700f compile OSInfo on the fly if needed by make (#715)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=8