[ 
https://issues.apache.org/jira/browse/QPID-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomas Vavricka closed QPID-8584.
--------------------------------

> [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: Bug
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-8.0.6
>            Reporter: Daniil Kirilyuk
>            Priority: Minor
>             Fix For: qpid-java-broker-9.0.0
>
>
> 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.
> Instead of excluding in guava dependency j2objc-annotations should be 
> excluded in assembly descriptor.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to