You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/07/16 06:06:27 UTC

[tomee] branch master updated: TOMEE-3756 - Upgrade HSQLDB to 2.3.4 -> lets see if this will work in a full build

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 92d18b9  TOMEE-3756 - Upgrade HSQLDB to 2.3.4 -> lets see if this will work in a full build
92d18b9 is described below

commit 92d18b99b83934ea5133b226f7ca78a0b737b721
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Fri Jul 16 08:05:46 2021 +0200

    TOMEE-3756 - Upgrade HSQLDB to 2.3.4 -> lets see if this will work in a full build
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7cdaff..fa6850c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,12 @@
     <log4j2.version>2.0.1</log4j2.version>
     <osgi.framework.version>4.2.0</osgi.framework.version>
     <derby.version>10.14.2.0</derby.version>
-    <version.hsqldb>2.3.2</version.hsqldb>
+    <!--
+      'arquillian-tomee-webprofile-tests' has issues with hsqldb > 2.3.4
+      'examples' have issues with hsqldb > 2.3.5
+      'QuartzPersistenceForEJBTimersTest' cannot obtain a connection -> never timeouts
+    -->
+    <version.hsqldb>2.3.4</version.hsqldb>
     <version.axiom>1.2.20</version.axiom>
     <version.xalan>2.7.2</version.xalan>
     <version.hibernate>5.4.10.Final</version.hibernate>