Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MCOMPILER-391] Use dep mgmt when resolving annotation processors and their deps #180

Merged
merged 1 commit into from
Jun 5, 2023

Commits on Mar 2, 2023

  1. [MCOMPILER-391] Use dep mgmt to resolve annotation processors and the…

    …ir deps
    
     * dependency managemet can be used for two slighty difference use
       cases (when it comes to annotation processors):
         -- getting the version of the top-level processor path elements
         -- passing the list of managed dependencies to maven-resolver
            when resolving the whole processorpath
       These two can be combined, so there is total of 4 valid combinations
       (some of them make more sense than the others, but generally there is
       no reason to not support all of them)
    
     * using dependency management when resolving transitive dependencies of
       annotation processors is something that may or may not be desired.
       For that reason, there is a new flag that explicitly enables this
       behavior, while default is to _not_ use dependency management
       (the current behavior)
    psiroky committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8448fce View commit details
    Browse the repository at this point in the history