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

Generic marker forces to expose implier dependency #15

Open
y9vad9 opened this issue Aug 30, 2022 · 1 comment
Open

Generic marker forces to expose implier dependency #15

y9vad9 opened this issue Aug 30, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@y9vad9
Copy link
Owner

y9vad9 commented Aug 30, 2022

Describe the bug
I have multimoduled project where I use implier. When I am trying to use generated entities I got next error:

Cannot access 'com.y9vad9.implier.GenericMarker' which is a supertype of 'com.x.DtoUserEntity'. Check your module classpath for missing or conflicting dependencies

To Reproduce
Steps to reproduce the behavior:

  1. Create two modules
  2. Make a generation of some entity in module a.
  3. Implement a in b and use entity.
  4. See error

Expected behavior
I think it shouldn't expose implier dependency.

@y9vad9 y9vad9 added the bug Something isn't working label Aug 30, 2022
@y9vad9 y9vad9 self-assigned this Aug 30, 2022
@y9vad9
Copy link
Owner Author

y9vad9 commented Oct 28, 2022

workaround: if you don't need dtos you can rollback to earlier versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant