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

Make "requires java.sql" transitive #1500

Merged
merged 4 commits into from
Mar 29, 2019
Merged

Make "requires java.sql" transitive #1500

merged 4 commits into from
Mar 29, 2019

Conversation

Degubi
Copy link
Contributor

@Degubi Degubi commented Mar 27, 2019

Make the "java.sql" dependency transitive in the module-info.java file. It's not transitive, so every module that requires the "gson" module also needs to explicitly require the "java.sql" module. Without requiring it application startups fails with a "java.lang.NoClassDefFoundError: java/sql/Time" exception every time.

@inder123 inder123 self-assigned this Mar 29, 2019
@inder123 inder123 merged commit fc63a6a into google:master Mar 29, 2019
@Degubi Degubi deleted the module_transitive branch March 29, 2019 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants