You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current module-info exports lots of packages, including some that shall be considered as internal (e.g., io.smallrye.mutiny.operators.**, io.smallrye.mutiny.helpers.queues).
We shall review and carefully export only those packages that have classes that we consider part of the public / user facing API.
The text was updated successfully, but these errors were encountered:
The current
module-info
exports lots of packages, including some that shall be considered as internal (e.g.,io.smallrye.mutiny.operators.**
,io.smallrye.mutiny.helpers.queues
).We shall review and carefully export only those packages that have classes that we consider part of the public / user facing API.
The text was updated successfully, but these errors were encountered: