-
Notifications
You must be signed in to change notification settings - Fork 273
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
feature/UPSE-286 update to support Java 11 #2504
Conversation
Nice, thanks @mgillian! uPortal/.github/workflows/CI.yml Lines 22 to 23 in cb1d533
Adding - 11 to the list? |
done.
Michael
…On Thu, Jun 16, 2022 at 1:44 PM Christian Murphy ***@***.***> wrote:
Nice, thanks @mgillian <https://github.com/mgillian>!
Could we add Java 11 to the CI test matrix, here:
https://github.com/uPortal-Project/uPortal/blob/cb1d5335b9209d6214777fefdce9c641ba083e14/.github/workflows/CI.yml#L22-L23
Adding
- 11
to the list?
—
Reply to this email directly, view it on GitHub
<#2504 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN6DZOCCCT6QKYJEHT7663VPOG3JANCNFSM5ZAADR3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It looks like the Zulu flavor of Java on Windows is working, but is timing out before it could finish. uPortal/.github/workflows/CI.yml Line 25 in cb1d533
To give a bit more wiggle room for builds that take longer. 30 min, 45 min, or even 60 min would probably be fine. |
Did you watch if this fix the issue: uPortal-Project/uPortal-start#570 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested the build locally to see what happen, and it's building.
After there is a lot of warning with error prone on code...
@mgillian are you deploying this uPortal build ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
Checklist
Description of change
Provide support for build/install against Java 11, as well as Java 8