[ 
https://issues.apache.org/jira/browse/ARTEMIS-3655?focusedWorklogId=713841&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-713841
 ]

ASF GitHub Bot logged work on ARTEMIS-3655:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jan/22 15:27
            Start Date: 24/Jan/22 15:27
    Worklog Time Spent: 10m 
      Work Description: gemmellr opened a new pull request #3926:
URL: https://github.com/apache/activemq-artemis/pull/3926


   The second commit is the one of interest for ARTEMIS 3655. This PR currently 
also has earlier changes waiting from #3919 for ARTEMIS 3650 since some of them 
are needed for these ones to work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 713841)
    Remaining Estimate: 0h
            Time Spent: 10m

> isolate the ErrorProne dependencies to the profiles that use them
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-3655
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3655
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.20.0
>            Reporter: Robbie Gemmell
>            Priority: Major
>             Fix For: 2.21.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The build optionally uses ErrorProne during compilation to catch certain 
> issues. The ErrorProne dependency was added as a provided dep to various 
> modules, rather than to the compiler config, as doing so would require 
> consolidation all annotation processing there. However this means that 
> ErrorProne and its number of dependencies inc Guava are present on the path 
> of most modules during the build/tests even when ErrorProne compilation isnt 
> being used.
> This change isolates the dependency to the errorprone profiles, defined only 
> in the parent pom and inherited by the rest of the modules, thus simplifying 
> the config, enabling it in places it was not being enabled before, and 
> ensuring the deps are only present when the compiler is actually being 
> instructed to use them.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to