8000 ClassNotFoundException with shared modules · Issue #110 · moditect/layrry · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ClassNotFoundException with shared modules #110
Open
@mortharia

Description

@mortharia

Hey,

We use Layrry to test a plugins based application. From the module layers process, we understand that when the core layer use a module, suppose spring.data.commons, the plugins should not include it in their layers. So for our application, we tag this shared module (spring.data.commons) as required in the module-info of the plugins but we include its maven dependency as provided to make sure they compile, .

The problem is when we run the application and request a plugin service, we get a ClassNotFoundException for classes invoked by the plugin from the shared module packages!!!

Have you had this problem and any idea to solve it?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0