6
0
forked from pool/sqlite-jdbc

Compare commits

...

11 Commits

Author SHA256 Message Date
a18d434e8e Accepting request 1294867 from Java:packages
3.50.2.0

OBS-URL: https://build.opensuse.org/request/show/1294867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=30
2025-07-22 10:19:57 +00:00
9200c6bda8 - 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)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=75
2025-07-21 13:53:37 +00:00
29071ea4a2 - 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)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=74
2025-06-30 03:52:36 +00:00
5c86cc7af0 Accepting request 1287845 from Java:packages
3.50.1.0

OBS-URL: https://build.opensuse.org/request/show/1287845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=29
2025-06-23 13:05:40 +00:00
f2c0bb1ab0 - 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

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=72
2025-06-09 11:01:53 +00:00
962e3b10e4 Accepting request 1264757 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1264757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=28
2025-03-28 08:36:54 +00:00
3d7659c678 Fix javadoc generation with javadoc:aggregate
OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=70
2025-03-27 21:44:58 +00:00
6f374c0dab Accepting request 1252857 from Java:packages
3.49.1.0

OBS-URL: https://build.opensuse.org/request/show/1252857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=27
2025-03-14 22:50:29 +00:00
aea7b3038b - 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)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=68
2025-02-21 10:48:23 +00:00
e284128f78 Accepting request 1245341 from Java:packages
3.49.0.0

OBS-URL: https://build.opensuse.org/request/show/1245341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=26
2025-02-12 20:38:10 +00:00
7871d1a5fe - 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

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=66
2025-02-07 02:33:10 +00:00
6 changed files with 131 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
size 2820489

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ad6d16cbc1df7cd55c8b55127c82a9bca5e9f287818de6dc87e04e73599d754
size 2845433

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d827583349ccdd91b4a465a4bd1377d009cdadb60efef3156ff08021cc79d30
size 18246342

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37dc8dea6764b55d7614b298d40fcf75aa188f32920767fc004f3b28d644ccd8
size 18295684

View File

@@ -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>

View File

@@ -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