[
https://issues.apache.org/jira/browse/QPID-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528123#comment-17528123
]
ASF GitHub Bot commented on QPID-8584:
--------------------------------------
dakirily opened a new pull request, #125:
URL: https://github.com/apache/qpid-broker-j/pull/125
This PR addresses
[QPID-8584](https://issues.apache.org/jira/browse/QPID-8584), removing
compilation warning "unknown enum constant
com.google.j2objc.annotations.ReflectionSupport.Level.FULL"
> [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
> Priority: Minor
>
> 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.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]