-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Redirect to Wikipedia for Java 11 Web Start deprecation #1903
Redirect to Wikipedia for Java 11 Web Start deprecation #1903
Conversation
Oracle announced in March 2018 that it will not include Java Web Start in Java SE 11. Jenkins provides a "Java Web Start" button to simplify launching of clients with Java Web Start. That simplified start technique is often used for Windows agents. Jenkins on Java 11 can't use that button because the underlying Java implementation does not support it. The communication protocol used by agent.jar continues to be fully supported and operational with Java 11. Only the Java Web Start button from the web page is not supported in Java 11. See [JENKINS-52282] and jenkinsci/jenkins#3766 for more details.
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 would recommend redirecting to a JIRA ticket which would include the wiki link if needed, but let's see what others think
… On Fri, Nov 23, 2018, 23:27 Mark Waite ***@***.*** wrote:
Oracle announced in March 2018 that it will not include Java Web Start in
Java SE 11. Jenkins provides a "Java Web Start" button to simplify
launching of clients with Java Web Start. That simplified start technique
is often used for Windows agents. Jenkins on Java 11 can't use that button
because the underlying Java implementation does not support it.
The communication protocol used by agent.jar continues to be fully
supported and operational with Java 11. Only the Java Web Start button from
the web page is not supported in Java 11.
See JENKINS-52282 <https://issues.jenkins-ci.org/browse/JENKINS-52282>
and PR-3766 <jenkinsci/jenkins#3766> for more
details.
------------------------------
You can view, comment on, or merge this pull request online at:
#1903
Commit Summary
- Redirect to Wikipedia for Java 11 Web Start deprecation
File Changes
- *A* content/redirect/java11-java-web-start.adoc
<https://github.com/jenkins-infra/jenkins.io/pull/1903/files#diff-0>
(4)
Patch Links:
- https://github.com/jenkins-infra/jenkins.io/pull/1903.patch
- https://github.com/jenkins-infra/jenkins.io/pull/1903.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1903>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AC3IoCRqTwVk7b2EftnDlntX-hUmXAzLks5uyHYzgaJpZM4YxKYQ>
.
|
I'm fine with redirecting to a Jira ticket if that is more comfortable. I thought that @alecharp was concerned about the clarity of the explanation, so I chose the WIkipedia link as a clear and simple explanation with hyperlinks to the original article which announced the removal of Java Web Start from Java 11. @batmat and @alecharp let me know which you prefer or if there is something better. I truly am fine with either, especially since as a redirect we can later change it to point into deeper documentation. I believe our goal is to include Jenkins PR-3766 in the weekly that releases in less than 3 days. |
I'm be more for a wiki like page than a jira ticket. Jira can be seen as too technical or as a "I have a problem", where here it's not a "problem" but more a statement: "you are running Jenkins on a JVM version which has made Java WebStart deprecated or removed its support". As Mark said, we can change the target of the redirect later, if we want to have our own page to explain the situation. |
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 will merge as is to unblock merging the core patch. But it would be nice to follow-up later once we have a better page with Java 11 documentation
Oracle announced in March 2018 that it will not include Java Web Start in Java SE 11. Jenkins provides a "Java Web Start" button to simplify launching of clients with Java Web Start. That simplified start technique is often used for Windows agents. Jenkins on Java 11 can't use that button because the underlying Java implementation does not support it.
The communication protocol used by agent.jar continues to be fully supported and operational with Java 11. Only the Java Web Start button from the web page is not supported in Java 11.
See JENKINS-52282 and PR-3766 for more details.