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

[JENKINS-34764] Fix PCT against 2.x baseline #13

Merged
merged 1 commit into from
May 13, 2016

Conversation

armfergom
Copy link
Contributor

  • Fix PCT against 2.x baseline
  • Bump parent pom to 2.9

@reviewbybees esp. @svanoort

return new JsonResponse(JSONReadWrite.jsonMapper,o);
} catch (Exception e) {
// TODO: Can be removed and ServletException added to throws declarations from 1.651+
throw new RuntimeException("Unexpected exception while serving JSON", e);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is here because invoke declaration in Interceptor class throws ServletException from 1.651 onwards, so build fails for the 2.x line (as well as for any version from and including 1.651)

@ghost
Copy link

ghost commented May 12, 2016

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@jglick
Copy link
Member

jglick commented May 12, 2016

🐝

@armfergom
Copy link
Contributor Author

@reviewbybees done

@ghost
Copy link

ghost commented May 13, 2016

This pull request has completed our internal processes and we now respectfully request the maintainers of this repository to consider our proposal contained within this pull request for merging.

@svanoort svanoort merged commit 53c9f57 into jenkinsci:master May 13, 2016
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 this pull request may close these issues.

3 participants