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
I'm trying to launch the vertx sample without using the launcher jar.
The layers configuration is done using java code instead of an external config file.
The layers configuration is the same than the one provided in "layrry-examples/vertx-links/staging/layers.yml"
The target filesystem is the same than the one generated in "layrry-examples/vertx-links/staging"
Everything works fine except existing plugins (like "layrry-examples/vertx-links/staging/route-plugins1/layrry-links-membership-1.0.0.jar") which aren't loaded at startup.
Removing and adding "route-plugins1/layrry-links-membership-1.0.0.jar" after startup will detect and load the plugin as expected.
Do you know what can be missing in my use case to prevent loading plugins during startup ?
The text was updated successfully, but these errors were encountered:
Hello,
First of all thanks for your awesome work.
I'm trying to launch the vertx sample without using the launcher jar.
The layers configuration is done using java code instead of an external config file.
The layers configuration is the same than the one provided in "layrry-examples/vertx-links/staging/layers.yml"
The target filesystem is the same than the one generated in "layrry-examples/vertx-links/staging"
Below is the code i launch:
Everything works fine except existing plugins (like "layrry-examples/vertx-links/staging/route-plugins1/layrry-links-membership-1.0.0.jar") which aren't loaded at startup.
Removing and adding "route-plugins1/layrry-links-membership-1.0.0.jar" after startup will detect and load the plugin as expected.
Do you know what can be missing in my use case to prevent loading plugins during startup ?
The text was updated successfully, but these errors were encountered: