You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2016/06/27 09:04:52 UTC

[jira] [Created] (QPID-7321) [Java Broker] Annotation processing on partial builds can produce incorrect META-INF/services files

Rob Godfrey created QPID-7321:
---------------------------------

             Summary: [Java Broker] Annotation processing on partial builds can produce incorrect META-INF/services files
                 Key: QPID-7321
                 URL: https://issues.apache.org/jira/browse/QPID-7321
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey


The annotation processors which generate META-INF/services files work from the list of classes passed to them by the compiler.  In the case of partial compilations (where only modified files are compiled) this can lead to the services files containing only the modified classes rather than all the available implementations.

Changes should be made to the annotation processor so that where there is an existing services file we do not remove listings of classes that have not been updated



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org