Skip to content

Each branch is a reproducer of an issue. Not a real project

Notifications You must be signed in to change notification settings

Christopher-Chianelli/issue-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Issue Reproducer: Drools Classloader does not work in Spring Fat Jar for Executable Model

To reproduce: mvn clean install java -jar target/DroolsExecutableReproducer-8.0.0-SNAPSHOT-exec.jar

Expected: Print 70

Actual: An exception related to not being able to find class files. In particular, it trying to find the class files in the main jar, when they are actually stored in BOOT-INF/drools-lib.jar.

About

Each branch is a reproducer of an issue. Not a real project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages