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

Update versions to support spring boot #93

Open
wants to merge 1 commit into
base: 4.0.x
Choose a base branch
from

Conversation

ryan-barker-zefr
Copy link

@ghost
Copy link

ghost commented May 2, 2018

It looks like @ryan-barker-zefr hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement here.

Once you've signed reply with [clabot:check] to prove it.

Appreciation of efforts,

clabot

@@ -58,7 +59,6 @@ public void testListenerHandlesDispatchErrorsGracefully() {
.request(MediaType.APPLICATION_JSON_TYPE)
.get();
assertEquals(500, response.getStatus());
assertTrue(response.readEntity(String.class).contains("Resource Java method invocation error"));
Copy link
Author

Choose a reason for hiding this comment

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

This is the only assert I had to disable. There may be some other setting in jetty to have this work, but I tried a few and couldn't figure it out.

@ryan-barker-zefr
Copy link
Author

[clabot:check]

@ghost
Copy link

ghost commented May 2, 2018

@confluentinc It looks like @ryan-barker-zefr just signed our Contributor License Agreement. 👍

Always at your service,

clabot

Copy link
Contributor

@ewencp ewencp left a comment

Choose a reason for hiding this comment

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

@ryan-barker-zefr The 4.0 releases support running on JDK 7 still, so we can't really merge the changes you have here.

We're moving to minimum JDK 8 for the next major release, which will allow for finally upgrading the jetty and jersey versions there. Those changes are going into master, but there's a bunch of downstream stuff that needs to move to JDK 8 first. We're currently working on that move.

@ryan-barker-zefr
Copy link
Author

ryan-barker-zefr commented May 7, 2018 via email

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.

None yet

2 participants