[
https://issues.jboss.org/browse/TEIID-3705?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3705:
---------------------------------------
This is not reproducible on an oracle jdk. For example starting with a completely clean
local repo and performing "mvn -s settings.xml -P dev clean install" was
successful. Although the download times seemed excessive - it took over 40 minutes in
total. And all my builds (with and without a wiped local repo) have been on 1.8 for some
time.
It seems that open jdk however needs to resolve the interfaces WebClient even if the
methods aren't explicitly referenced. So yes to satisfy open jdk we'll need to
add this dependency.
Build issue in security
-----------------------
Key: TEIID-3705
URL:
https://issues.jboss.org/browse/TEIID-3705
Project: Teiid
Issue Type: Quality Risk
Components: Build/Kits
Reporter: Van Halbert
Assignee: Ramesh Reddy
Support building Teiid with JDK 1.8.
One issue found is related to building "security", which throws the following
error:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/jim/src/teiid/jboss-security/src/main/java/org/teiid/jboss/oauth/OAuth20CredentialImpl.java:[62,37]
cannot access org.apache.cxf.endpoint.Retryable
class file for org.apache.cxf.endpoint.Retryable not found
A community user determined the following was needed to resolve it:
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)