You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Noël Vaes (JIRA)" <ji...@apache.org> on 2019/05/03 15:28:00 UTC

[jira] [Created] (MRM-1989) Compatibility with Java 11 and WildFly 16

Noël Vaes created MRM-1989:
------------------------------

             Summary: Compatibility with Java 11 and WildFly 16
                 Key: MRM-1989
                 URL: https://issues.apache.org/jira/browse/MRM-1989
             Project: Archiva
          Issue Type: Task
    Affects Versions: 2.2.4
            Reporter: Noël Vaes
             Fix For: 3.0.0


Deployment of Archiva 2.2.4 (WAR) works on WildFly 16 and JDK 8

It fails on WildFly 16 and JDK11.

This is the error from the WildFly log with JDK11:

{{ERROR [JPOX.RDBMS.Schema] (ServerService Thread Pool -- 80) Failed initialising database. Exception : The java type int (jdbc-type="", sql-type="") cant be mapped for this datastore. No mapping is available.}}
{{javax.jdo.JDOFatalException: The java type int (jdbc-type="", sql-type="") cant be mapped for this datastore. No mapping is available.}}

 

Since Java 11 is an LTS-release it might be a good idea to provide compatibility with Java 11 in the next major release.

 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)