Update versions to support spring boot#93
Update versions to support spring boot#93ryan-barker-zefr wants to merge 1 commit intoconfluentinc:4.0.xfrom
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 |
| .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.
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] |
|
Confluent Inc. (@confluentinc) It looks like ryan-barker-zefr just signed our Contributor License Agreement. 👍 Always at your service, clabot |
Ewen Cheslack-Postava (ewencp)
left a comment
There was a problem hiding this comment.
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" <notifications@github.com> 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