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

Improve diagnostics for JarCache write errors (related to JENKINS-36947) #91

Merged
merged 5 commits into from
Aug 5, 2016

Conversation

olivergondza
Copy link
Member

@oleg-nenashev
Copy link
Member

👍

Files.createDirectories(file.toPath());
return;
} catch (ClassNotFoundException e) {
// JDK6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can finally drop support of Java 6 in remoting.
@stephenc is going to introduce some incompatible code, and maybe we will need remoting 3 in any case

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any chance to cut a JDK6 release with this fix, first?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I've forgotten you're on 1.580.
Right now there is no strong need to migrate, so I would not like to hurry too much

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not any more, it is 1.609 but the limitation remains.

@oleg-nenashev
Copy link
Member

re-:+1:

@oleg-nenashev oleg-nenashev changed the title Improve diagnostics for JENKINS-36947 Improve diagnostics for JarCache write errors (related to JENKINS-36947) Aug 5, 2016
@oleg-nenashev oleg-nenashev merged commit 62aad35 into jenkinsci:master Aug 5, 2016
oleg-nenashev added a commit that referenced this pull request Aug 5, 2016
oleg-nenashev added a commit to oleg-nenashev/jenkins that referenced this pull request Aug 6, 2016
Fixed issues:
* [JENKINS-37140](https://issues.jenkins-ci.org/browse/JENKINS-37140) -
JNLP Slave connection issue with *JNLP3-connect* protocol when the generated encrypted cookie contains a newline symbols.
(jenkinsci/remoting#95)
* [JENKINS-36991](https://issues.jenkins-ci.org/browse/JENKINS-36991) -
Unable to load class when remote classloader gets interrupted.
(jenkinsci/remoting#94)

Enhancements:
* Improve diagnostics for Jar Cache write errors.
(jenkinsci/remoting#91)
oleg-nenashev added a commit to jenkinsci/jenkins that referenced this pull request Aug 6, 2016
Fixed issues:
* [JENKINS-37140](https://issues.jenkins-ci.org/browse/JENKINS-37140) -
JNLP Slave connection issue with *JNLP3-connect* protocol when the generated encrypted cookie contains a newline symbols.
(jenkinsci/remoting#95)
* [JENKINS-36991](https://issues.jenkins-ci.org/browse/JENKINS-36991) -
Unable to load class when remote classloader gets interrupted.
(jenkinsci/remoting#94)

Enhancements:
* Improve diagnostics for Jar Cache write errors.
(jenkinsci/remoting#91)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants