-
Notifications
You must be signed in to change notification settings - Fork 210
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
base: 4.0.x
Are you sure you want to change the base?
Conversation
It looks like @ryan-barker-zefr hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here. Once you've signed reply with 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")); |
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.
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.
[clabot:check] |
@confluentinc It looks like @ryan-barker-zefr just signed our Contributor License Agreement. 👍 Always at your service, clabot |
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.
@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.
Sounds good.
I just wanted to contribute these changes and show how rest utils can be
used directly for integration tests.
On May 7, 2018 1:54 PM, "Ewen Cheslack-Postava" <[email protected]> wrote:
*@ewencp* commented on this pull request.
@ryan-barker-zefr <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#93 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWcfizEJA5ZwBXI4rkiUdnPWwQqT-SyQks5twLSYgaJpZM4Tv8HU>
.
|
see confluentinc/common#117