forked from pool/sqlite-jdbc
Compare commits
11 Commits
18ed11e6c6
...
a18d434e8e
Author | SHA256 | Date | |
---|---|---|---|
a18d434e8e | |||
9200c6bda8 | |||
29071ea4a2 | |||
5c86cc7af0 | |||
f2c0bb1ab0 | |||
962e3b10e4 | |||
3d7659c678 | |||
6f374c0dab | |||
aea7b3038b | |||
e284128f78 | |||
7871d1a5fe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
|
||||
size 2820489
|
3
sqlite-amalgamation-3500300.zip
Normal file
3
sqlite-amalgamation-3500300.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad6d16cbc1df7cd55c8b55127c82a9bca5e9f287818de6dc87e04e73599d754
|
||||
size 2845433
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30
|
||||
size 18246342
|
3
sqlite-jdbc-3.50.3.0.tar.gz
Normal file
3
sqlite-jdbc-3.50.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37dc8dea6764b55d7614b298d40fcf75aa188f32920767fc004f3b28d644ccd8
|
||||
size 18295684
|
@@ -1,3 +1,123 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 13:49:57 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.2.0
|
||||
* Features
|
||||
~ jdbc
|
||||
+ support JDBC4 CLOB and BLOB in PreparedStatement parameters
|
||||
(9515a80)
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.3 (ef4e649)
|
||||
~ unscoped
|
||||
+ build android native lib with 16kb page size (8548d1c),
|
||||
closes #1296
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.apache.maven.plugins:maven-enforcer-plugin
|
||||
(e20d3b6)
|
||||
+ bump org.apache.maven.plugins:maven-gpg-plugin (d1efafe)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (4042011)
|
||||
* Documentation
|
||||
~ update maven snapshot badge (19e32f0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 03:46:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.2.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.2 (fb62309)
|
||||
* Fixes
|
||||
~ jdbc
|
||||
+ update JDBC3DatabaseMetaData to enable supported features
|
||||
(524ac3a)
|
||||
+ ResultSetMetaData.getCatalogName incorrectly returns the
|
||||
table name (891b650), closes #1279
|
||||
~ unscoped
|
||||
+ faulty android detection (170ce6e), closes #1287
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.sonatype.central:central-publishing-maven-plugin
|
||||
(d891708)
|
||||
* Documentation
|
||||
~ replace maven central links (6eea8c5)
|
||||
~ update maven central badge in readme (9a4afe8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 10:50:26 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.50.1.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.50.1 (9596393)
|
||||
~ unscoped
|
||||
+ better detection of Android environment (d540536), closes
|
||||
#1210
|
||||
+ do not create temporary file before opening connection
|
||||
(639e362), closes #1260
|
||||
* Changes
|
||||
~ update comment link to Java issue tracker (79cc5fe)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (8a64841)
|
||||
+ bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
|
||||
+ bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
|
||||
+ bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
|
||||
+ bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
|
||||
+ bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
|
||||
+ bump org.apache.maven.plugins:maven-compiler-plugin
|
||||
(dc5a58c)
|
||||
~ deps-dev
|
||||
+ bump org.mockito:mockito-core from 5.17.0 to 5.18.0
|
||||
(1f66a8d)
|
||||
+ bump com.tngtech.archunit:archunit-junit5 (b2039f1)
|
||||
+ bump org.mockito:mockito-core from 5.16.1 to 5.17.0
|
||||
(c8ce29c)
|
||||
+ bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1
|
||||
(6b70c85)
|
||||
+ bump org.mockito:mockito-core from 5.16.0 to 5.16.1
|
||||
(8417ae1)
|
||||
+ bump org.mockito:mockito-core from 5.15.2 to 5.16.0
|
||||
(70232b0)
|
||||
~ unscoped
|
||||
+ re-enable tests dependency (d86e4c0)
|
||||
+ re-enable tests for snapshot publishing testing (737588a)
|
||||
+ disable tests for snapshot publishing testing (45d285d)
|
||||
+ try to fix snapshot publishing (ebbdf5d)
|
||||
+ migrate from ossrh to central publishing (027bee5)
|
||||
+ add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 21:36:43 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix javadoc generation with javadoc:aggregate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 10:30:48 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.49.1.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.49.1 (02d5463)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.graalvm.buildtools:native-maven-plugin (9cda17f)
|
||||
~ deps-dev
|
||||
+ bump com.tngtech.archunit:archunit-junit5 (bdcf7ee)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 02:31:31 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.49.0.0
|
||||
* Features
|
||||
~ sqlite
|
||||
+ upgrade to sqlite 3.49.0
|
||||
* Build
|
||||
~ deps
|
||||
+ bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
|
||||
~ deps-dev
|
||||
+ bump org.assertj:assertj-core from 3.27.2 to 3.27.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 06:23:01 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||
%global version 3.48.0.0
|
||||
%global amalgamation_version 3480000
|
||||
%global version 3.50.3.0
|
||||
%global amalgamation_version 3500300
|
||||
%global debug_package %{nil}
|
||||
Name: sqlite-jdbc
|
||||
Version: %{version}
|
||||
@@ -42,6 +42,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||
BuildRequires: mvn(org.junit:junit-bom:pom:)
|
||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
|
||||
%description
|
||||
@@ -68,8 +69,8 @@ find src/main/resources \
|
||||
\( -name \*.so -or -name \*.dylib -or -name \*.dll \) \
|
||||
-delete
|
||||
|
||||
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
||||
%pom_remove_plugin com.diffplug.spotless:spotless-maven-plugin
|
||||
%pom_remove_plugin org.sonatype.central:central-publishing-maven-plugin
|
||||
%pom_remove_dep org.graalvm.sdk:nativeimage
|
||||
|
||||
sed -i -e '/org\.graalvm\.nativeimage/ d' src/main/java9/module-info.java
|
||||
@@ -86,7 +87,7 @@ ln -s %{_javadir}/slf4j/slf4j-api.jar target/classpath/
|
||||
%build
|
||||
%make_build native
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
|
||||
-Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user