-
Notifications
You must be signed in to change notification settings - Fork 534
TCK: Provide test classes working directly on JDK9 interfaces #388
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
Comments
@ktoso I believe you wanted to take a stab at this? :) |
Yes, absolutely - work in progress already. |
Awesome. Let me know how I can help.
…--
Cheers,
√
On Oct 2, 2017 05:43, "ktoso" ***@***.***> wrote:
Yes, absolutely - work in progress already.
Terribly jet-lagged though, hope a good nights sleep today will get me
hacking on to finish this up on monday US time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#388 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAqd3cPx4aHm3RRuOIuJ97dmnLp0D4Nks5soFvNgaJpZM4OWiq_>
.
|
This should be simply a copy-paste of the current TCK in a new module and replacing |
That would not be nice for maintenance though ;)
…On 2 October 2017 at 02:09:03, David Karnok ***@***.***) wrote:
This should be simply a copy-paste of the current TCK in a new module and
replacing org.reactivestreams with java.util.concurrent.Flow, right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#388 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHYk_0xDS36nYUva9KLHLPa7lV8KZomks5soKgvgaJpZM4OWiq_>
.
|
I'm not a Gradle guru but I'm sure it can be automatically synchronized via scripting. |
Nope, it's still tedious as the references have to be carefully replaced since the containing package is |
There's two ways to go about this I guess:
Proposed style of rolling it out:
This would move "us" to test the JDK things directly, which is the end goal and allow slowly moving away from having to use the adapters for most impls (as impls move to implementing the JDK interfaces)
The text was updated successfully, but these errors were encountered: