You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2016/05/12 14:01:12 UTC

[jira] [Commented] (QPID-7260) apache-release fails under JDK 1.8

    [ https://issues.apache.org/jira/browse/QPID-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281534#comment-15281534 ] 

Robbie Gemmell commented on QPID-7260:
--------------------------------------

I set up a nightly CI job on Jenkins for the JMS client to check the release profile build works with JDK8 (+ RAT check, and eventually anything else of interest), it might be an idea to do the same for the main java build:
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-JMS-Checks/

The snippets above only seem to be warnings, which don't use fail the build, but I presume there were others not shown.

> apache-release fails under JDK 1.8
> ----------------------------------
>
>                 Key: QPID-7260
>                 URL: https://issues.apache.org/jira/browse/QPID-7260
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client
>            Reporter: Keith Wall
>             Fix For: qpid-java-6.1
>
>
> {{mvn clean install -Papache-release -DskipTests}} command fails under JDK 1.8 owing to javadoc errors.
> {noformat}
> [WARNING] Javadoc Warnings
> [WARNING] Picked up _JAVA_OPTIONS: -Djava.awt.headless=true
> [WARNING] /Users/keith/src/svn/rel/qpid-java/common/src/main/java/org/apache/qpid/configuration/Configured.java:43: warning: no @return
> [WARNING] String defaultValue();
> [WARNING] ^
> [WARNING] /Users/keith/src/svn/rel/qpid-java/common/src/main/java/org/apache/qpid/configuration/Configured.java:38: warning: no @return
> [WARNING] String path();
> [WARNING] ^
> [WARNING] /Users/keith/src/svn/rel/qpid-java/common/src/main/java/org/apache/qpid/filter/selector/ParseException.java:76: warning: no @param for message
> [WARNING] public ParseException(String message) {
> [WARNING] ^
> [WARNING] /Users/keith/src/svn/rel/qpid-java/common/src/main/java/org/apache/qpid/filter/selector/ParseException.java:50: warning: no @param for currentTokenVal
> [WARNING] public ParseException(Token currentTokenVal,
> [WARNING] ^
> [WARNING] /Users/keith/src/svn/rel/qpid-java/common/src/main/java/org/apache/qpid/filter/selector/ParseException.java:50: warning: no @param for expectedTokenSequencesVal
> [WARNING] public ParseException(Token currentTokenVal,
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org