[
https://issues.apache.org/jira/browse/QPID-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536452#comment-17536452
]
ASF subversion and git services commented on QPID-8584:
-------------------------------------------------------
Commit 7f6ed802838636921b864b443cc83c8cd136267c in qpid-broker-j's branch
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=7f6ed80283 ]
QPID-8584: [Broker-J] Compile warning unknown enum constant
com.google.j2objc.annotations.ReflectionSupport.Level.FULL (#125)
> [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]