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

Compilation error in the eclipse with Java 11 (package exists in another module: java.base) #58

Closed
foal opened this issue May 14, 2022 · 3 comments
Assignees
Labels
Milestone

Comments

@foal
Copy link
Contributor

foal commented May 14, 2022

If a project depends on domino-jackson-super and try to use any class from java.util package the eclipse shows the error - Class cannot be resolved to a type

It is happening because the project has the same package java.util as JVM java.base module

image

foal added a commit to foal/domino-jackson that referenced this issue May 14, 2022
@vegegoku vegegoku self-assigned this May 14, 2022
@vegegoku vegegoku added the bug label May 14, 2022
@vegegoku vegegoku added this to the 1.0 milestone May 14, 2022
@vegegoku
Copy link
Member

I will test this with both GWT and j2cl as soon as possible. thank you for the fix.

@foal
Copy link
Contributor Author

foal commented May 17, 2022

Do you have any estimates of the release date?

@vegegoku
Copy link
Member

I will try to finish it this weekend.

vegegoku added a commit that referenced this issue May 26, 2022
Co-authored-by: Ahmad bawaneh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants