[
https://issues.jboss.org/browse/IPROTO-106?page=com.atlassian.jira.plugin...
]
Nistor Adrian updated IPROTO-106:
---------------------------------
Description:
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#1277...
was: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.
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#1277...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)