Package io.quarkus.deployment.jvm
Class FallbackModulesReconfigurer
java.lang.Object
io.quarkus.deployment.jvm.FallbackModulesReconfigurer
- All Implemented Interfaces:
JvmModulesReconfigurer
A fallback implementation of
JvmModulesReconfigurer that handles scenarios where
we were not allowed to install an agent or get our way via reflection.
This implementation will not try to apply any changes to the runtime, but reports warnings for all operations which we should have performed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidopenJavaModules(List<ModuleOpenBuildItem> addOpens, ModulesClassloaderContext ignored)
-
Constructor Details
-
FallbackModulesReconfigurer
FallbackModulesReconfigurer()
-
-
Method Details
-
openJavaModules
- Specified by:
openJavaModulesin interfaceJvmModulesReconfigurer
-