Skip to content

Conversation

bowbahdoe
Copy link
Contributor

Follow up to #1998

@manticore-projects manticore-projects merged commit df48c4b into JSQLParser:master Apr 30, 2024
@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.

2 participants