-
Notifications
You must be signed in to change notification settings - Fork 2.1k
v5.0.0.CR5 - RabbitMQ - Illegal Access Exception - #5485
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
|
I think for now the client does not support modules and should be used outside of the module path as well. |
I saw the planned release date from CR8 being this month :) Is the goal still to reach modular level 3? :) I saw the vertx-mutiny as well, which is becoming painful to make compliant lol https://github.com/GuicedEE/Services/blob/master/Vert.x/vertx-rabbitmq/src/moditect/module-info.java |
I' m looking into the issue for GA @GedMarc |
Version
5.0.0.CR5
Context
Looks like a package hasn't been opened to the rabbitmq module
Do you have a reproducer?
java.lang.IllegalAccessError: class io.vertx.rabbitmq.impl.RabbitMQConsumerImpl (in module io.vertx.rabbitmq) cannot access class io.vertx.core.streams.impl.InboundBuffer (in module io.vertx.core) because module io.vertx.core does not export io.vertx.core.streams.impl to module io.vertx.rabbitmq
Steps to reproduce
The text was updated successfully, but these errors were encountered: