Accepting request 1222052 from Java:packages

Upgrade to version 2.7.4

OBS-URL: https://build.opensuse.org/request/show/1222052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hsqldb?expand=0&rev=37
This commit is contained in:
Ana Guerrero 2024-11-07 15:28:12 +00:00 committed by Git OBS Bridge
commit 8e40f059cf
5 changed files with 19 additions and 7 deletions

View File

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

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.3</version>
<version>2.7.4</version>
<name>HyperSQL Database</name>
<description>HSQLDB - Lightweight 100% Java SQL Database Engine</description>
<url>http://hsqldb.org</url>
@ -34,7 +34,7 @@
</developers>
<scm>
<connection>scm:svn:http://svn.code.sf.net/p/hsqldb/svn/base/</connection>
<tag>2.7.3</tag>
<url>http://sourceforge.net/p/hsqldb/svn/HEAD/tree/base/tags/2.7.3</url>
<tag>2.7.4</tag>
<url>http://sourceforge.net/p/hsqldb/svn/HEAD/tree/base/tags/2.7.4</url>
</scm>
</project>

BIN
hsqldb-2.7.4.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 7 08:51:16 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to version 2.7.4:
* version 2.7.4 jar requires JRE 11 or later - can be used as a
java module - tested up to Java 21
* version 2.7.4 alternative jar requires JRE 8 or later
* added support for SQL:2023 LISTAGG aggregate function
* added support for update and delete visiblility in JDBC
scrollable and updatable result sets
* fixed a number of reported regressions and bugs (see tracker)
-------------------------------------------------------------------
Mon Sep 23 13:32:15 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -19,7 +19,7 @@
#Compat macro for new _fillupdir macro introduced in Nov 2017
%{!?_fillupdir:%global _fillupdir /var/adm/fillup-templates}
Name: hsqldb
Version: 2.7.3
Version: 2.7.4
Release: 0
Summary: HyperSQL Database Engine
License: BSD-3-Clause