-
Notifications
You must be signed in to change notification settings - Fork 534
JDK9 artifact/converter naming #401
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
One possible proposal is:
Rationale: Since it is located in the |
Maybe like this? :) <dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>adapter-flow</artifactId>
</dependency> |
@shenghaiyang All the other artifacts start with |
Hope this helps :) |
@ktoso I agree with your point number 2. I'm fine with pluralizing adapter in the jarname. |
👍 |
@ktoso Would |
Nice idea, reads great 👍 |
@reactive-streams/contributors I created #402 as a concrete proposal of name changes. Please provide some counter proposals, or 👍's so we can ship the JDK9 TCK and interop pieces as soon as possible. (Would be nice with an RC1 within a week or so) |
Closing as changes were merged without additional comments. |
Hey,
so we just now merged the "final bits" for the JDK9 Flow bridge/adapter jar as well as the TCK for java.util.concurrent.Flow.
Now, there are some open questions that we need to lock down now, before we cut the releases:
Current scheme: toX (toSubscriber, toPublisher, toProcessor) and toFlowX (toFlowSubsriber, toFlowPublisher, toFlowProcessor)
Current rationale: harmonizes with the types: X and Flow.X
Current name: The converters are currently located in a class named
org.reactivestreams.ReactiveStreamsFlowBridge
Current artifact name is
reactive-streams-flow-bridge
Current rationale: it is intended to bridge implementations in both directions
@reactive-streams/contributors I'd like for us to settle the naming swiftly and with resolve (can we aim for within a week?), so if you have counter proposals, please speak now of forever hold your peace. :)
The text was updated successfully, but these errors were encountered: