- Update to v3.41.2.2
* Features ~ jdbc + add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63) + implement PreparedStatement getParameterType and getParameterTypeName (bdb3d8a) ~ native-image + resource optimization and configuration to export native lib (6f42683) * Fixes ~ use random UUID for external resources (edb4b8a) * Build ~ deps + bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe) + bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2) + bump surefire.version from 3.0.0 to 3.1.0 (658e907) + bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f) + bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636) + bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35) + bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82) + bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701) + bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191) + bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c) ~ deps-dev + bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348) + bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b) + bump logback-classic from 1.4.6 to 1.4.7 (5a4f485) + bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f) + bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983) OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=26
This commit is contained in:
parent
4893687997
commit
34574af6be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9f33a7128cb821cc6c0d54577b6db7b736acb1f610b01b935ee0e9a96431198
|
||||
size 16803373
|
3
3.41.2.2.tar.gz
Normal file
3
3.41.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3433fe0997cbd7a505e97eaa15c7dce433e0501199141bbdd9e6ce2d1cf40019
|
||||
size 16806451
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 12:59:49 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v3.41.2.2
|
||||
* Features
|
||||
~ jdbc
|
||||
+ add support for LocalDate, LocalTime, LocalDateTime in
|
||||
ResultSet#getObject (1d2ff63)
|
||||
+ implement PreparedStatement getParameterType and
|
||||
getParameterTypeName (bdb3d8a)
|
||||
~ native-image
|
||||
+ resource optimization and configuration to export native
|
||||
lib (6f42683)
|
||||
* Fixes
|
||||
~ use random UUID for external resources (edb4b8a)
|
||||
* Build
|
||||
~ deps
|
||||
+ bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
|
||||
+ bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
|
||||
+ bump surefire.version from 3.0.0 to 3.1.0 (658e907)
|
||||
+ bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
|
||||
+ bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
|
||||
+ bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
|
||||
+ bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
|
||||
+ bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
|
||||
+ bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
|
||||
+ bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)
|
||||
~ deps-dev
|
||||
+ bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
|
||||
+ bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
|
||||
+ bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
|
||||
+ bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
|
||||
+ bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
|
||||
+ bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
|
||||
+ bump logback-classic from 1.4.5 to 1.4.6 (eab4939)
|
||||
~ unscoped
|
||||
+ replace jdk 19 with 20 (0c5a645)
|
||||
+ replace asciidoc variables during release (0053e60)
|
||||
+ run spotless:check during maven verify phase (043efd7)
|
||||
* Documentation
|
||||
+ use markdown for SECURITY.md because Github doesn't support
|
||||
Asciidoc (00e9c3f)
|
||||
+ convert markdown to asciidoc (fb0f263)
|
||||
- Exclude code which depends on GraalVM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 09:38:55 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||
%global version 3.41.2.1
|
||||
%global version 3.41.2.2
|
||||
%global amalgamation_version 3410200
|
||||
%global debug_package %{nil}
|
||||
Name: sqlite-jdbc
|
||||
@ -61,12 +61,20 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%{mvn_file} : %{name}
|
||||
|
||||
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
|
||||
%pom_remove_plugin com.diffplug.spotless:spotless-maven-plugin
|
||||
%pom_remove_dep org.graalvm.sdk:graal-sdk
|
||||
|
||||
sed -i -e '/org\.graalvm\.sdk/ d' src/main/java9/module-info.java
|
||||
rm src/main/java9/org/sqlite/nativeimage/SqliteJdbcFeature.java
|
||||
|
||||
dos2unix SQLiteJDBC.wiki
|
||||
mkdir target
|
||||
cp %{SOURCE1} target/sqlite-$(sed -e 's/^version=//' VERSION)-amal.zip
|
||||
|
||||
%{mvn_file} : %{name}
|
||||
|
||||
%build
|
||||
%make_build native
|
||||
%{mvn_build} -f
|
||||
@ -77,7 +85,7 @@ cp %{SOURCE1} target/sqlite-$(sed -e 's/^version=//' VERSION)-amal.zip
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE* NOTICE
|
||||
%doc CHANGELOG README.md USAGE.md SQLiteJDBC.wiki
|
||||
%doc CHANGELOG README.adoc {USAGE,SECURITY}.md SQLiteJDBC.wiki
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE* NOTICE
|
||||
|
Loading…
x
Reference in New Issue
Block a user