python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ServiceLoader is returning empty list for services on Wildfly-17.0.1
ServiceLoader<ConnectionLoader> serviceLoader = ServiceLoader.load(ConnectionLoader.class);
My web application has 3 implementations of the ConnectionLoader service and the above API works perf...
user3111249
Votes: 0
Answers: 0
Cannot load custom File System on Flink's shadow jar
I needed some metadata on my S3 objects, so I had to override the S3 file system provided by flink.
I followed this guide to the letter and now I have a custom file system which works on my local mach...
Jack
Votes: 0
Answers: 0
Launching fragment via ServiceLoader in Dynamic Feature (Android)
I'm trying to launch a fragment in my a dynamic feature module using a ServiceLoader as follows, but I get a crash the first time I try to launch my fragment. After the initial crash, if I try to laun...
VIN
Votes: 0
Answers: 1
java.util.ServiceLoader does not work inside of an AnnotationProcessor
I am using Java 17.
I have created a library with a bunch of utility stuff, including a "Service", doing something. This Service is published both the old style (using a file META-INF/servic...
tquadrat
Votes: 0
Answers: 0