]
Ramesh Reddy commented on TEIID-5880:
-------------------------------------
[~rhn-engineering-vhalbert] created branch
for
Java 11, but I could do a new release of the library 1.1.0 due to my failed attempt login
into jboss nexus. I forgot if this closed now or something?
Oreva fails when built with jdk11
---------------------------------
Key: TEIID-5880
URL:
https://issues.redhat.com/browse/TEIID-5880
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Major
Oreva, master branch, fails when built with jdk11.
Error:
{code}
ERROR]
/home/vhalbert/RedHat/github/product_branches/teiidrepos/oreva/odata-core/src/main/java/org/odata4j/stax2/staximpl/StaxXMLWriter2.java:[74,36]
no suitable method found for
createStartElement(javax.xml.namespace.QName,<nulltype>,java.util.Iterator<capture#2
of ?>)
method
javax.xml.stream.XMLEventFactory.createStartElement(javax.xml.namespace.QName,java.util.Iterator<?
extends javax.xml.stream.events.Attribute>,java.util.Iterator<? extends
javax.xml.stream.events.Namespace>) is not applicable
(argument mismatch; java.util.Iterator<capture#2 of ?> cannot be converted to
java.util.Iterator<? extends javax.xml.stream.events.Namespace>)
method
javax.xml.stream.XMLEventFactory.createStartElement(java.lang.String,java.lang.String,java.lang.String)
is not applicable
(argument mismatch; javax.xml.namespace.QName cannot be converted to
java.lang.String)
{code}