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

Support JDK 11 and above #44

Open
solcyr opened this issue Jul 4, 2020 · 3 comments · May be fixed by #43
Open

Support JDK 11 and above #44

solcyr opened this issue Jul 4, 2020 · 3 comments · May be fixed by #43
Assignees

Comments

@solcyr
Copy link
Collaborator

solcyr commented Jul 4, 2020

Grinder 4.X is limited on Java 8 due to the fact Grinder extends the Application ClassLoader by merging the URLs.
ince Java9, ApplicationClassLoader is not an URL ClassaLoader anymore.

blockingClassLoader should be reimplemented and lot of dependencies must be upgraded

@solcyr solcyr self-assigned this Jul 4, 2020
@solcyr solcyr linked a pull request Jul 4, 2020 that will close this issue
@jonadem
Copy link

jonadem commented Nov 5, 2020

Is this bug generating this kind of error ?

2020-11-05 15:50:17,290 ERROR agent: Fatal Error - incompatible version of Java (Java(TM) SE Runtime Environment 11.0.8+10-LTS: Java HotSpot(TM) 64-Bit Server VM (11.0.8+10-LTS, mixed mode) on Windows 10 amd64 10.0)%nThe Grinder 4.0.0 requires at least Java SE 6.

@solcyr
Copy link
Collaborator Author

solcyr commented Nov 5, 2020

Yes. This is the message. Did you check with the branch 5 ?

@jonadem
Copy link

jonadem commented Nov 5, 2020

No, and I won't push tests further. I found another solution for what I was looking for.

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 a pull request may close this issue.

2 participants