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

Jolokia uses JRE 1.8 classes while supporting 1.6 #388

Closed
tuijldert opened this issue Sep 4, 2018 · 2 comments · Fixed by #390
Closed

Jolokia uses JRE 1.8 classes while supporting 1.6 #388

tuijldert opened this issue Sep 4, 2018 · 2 comments · Fixed by #390

Comments

@tuijldert
Copy link

Importing sources into Eclipse, it starts complaining about missing java.beans.Transient classes.
This is correct as that is not part of JRE 1.6, only of 1.8.

Jolokia 1.6.0. therefore does not support JRE 1.6.

@rhuss
Copy link
Member

rhuss commented Sep 5, 2018

@tuijldert if you feel fancy, you could try out to build from branch pr/java-1.6 to verify that it really works with Java 1.6 (and JBoss 5).

BTW, I though that JBoss 5 at least runs with Java 7 (and afaik Jolokia is also able to run with Java 1.7 up to the latest version)

@tuijldert
Copy link
Author

I feel very fancy indeed, @rhuss. Works like a charm. As far as I'm concerned, 1.6.1 is a go 👍.

Wrt. JBoss, all I could find (Google) is a "Redhat JBoss EAP 5.2" version that was made available for Java 7, the JBoss 5.1 community version was tested but apparently gave SOAP an indigestion.
Still, I'll give it a whirl, see what gives...

Thanks for an awesome package btw. :)

@rhuss rhuss closed this as completed in 4e669b9 Mar 21, 2019
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