Skip to content

Conversation

MrSandmanRUS
Copy link

#130 issue fix.
Added Java 12 support on startup.

@stokito
Copy link

stokito commented Apr 22, 2019

Thank you for the PR. How about not limiting upper JDK version at all? When JDK13 will be released I'm pretty sure that VisualVM will work too.

@MrSandmanRUS
Copy link
Author

MrSandmanRUS commented Apr 22, 2019

@stokito
I'm not sure what the next versions will be (for example 13 or 1.13). What if version 13 is released and then version 15 is released? In principle, we can now check that the version is 1.8, or 1.9, or >=9. What do you think about it @thurka @jisedlac ? If it's OK, I can add that.

@stokito
Copy link

stokito commented Apr 22, 2019

TBH it doesn't matter: we can only clearly say that this JDK is too old and not supported but any newer JDK will be supported unless it keeps a backward compatibility.

@MrSandmanRUS
Copy link
Author

TBH it doesn't matter: we can only clearly say that this JDK is too old and not supported but any newer JDK will be supported unless it keeps a backward compatibility.

Ok, added support for JDK 8 or higher.

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