Class DisabledInitialContextManager

java.lang.Object
io.quarkus.bootstrap.naming.DisabledInitialContextManager
All Implemented Interfaces:
InitialContextFactoryBuilder

public class DisabledInitialContextManager extends Object implements InitialContextFactoryBuilder
Delegate used by Quarkus to disable JNDI.

This must be in a parent-first artifact as the initial context manager cannot be replaced and will never get garbage-collected due to being referenced from a sticky class (NamingManager), so its classloader will never get garbage-collected either.