LightJason / Java-AgentSpeak

LightJason - AgentSpeak(L++) for Java
https://agentspeak-java.lightjason.org
Other
23 stars 7 forks source link

in Sprint-Boot context actionsFromPackage does not work #61

Closed flashpixx closed 6 years ago

flashpixx commented 6 years ago

Within a Spring-Boot context the package reading does not work, it returns an empty stream. The problem seems to be the ClassPath.from call because it cannot deal with inner jar files in a fat Spring-Boot jar file. It must replaced by an own class loader structure

flashpixx commented 6 years ago

fixed in 41437616a46371cc2449962653d85337d3375965 and merged in ded1d969e9e20f029ebe69446d6aafa182ca21a8