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

[Regression] fix(quarkus): don't override application.properties #5234

Merged
merged 1 commit into from Mar 8, 2024

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Mar 8, 2024

This PR fixes the Quarkus native execution which is actually failing due to the fact that we are overriding some application.properties configuration by mistake.

Release Note

fix(quarkus): don't override application.properties

@squakez squakez changed the title fix(quarkus): don't override application.properties [regression] [Regression] fix(quarkus): don't override application.properties Mar 8, 2024
@squakez squakez added trigger native test Use this label in PR when you want to trigger Quarkus Native tests kind/bug Something isn't working labels Mar 8, 2024
Copy link
Contributor

github-actions bot commented Mar 8, 2024

✔️ Unit test coverage report - coverage increased from 36.8% to 36.9% (+0.1%)

@squakez
Copy link
Contributor Author

squakez commented Mar 8, 2024

--- PASS: TestNativeHighMemoryIntegrations (1776.78s)
--- PASS: TestNativeHighMemoryIntegrations/java_native_support (819.60s)
--- PASS: TestNativeHighMemoryIntegrations/java_native_support/java_native_same_should_not_rebuild (2.24s)
--- PASS: TestNativeHighMemoryIntegrations/java_native_support/java_native_should_rebuild (386.44s)
--- PASS: TestNativeHighMemoryIntegrations/groovy_native_support (467.70s)
--- PASS: TestNativeHighMemoryIntegrations/kotlin_native_support (479.53s)
PASS
ok github.com/apache/camel-k/v2/e2e/native 1776.815s

@squakez
Copy link
Contributor Author

squakez commented Mar 8, 2024

--- PASS: TestNativeIntegrations (1003.32s)
--- PASS: TestNativeIntegrations/unsupported_integration_source_language (0.72s)
--- PASS: TestNativeIntegrations/xml_native_support (511.04s)
--- PASS: TestNativeIntegrations/automatic_rollout_deployment_from_jvm_to_native_kit (480.92s)
--- PASS: TestNativeIntegrations/automatic_rollout_deployment_from_jvm_to_native_kit/yaml_native_should_not_rebuild (2.80s)
PASS
ok github.com/apache/camel-k/v2/e2e/native 1455.251s

Copy link
Contributor

github-actions bot commented Mar 8, 2024

✔️ Unit test coverage report - coverage increased from 36.8% to 36.9% (+0.1%)

@squakez squakez merged commit 7932a06 into apache:main Mar 8, 2024
12 of 15 checks passed
@squakez squakez deleted the fix/native_route_props branch March 8, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working trigger native test Use this label in PR when you want to trigger Quarkus Native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants