DefaultPluginLoader
Default implementation of PluginLoader that supports:
Directory-based plugin discovery (scanning for JAR files)
JAR-based class loading with isolated ClassLoader
SPI-based plugin loading (META-INF/services)
Thread-safe: uses ConcurrentHashMap and synchronized loading.