Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Adds a fix to the JarLoaderService originally made in rule-rest #18

Merged
merged 1 commit into from
Feb 6, 2017

Conversation

jhkuperus
Copy link
Contributor

The precondition function for Glossaries incorrectly identified nested
objects as potential Glossaries. While trying to load them, Java dies
because the outer object has not yet been loaded. This patch fixes the
issue in a somewhat ductapey way, but at least it works :)

TODO : Find a better way to identify objects/classes

The precondition function for Glossaries incorrectly identified nested
objects as potential Glossaries. While trying to load them, Java dies
because the outer object has not yet been loaded. This patch fixes the
issue in a somewhat ductapey way, but at least it works :)

TODO : Find a better way to identify objects/classes
Copy link
Contributor

@NRBPerdijk NRBPerdijk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same fix as in rule-rest, which will also need a more durable solution... Approved.

@NRBPerdijk NRBPerdijk merged commit bbf2262 into master Feb 6, 2017
@NRBPerdijk NRBPerdijk deleted the bugfix/jarloaderservice-fix-from-rule-rest branch February 6, 2017 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants