Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DROOLS-7608] fix KieProject lookup on classpath for EAP 7.4.15 VFS #5691

Closed
wants to merge 1 commit into from

Conversation

mariofusco
Copy link
Contributor

@tkobayas This is only a rewritten and cleaned up version of the solution that you found here.

I dug into VFS sources a lot and couldn't find any better solution. I understand that using reflection is not ideal, but in the end we were already doing so, even if just because we didn't want a direct dependency on VFS. Now it's true that this is a bit worse than before because we're also accessing package private methods (that are probably subject to change in future), but other than asking the Jboss team to make those methods public, thus avoiding to use setAccessible(true), I don't see any possible improvement.

@mariofusco
Copy link
Contributor Author

Replaced by kiegroup#26

@mariofusco mariofusco closed this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant