[infinispan-issues] [JBoss JIRA] (IPROTO-106) OriginatingClasses annotation should be located in a runtime jar, not in the annotation processor jar
Nistor Adrian (Jira)
issues at jboss.org
Fri Jul 26 10:52:00 EDT 2019
[ https://issues.jboss.org/browse/IPROTO-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on IPROTO-106 started by Nistor Adrian.
--------------------------------------------
> OriginatingClasses annotation should be located in a runtime jar, not in the annotation processor jar
> ------------------------------------------------------------------------------------------------------
>
> Key: IPROTO-106
> URL: https://issues.jboss.org/browse/IPROTO-106
> Project: Infinispan ProtoStream
> Issue Type: Enhancement
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 4.3.0.Alpha9
>
>
> The annotation processor is a compile time dependency, so OriginatingClasses annotation is not loadable at runtime, but this does not create a classloading issue because the retention of the annotation is CLASS, so not actually needed at runtime. All good at runtime. But javadoc generation does not work, failing due to missing dependency unless we add it explicitly, which is cumbersome.
> This is already leading to failures in Infinispan https://ci.infinispan.org/job/Infinispan/job/master/1304/consoleFull#1277935696ea5a4324-14c7-4883-b210-e33383209aa7
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list