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

Fix modules export - "org.hsqldb does not export cz.dynawest.csvcruncher.util to unnamed module" #87

Closed
OndraZizka opened this issue Jul 15, 2022 · 1 comment
Assignees
Labels

Comments

@OndraZizka
Copy link
Owner

CsvCruncher fails at runtime, throwing:

class HsqlDbTableCreator (in unnamed module @0x3427b02d) cannot access class cz.dynawest.csvcruncher.util.UtilsKt (in module org.hsqldb) 
because module org.hsqldb does not export cz.dynawest.csvcruncher.util to unnamed module @0x3427b02d [in thread "main"]

This is because HsqlDbTableCreator is placed in the "default package" by mistake. Moving it to some package fixes it.

@OndraZizka OndraZizka self-assigned this Jul 15, 2022
@OndraZizka OndraZizka added the bug label Jul 15, 2022
@OndraZizka OndraZizka added this to the Next milestone Jul 15, 2022
@OndraZizka
Copy link
Owner Author

Fixed in 2.3.7.

@OndraZizka OndraZizka removed this from the Next milestone Jun 27, 2023
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

1 participant