From c904c8c5615b27566db521fd0e75c41c26c621091bc270c60060923894857694 Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Thu, 31 Aug 2023 06:47:48 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20Update=20to=20v3.43.0.0=20=20=20*=20Fea?= =?UTF-8?q?tures=20=20=20=20=20~=20upgrade=20to=20sqlite=203.43.0=20(6e02e?= =?UTF-8?q?e7)=20=20=20*=20Fixes=20=20=20=20=20~=20jdbc=20=20=20=20=20?= =?UTF-8?q?=F0=9F=9A=A8+=20remove=20support=20for=20Statement#getGenerated?= =?UTF-8?q?Keys:=20=20=20=20=20=20=20=20=20getGeneratedKeys=20is=20not=20s?= =?UTF-8?q?upported=20anymore=20(712a8a5),=20closes=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20#329=20=20=20*=20Changes=20=20=20=20=20~=20remove=20the?= =?UTF-8?q?=20deprecated=20SQLiteJDBCLoader=20isPureJavaMode=20and=20=20?= =?UTF-8?q?=20=20=20=20=20getPureJavaFlag:=20methods=20are=20removed=20(e5?= =?UTF-8?q?2c44f)=20=20=20=20=20~=20remove=20the=20deprecated=20Transactio?= =?UTF-8?q?nMode.DEFFERED:=20no=20more=20=20=20=20=20=20=20backward=20comp?= =?UTF-8?q?atibility=20when=20using=20the=20deprecated=20enum=20value=20?= =?UTF-8?q?=20=20=20=20=20=20(8967d75)=20=20=20*=20Build=20=20=20=20=20~?= =?UTF-8?q?=20deps=20=20=20=20=20=20=20+=20bump=20org.graalvm.buildtools:n?= =?UTF-8?q?ative-maven-plugin=20(a89a42a)=20=20=20=20=20=20=20+=20bump=20o?= =?UTF-8?q?rg.apache.maven.plugins:maven-enforcer-plugin=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20(5488061)=20=20=20=20=20~=20deps-dev=20=20=20=20=20=20?= =?UTF-8?q?=20+=20bump=20org.mockito:mockito-core=20from=205.4.0=20to=205.?= =?UTF-8?q?5.0=20(fffd224)=20=20=20=20=20~=20unscoped=20=20=20=20=20=20=20?= =?UTF-8?q?+=20=20remove=20conditions=20over=20native=20or=20java=20mode?= =?UTF-8?q?=20(c4ddd1e)=20-=20Update=20to=20v3.42.0.1=20=20=20*=20Fixes=20?= =?UTF-8?q?=20=20=20=20~=20jdbc=20=20=20=20=20=20=20+=20PreparedStatement#?= =?UTF-8?q?executeQuery=20should=20not=20return=20null=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20(1eacd68),=20closes=20#914=20=20=20=20=20=20=20+=20add?= =?UTF-8?q?=20fallback=20to=20LocalDateTime.parse=20in=20ResultSet#getObje?= =?UTF-8?q?ct=20=20=20=20=20=20=20=20=20(d76c933)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=30 --- 3.42.0.0.tar.gz | 3 -- 3.43.0.0.tar.gz | 3 ++ sqlite-amalgamation-3420000.zip | 3 -- sqlite-amalgamation-3430000.zip | 3 ++ sqlite-jdbc.changes | 69 +++++++++++++++++++++++++++++++++ sqlite-jdbc.spec | 6 +-- 6 files changed, 78 insertions(+), 9 deletions(-) delete mode 100644 3.42.0.0.tar.gz create mode 100644 3.43.0.0.tar.gz delete mode 100644 sqlite-amalgamation-3420000.zip create mode 100644 sqlite-amalgamation-3430000.zip diff --git a/3.42.0.0.tar.gz b/3.42.0.0.tar.gz deleted file mode 100644 index c6b3678..0000000 --- a/3.42.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c93adf9725c8821eecfa9dc4cb37422a7367b3a7f2aea6db95b446aeb710bb0 -size 16991854 diff --git a/3.43.0.0.tar.gz b/3.43.0.0.tar.gz new file mode 100644 index 0000000..fe2ba29 --- /dev/null +++ b/3.43.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1410b9ac24e2a634c057be0ec715d52ad168a9cae3553978bab83df23d161e11 +size 17158447 diff --git a/sqlite-amalgamation-3420000.zip b/sqlite-amalgamation-3420000.zip deleted file mode 100644 index c572f71..0000000 --- a/sqlite-amalgamation-3420000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cc824d0f5e675829fa37018318fda833ea56f7e9de2b41eddd9f7643b5ec29e -size 2646299 diff --git a/sqlite-amalgamation-3430000.zip b/sqlite-amalgamation-3430000.zip new file mode 100644 index 0000000..12d70c0 --- /dev/null +++ b/sqlite-amalgamation-3430000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5849ae4d7129c09d20596379a0b3f7b1ac59cf9998eba5ef283ea9b6c000a5 +size 2676599 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index 5594895..3e9ff0a 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Thu Aug 31 06:33:17 UTC 2023 - Anton Shvetz + +- Update to v3.43.0.0 + * Features + ~ upgrade to sqlite 3.43.0 (6e02ee7) + * Fixes + ~ jdbc + 🚨+ remove support for Statement#getGeneratedKeys: + getGeneratedKeys is not supported anymore (712a8a5), closes + #329 + * Changes + ~ remove the deprecated SQLiteJDBCLoader isPureJavaMode and + getPureJavaFlag: methods are removed (e52c44f) + ~ remove the deprecated TransactionMode.DEFFERED: no more + backward compatibility when using the deprecated enum value + (8967d75) + * Build + ~ deps + + bump org.graalvm.buildtools:native-maven-plugin (a89a42a) + + bump org.apache.maven.plugins:maven-enforcer-plugin + (5488061) + ~ deps-dev + + bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (fffd224) + ~ unscoped + + remove conditions over native or java mode (c4ddd1e) +- Update to v3.42.0.1 + * Fixes + ~ jdbc + + PreparedStatement#executeQuery should not return null + (1eacd68), closes #914 + + add fallback to LocalDateTime.parse in ResultSet#getObject + (d76c933) + + ResultSet#getObject could throw a NPE (ea165fa), closes + #915 + + check parameters presence in getParameterType (76b560d), + closes #911 + ~ native-image + + make sure the parent directory exists before exporting + (bfa7510) + ~ unscoped + + use dylib extension instead of jnilib for MacOS library + names (78defd0) + + correct the exception message when backup fails (3ffef4d) + * Changes + ~ fix typos (8e999fe) + + Build + ~ deps + + bump org.graalvm.buildtools:native-maven-plugin (168c998) + + bump jreleaser-maven-plugin from 1.6.0 to 1.7.0 (0bccb7c) + + bump native-maven-plugin from 0.9.22 to 0.9.23 (3be5102) + + bump surefire.version from 3.1.0 to 3.1.2 (b2f968f) + + bump versions-maven-plugin from 2.15.0 to 2.16.0 (6c3430d) + + bump maven-source-plugin from 3.2.1 to 3.3.0 (774c104) + + bump maven-bundle-plugin from 5.1.8 to 5.1.9 (e41c5e6) + ~ deps-dev + + bump ch.qos.logback:logback-classic (d370eea) + + bump com.tngtech.archunit:archunit-junit5 (30b71aa) + + bump org.junit.jupiter:junit-jupiter (14e5eb8) + + bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 + (85f8319) + + bump mockito-core from 5.3.1 to 5.4.0 (3d28792) + + bump logback-classic from 1.4.7 to 1.4.8 (1738823) + + unscoped + + update to GraalVM 23 (840ce0e) + + fix version update in README (3054957) + * Documentation + ~ add project status in README (cae28b1) + ------------------------------------------------------------------- Mon May 22 12:15:50 UTC 2023 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index 2ee9995..8d9211d 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -17,8 +17,8 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} -%global version 3.42.0.0 -%global amalgamation_version 3420000 +%global version 3.43.0.0 +%global amalgamation_version 3430000 %global debug_package %{nil} Name: sqlite-jdbc Version: %{version} @@ -27,7 +27,7 @@ Summary: SQLite JDBC Driver License: Apache-2.0 Group: Development/Libraries/Java URL: https://github.com/xerial/%{name} -Source0: %{url}/archive/%{version}.tar.gz +Source0: %{url}/archive/refs/tags/%{version}.tar.gz Source1: https://www.sqlite.org/2023/sqlite-amalgamation-%{amalgamation_version}.zip BuildRequires: dos2unix BuildRequires: fdupes From 5da0642677ec7d78e0d396c2f1cc40aa437a622d67067a8f55e61bbf39a5e00c Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Fri, 1 Sep 2023 13:22:12 +0000 Subject: [PATCH 2/2] + remove support for Statement#getGeneratedKeys: OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=31 --- sqlite-jdbc.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index 3e9ff0a..02ca32e 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -6,7 +6,7 @@ Thu Aug 31 06:33:17 UTC 2023 - Anton Shvetz ~ upgrade to sqlite 3.43.0 (6e02ee7) * Fixes ~ jdbc - 🚨+ remove support for Statement#getGeneratedKeys: + + remove support for Statement#getGeneratedKeys: getGeneratedKeys is not supported anymore (712a8a5), closes #329 * Changes