Do you think that the browser compatibility will be extended to the Explorer ones?
Hi! I have not test it on Explorer. We do not use it. Does it fail?
No :) in order to use it I’m talking about the BROWSER COMPATIBILITY.
When do you think that v1.0 will be released?
Current version is 1.0.2. It do what we expect to do.
We are using it in our project and there’s no update planed for now.
If you find something that could we improve, let me know.
Thanks.
I just adding it using maven snippet code but I have this issue:
Error:(3, 38) java: cannot access com.awesomecontrols.quickpopup.QuickPopup
bad class file: /C:/Users/gianluca/.m2/repository/com/github/mdre/flowquickpopup/1.0.2/flowquickpopup-1.0.2.jar!/com/awesomecontrols/quickpopup/QuickPopup.class
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
Where am I doing wrong?
I see the beta label. Sorry for the not correct question!
I think that you compiled the java project using jdk 11
V52 = Java 8
V53 = Java 9
V54 = Java 10
V55 = Java 11
Can you rebuild it so that it can be backward compatible with older versions?
Yes. It is compiled with jdk 11. Just clone the project in github and rebuild.
You must run:
gradle build install
to get it in your local repository.
It will increment it version number.
I do not have J8 since a long time ago.