-
Notifications
You must be signed in to change notification settings - Fork 102
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
ReflectiveOperationException incompatible with java 6 #349
Comments
|
use logger instead of syserr corrected logger namespace fixes TheCoder4eu#349
use logger instead of syserr corrected logger namespace fixes TheCoder4eu#349
Somehow detection of wrong JDK usage is broken. @elpaisa22 I should have removed all incompatibilities in the pending PR, so you can probably use the upcoming 0.8.2 version soon. |
@zhedar That's great! Thank you. I think there is still one thing with Java 6, the class "net.bootsfaces.utils.BsfUtils" has this annotation: "@SafeVarargs", but removing that, it compiles with maven perfectly. Thanks again and I would like to congrat to you for yor project, it's a great idea and the components looks awesome! |
Oh, I stumbled upon that method with this annotation just yesterday. It's only used in one place, so I probably just remove it and replace it by Thanks for your feedback! The bad news is, animal-sniffer didn't complain about that... So compiling with an actual JDK6 seems to be the safest way to check for compliance. |
When I try to run a Java 6 web application with the latest version of BootsFaces (0.8.0), server logs an error because class "ReflectiveOperationException" is not found and none page is displayed. Maybe you can change the exception class by another compatible with Java 6
The text was updated successfully, but these errors were encountered: