-
Notifications
You must be signed in to change notification settings - Fork 53
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
uPortal fails with Java 8 version above 255 #468
Comments
This problem come from icu4j dependency used in uPortal here:
and seems to be a transient dependency used by com.google.visualization:visualization-datasource The problem of this lib is there isn't upgrade since 8 years, expect on some forks... So I would suggest to find an alternative of this lib and to remove it. In waiting this fork could suit the needs: https://github.com/ci-rt/google-visualization-java and we have to change the dependency to com.github.ci-rt:visualization-datasource:1.1.3 PS: this issue is a uPortal issue and not a uPortal-start one ;) |
Are there any updates on this issue or has it been moved over to uPortal like Julien suggested? |
doing the change with the forked lib is not difficult, but doing the test is the difficulty for me as I don't know how to use these views quickly. Is there someone who know ? |
resolves uPortal-Project/uPortal-start#468 Co-authored-by: Julien Gribonvald <julien.gribonvald@gmail.com>
Thanks for reporting @cbeach47! I've opened two PRs to address this uPortal-Project/uPortal#2157 and #471.
@jgribonvald @nickwoodle @cbeach47 if you could take it for a test drive and ensure it works in your environment/preferred JDK, it would be appreciated. 🙇 |
Describe the bug
Running uP-start with versions of Java 8 greater than 255 fails on login with the error. Might be uP core's issue. Will need some investigation.
Note: https://communities.bmc.com/docs/DOC-129065
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not fail.
Platform:
Additional context
Workaround is to downgrade Java8 to something below 255.
The text was updated successfully, but these errors were encountered: