Daniil Kirilyuk created QPID-8584:
-------------------------------------

             Summary: [Broker-J] Compile warning unknown enum constant 
com.google.j2objc.annotations.ReflectionSupport.Level.FULL
                 Key: QPID-8584
                 URL: https://issues.apache.org/jira/browse/QPID-8584
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
    Affects Versions: qpid-java-broker-8.0.6
            Reporter: Daniil Kirilyuk


During compilation of Broker-J there are shown warnings
{code:java}
unknown enum constant 
com.google.j2objc.annotations.ReflectionSupport.Level.FULL{code}
They seem to be associated with the guava dependency:
{code:java}
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>{code}
which has exclusion of the j2objc-annotations dependency
{code:java}
<exclusion>
 <groupId>com.google.j2objc</groupId>
 <artifactId>j2objc-annotations</artifactId>
</exclusion>{code}
j2objc-annotations contains missing enum leading to the warnings.

j2objc-annotations dependency should be declared in pom file as a separate 
dependency with the compile scope.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to