-
Notifications
You must be signed in to change notification settings - Fork 350
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
feat(trait): jvm refactoring #5488
Conversation
✔️ Unit test coverage report - coverage increased from 38.1% to 38.3% (+0.2%) |
✔️ Unit test coverage report - coverage increased from 38.1% to 38.3% (+0.2%) |
✔️ Unit test coverage report - coverage increased from 38.1% to 38.3% (+0.2%) |
99ae3a4
to
c4573dc
Compare
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
I think the failures checks we're hitting is because of this joor issue: jOOQ/jOOR#69 |
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
Configmap tests are failing because when we use the fast-jar, the resources provided in the classpath are not "visible" to the route directly. The following one is failing (
with:
The same is working correctly with explicit execution (ie, |
Given the problems found so far, I'm moving the code developed into https://github.com/squakez/camel-k/tree/feat/5476_executable_jar for future references. I've created a follow up issue that we need to tackle in the future #5539 - for this PR I'm reducing the scope in order to be able to let the user fine tune the trait, have the possibility to run with a synthetic IntegrationKit and add some more coverage. |
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
1 similar comment
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
1 similar comment
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
* add more unit test * enable the trait for synthetic Kits * add documentation on the jvm trait usage Closes apache#5476
The namespace is expected to be clean on purpose!
✔️ Unit test coverage report - coverage increased from 38.4% to 38.6% (+0.2%) |
jar
parameter which can be used with synthetic Kitsprint-command
in order to let distroless to work OOTBRef #5476
Release Note