You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2018/04/11 12:31:00 UTC

[jira] [Updated] (CAY-2304) Custom ClassLoader for Maven and Gradle plugins that use project dependencies

     [ https://issues.apache.org/jira/browse/CAY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev updated CAY-2304:
---------------------------------
    Fix Version/s: 4.1.M2

> Custom ClassLoader for Maven and Gradle plugins that use project dependencies
> -----------------------------------------------------------------------------
>
>                 Key: CAY-2304
>                 URL: https://issues.apache.org/jira/browse/CAY-2304
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Non-GUI Tools
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>            Priority: Major
>              Labels: gradle, maven, pull-request-available
>             Fix For: 4.1.M2
>
>
> Currently Maven plugin requires its own dependency for the JDBC driver,
> that is most likely will be among project dependencies.
> We can potentially remove this duplication by utilizing custom {{ClassLoader}}(namely {{URLClassLoader}}) in the plugin that will use project's dependencies as sources.
> Gradle plugin can have this feature too, but it is not completed yet (CAY-2301)
> Implementation note:
> - Plugins are already using cayenne DI so custom {{ClassLoader}} can be simply injected via {{ClassLoaderManager}}.
> - {{MavenProject}} class is available from the plugin and exposes {{Artifacts}} that are essentially dependencies available.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)