python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
org.reflection.Reflections 0.10.2 fails when running as jar (e.g. in a docker container)
I used org.reflections (latest):
new Reflections("my.package").getSubTypesOf(MyService.class);
It works well running in IntelliJ and returns all implementations of MyService.class.
But runn...
t777
Votes: 0
Answers: 1
Getting `java.lang.ClassNotFoundException: org.apache.commons.pool.PoolableObjectFactory` when using Java reflection
I am trying to invoke a function using java reflection. My initial program is written in Ballerina which is given below.
import ballerina/http;
function __getQueryResults() returns error|string{
...
Aneesha Fernando
Votes: 0
Answers: 1
Unable to find out where reflections-maven plugin comes from
There executes a particular Maven plugin and I struggle to find out where it comes from to either remove or replace it as its compile dependency link is broken. I am talking about org.reflections:refl...

Nikolas Charalambidis
Votes: 0
Answers: 1