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

Add missing java.sql require #1999

Merged
merged 5 commits into from
Apr 30, 2024
Merged

Conversation

bowbahdoe
Copy link
Contributor

Follow up to #1998

@manticore-projects manticore-projects merged commit df48c4b into JSQLParser:master Apr 30, 2024
2 checks passed
@manticore-projects
Copy link
Contributor

Now the JavaDoc fails?
Can you please execute locally

gradle publishToMavenLocal

and make this run?

@manticore-projects
Copy link
Contributor

Maven also throws errors now

[ERROR] Errors: 
[ERROR]   DeclareStatementTest.testDeclareTable:98 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   DeclareStatementTest.testDeclareType:43 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   DeclareStatementTest.testDeclareTypeList:72 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   DeclareStatementTest.testDeclareTypeWithDefault:56 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   AlterTest.testAlterOnlyIssue928:577 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   AlterTest.testAlterTableCheckConstraint:280 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   AlterTest.testAlterTableColumnCommentIssue984:645 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   AlterTest.testAlterTableTableCommentIssue984:632 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[ERROR]   AlterSequenceTest.testCreateSequence_withIncrement:33 » InaccessibleObject Unable to make field private int java.lang.Enum.hash accessible: module java.base does not "opens java.lang" to unnamed module @67545b57
[INFO] 
[ERROR] Tests run: 3129, Failures: 0, Errors: 9, Skipped: 20
[INFO] 
[WARNING] Corrupted channel by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/are/Documents/src/JSQLFormatter/JSQLParser/target/surefire-reports/2024-04-30T12-16-58_973-jvmRun1.dumpstream

@bowbahdoe
Copy link
Contributor Author

bowbahdoe commented Apr 30, 2024

@manticore-projects I checked out the commit before i did anything. the maven tests still fail. They are just broken on newer java versions. Same deal with gradle publishToMavenLocal and javadoc

@manticore-projects
Copy link
Contributor

No worries, I got that fixed in the latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants