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

Replace fabric8-maven-plugin dependency with Eclipse JKube OpenShift Maven Plugin #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

manusa
Copy link

@manusa manusa commented Jun 22, 2021

Fabric8 Maven Plugin (FMP) will be deprecated soon, Eclipse JKube should be used instead.

Eclipse JKube 1.3.0 was recently released, and as part of the core maintainer team, we need feedback from the community to see if current projects depending on FMP can be easily upgraded to use JKube. As part of the strategy to seek this feedback we are creating PRs on those repositories which we know are currently using FMP.

The JKube part works OK, however, it seems that the jar packaging (spring-boot:repackage) doesn't work well with KieServices.Factory.get().getKieClasspathContainer().newKieSession(name).
If the application is run directly there's no problem, however when packaged as a Jar and run locally, the session is not found. Probably that part needs an update too.

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