Skip to content

FlowAdapters splits the org.reactivestreams package #424

Closed
@jroper

Description

@jroper

It is impossible to consume the reactive streams flow adapters in JDK9 as a module since it splits the org.reactivestreams package across itself and the org.reactivestreams module (which it depends on). Here's an example error message from javac when you try to use it:

error: module org.reactivestreams.tck reads package org.reactivestreams from both org.reactivestreams.flowadapters and org.reactivestreams

JDK9 does not allow packages split between modules. FlowAdapters must be moved to its own package if its to be in its own artifact.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions