This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 09d22082c chore: nightly automatic updates
09d22082c is described below
commit 09d22082c6d1f98d4e663acfd95888976e8297f2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 1 23:45:55 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 6 +++
README.adoc | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 157 ++++++++++++++++++++++++++++++-----------------------------
5 files changed, 88 insertions(+), 81 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a0df8b93..fa55a29e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
**Closed issues:**
+- Route parameters are ignored for `path` parameters
[\#5203](https://github.com/apache/camel-k/issues/5203)
+- Builder property failure when using non xml tag characters
[\#5195](https://github.com/apache/camel-k/issues/5195)
+- Error configuring property: camel.component.test\[00001\]port\[80\]tcp.addr
because cannot find component with name test\[00001\]port\[80\]tcp.
[\#5179](https://github.com/apache/camel-k/issues/5179)
- Get environment variable value is empty in properties file
[\#5178](https://github.com/apache/camel-k/issues/5178)
- Debug Integrations failing
[\#5161](https://github.com/apache/camel-k/issues/5161)
- Performance regression due to configmap/secrets whole cluster watch
[\#5143](https://github.com/apache/camel-k/issues/5143)
@@ -46,7 +49,10 @@
**Merged pull requests:**
+- fix\(e2e\): stricter pipe test check
[\#5202](https://github.com/apache/camel-k/pull/5202)
([squakez](https://github.com/squakez))
+- fix\(trait\): deprecate operator inspecting secrets
[\#5201](https://github.com/apache/camel-k/pull/5201)
([squakez](https://github.com/squakez))
- fix\(trait\): catalog to drive dependencies
[\#5199](https://github.com/apache/camel-k/pull/5199)
([squakez](https://github.com/squakez))
+- fix\(quarkus\): build time properties into file
[\#5198](https://github.com/apache/camel-k/pull/5198)
([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/prometheus/client\_golang from 1.18.0 to
1.19.0 [\#5193](https://github.com/apache/camel-k/pull/5193)
([dependabot[bot]](https://github.com/apps/dependabot))
- update quarkus-native.adoc
[\#5190](https://github.com/apache/camel-k/pull/5190)
([bvahdat](https://github.com/bvahdat))
- chore: use constants for config types
[\#5189](https://github.com/apache/camel-k/pull/5189)
([squakez](https://github.com/squakez))
diff --git a/README.adoc b/README.adoc
index 4246309d8..141a5a589 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernet
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
releases",
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus
native",
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
-image:https://img.shields.io/badge/Coverage-36.4%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-36.8%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on
Zulip", link="https://camel.zulipchat.com"]
Apache Camel K is a lightweight integration framework built from **Apache
Camel** that runs natively on Kubernetes and is specifically designed for
serverless and microservice architectures. Users of `Camel K` can instantly run
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/badge.out b/badge.out
index ccdca3231..19a266d74 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/coverage b/coverage
index 305c06b2b..4202a199f 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-36.4
+36.8
diff --git a/coverage.out b/coverage.out
index 9bd6f1fa6..98130b17d 100644
--- a/coverage.out
+++ b/coverage.out
@@ -158,31 +158,30 @@
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:107:
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:120:
GetConfigurationProperty
100.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:132:
trimFirstLeadingSpace
100.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:139:
AddOrReplaceGeneratedSources
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:158:
AddConfigurationsIfMissing
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:173:
Configurations
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:181:
Configurations
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:189:
Configurations
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:201:
NewSourceSpec
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:212:
SetOperatorID
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:216:
SetIntegrationPlatform
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:227:
SetIntegrationKit
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:260:
GetIntegrationKitNamespace
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:274:
IsConditionTrue
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:287:
SetReadyCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:292:
SetReadyConditionError
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:297:
IsSynthetic
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:302:
GetCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:312:
SetCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:321:
SetErrorCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:334:
SetConditions
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:374:
RemoveCondition
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:387:
GetConditions
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:395:
GetType
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:399:
GetStatus
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:403:
GetLastUpdateTime
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:407:
GetLastTransitionTime
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:411:
GetReason
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:415:
GetMessage
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:158:
Configurations
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:166:
Configurations
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:174:
Configurations
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:186:
NewSourceSpec
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:197:
SetOperatorID
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:201:
SetIntegrationPlatform
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:212:
SetIntegrationKit
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:245:
GetIntegrationKitNamespace
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:259:
IsConditionTrue
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:272:
SetReadyCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:277:
SetReadyConditionError
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:282:
IsSynthetic
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:287:
GetCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:297:
SetCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:306:
SetErrorCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:319:
SetConditions
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:359:
RemoveCondition
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:372:
GetConditions
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:380:
GetType
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:384:
GetStatus
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:388:
GetLastUpdateTime
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:392:
GetLastTransitionTime
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:396:
GetReason
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:400:
GetMessage
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:29:
NewIntegrationKit
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:42:
NewIntegrationKitList
0.0%
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:51:
Configurations
0.0%
@@ -693,19 +692,20 @@ github.com/apache/camel-k/v2/pkg/builder/project.go:98:
generateProjectSet
github.com/apache/camel-k/v2/pkg/builder/project.go:129:
injectServersIntoMavenSettings
63.6%
github.com/apache/camel-k/v2/pkg/builder/project.go:146:
encodeXMLNoHeader
87.5%
github.com/apache/camel-k/v2/pkg/builder/project.go:160:
getServerTagIndex
76.2%
-github.com/apache/camel-k/v2/pkg/builder/project.go:190:
injectDependencies
0.0%
-github.com/apache/camel-k/v2/pkg/builder/project.go:195:
sanitizeDependencies
0.0%
+github.com/apache/camel-k/v2/pkg/builder/project.go:190:
injectDependencies
100.0%
+github.com/apache/camel-k/v2/pkg/builder/project.go:195:
sanitizeDependencies
100.0%
github.com/apache/camel-k/v2/pkg/builder/project.go:199:
injectProfiles
0.0%
github.com/apache/camel-k/v2/pkg/builder/quarkus.go:36:
init
100.0%
github.com/apache/camel-k/v2/pkg/builder/quarkus.go:64:
resolveBuildSources
0.0%
github.com/apache/camel-k/v2/pkg/builder/quarkus.go:81:
prepareProjectWithSources
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:111:
loadCamelQuarkusCatalog
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:128:
generateQuarkusProject
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:146:
GenerateQuarkusProjectCommon
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:216:
buildQuarkusRunner
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:239:
BuildQuarkusRunnerCommon
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:264:
computeQuarkusDependencies
0.0%
-github.com/apache/camel-k/v2/pkg/builder/quarkus.go:282:
ProcessQuarkusTransitiveDependencies
0.0%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:111:
loadCamelQuarkusCatalog
85.7%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:128:
generateQuarkusProject
100.0%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:143:
generateQuarkusProjectCommon
100.0%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:183:
buildQuarkusRunner
83.3%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:206:
BuildQuarkusRunnerCommon
66.7%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:223:
computeApplicationProperties
76.9%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:249:
computeQuarkusDependencies
90.9%
+github.com/apache/camel-k/v2/pkg/builder/quarkus.go:267:
ProcessQuarkusTransitiveDependencies
84.6%
github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:41:
BuildCommands
0.0%
github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:46:
Directory
0.0%
github.com/apache/camel-k/v2/pkg/builder/runtime_support.go:51:
TargetDirectory
0.0%
@@ -1504,7 +1504,7 @@
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:37:
newErrorHandler
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:44:
Configure
85.7%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:60:
Apply
83.3%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:75:
addErrorHandlerDependencies
83.3%
-github.com/apache/camel-k/v2/pkg/trait/error_handler.go:87:
addErrorHandlerAsSource
85.7%
+github.com/apache/camel-k/v2/pkg/trait/error_handler.go:87:
addGlobalErrorHandlerAsSource
85.7%
github.com/apache/camel-k/v2/pkg/trait/gc.go:58:
newGCTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/gc.go:64:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/gc.go:75:
Apply
91.7%
@@ -1537,18 +1537,18 @@ github.com/apache/camel-k/v2/pkg/trait/jolokia.go:170:
addToJolokiaOptions
github.com/apache/camel-k/v2/pkg/trait/jvm.go:48:
newJvmTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:58:
Configure
91.7%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:85:
Apply
50.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:56:
newConfigurationKey
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:68:
newKameletsTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:74:
Configure
75.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:104:
Apply
83.3%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:117:
collectKamelets
90.9%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:170:
addKamelets
88.5%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:215:
addKameletAsSource
80.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:264:
addConfigurationSecrets
91.7%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:291:
getKameletKeys
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:306:
getConfigurationKeys
90.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:336:
integrationSourceFromKameletSource
86.7%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:363:
initializeConfigmapKameletSource
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:57:
newConfigurationKey
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:69:
newKameletsTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:75:
Configure
75.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:105:
Apply
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:114:
collectKamelets
90.9%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:167:
addKamelets
88.5%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:212:
addKameletAsSource
80.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:262:
listConfigurationSecrets
92.3%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:285:
getKameletKeys
100.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:300:
getConfigurationKeys
90.0%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:330:
integrationSourceFromKameletSource
86.7%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:357:
initializeConfigmapKameletSource
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:36:
newKameletBundle
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:42:
add
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:47:
toConfigmaps
94.1%
@@ -1578,12 +1578,13 @@
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:169:
getServiceFo
github.com/apache/camel-k/v2/pkg/trait/logging.go:42:
newLoggingTraitTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/logging.go:51:
Configure
60.0%
github.com/apache/camel-k/v2/pkg/trait/logging.go:63:
Apply
90.9%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:41:
newMountTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:48:
Configure
80.0%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:74:
Apply
80.8%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:123:
configureVolumesAndMounts
76.9%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:149:
mountResource
93.3%
-github.com/apache/camel-k/v2/pkg/trait/mount.go:172:
addServiceBindingSecret
33.3%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:43:
newMountTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:50:
Configure
81.8%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:79:
Apply
80.8%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:128:
configureVolumesAndMounts
76.9%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:154:
mountResource
93.3%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:177:
addServiceBindingSecret
33.3%
+github.com/apache/camel-k/v2/pkg/trait/mount.go:187:
addImplicitKameletsSecrets
62.5%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:52:
newOpenAPITrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:58:
Configure
85.7%
github.com/apache/camel-k/v2/pkg/trait/openapi.go:75:
Apply
0.0%
@@ -1620,30 +1621,30 @@
github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:47:
Configure
67
github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:91:
Apply
85.7%
github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:108:
delegateImagePuller
75.0%
github.com/apache/camel-k/v2/pkg/trait/pull_secret.go:118:
newImagePullerRoleBinding
70.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:75:
getLanguageSettings
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:93:
getLegacyLanguageSettings
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:102:
newQuarkusTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:109:
InfluencesKit
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:114:
InfluencesBuild
0.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:120:
Matches
0.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:143:
Configure
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:152:
adaptDeprecatedFields
18.2%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:171:
Apply
77.8%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:193:
applyWhileBuildingKit
81.2%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:228:
validateNativeSupport
42.9%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:246:
newIntegrationKit
70.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:301:
propagateKitTraits
85.7%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:317:
propagate
33.3%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:343:
applyWhenBuildSubmitted
62.8%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:419:
isNativeKit
50.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:430:
isIncrementalImageBuild
75.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:441:
applyWhenKitReady
28.6%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:455:
isNativeIntegration
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:461:
isEmbedded
66.7%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:471:
containsMode
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:480:
packageType
80.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:492:
sourcesRequiredAtBuildTime
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:498:
propagateSourcesRequiredAtBuildTime
80.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:74:
getLanguageSettings
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:92:
getLegacyLanguageSettings
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:101:
newQuarkusTrait
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:108:
InfluencesKit
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:113:
InfluencesBuild
0.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:119:
Matches
0.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:142:
Configure
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:151:
adaptDeprecatedFields
18.2%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:170:
Apply
77.8%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:192:
applyWhileBuildingKit
81.2%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:227:
validateNativeSupport
42.9%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:245:
newIntegrationKit
70.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:300:
propagateKitTraits
85.7%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:316:
propagate
33.3%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:342:
applyWhenBuildSubmitted
62.8%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:418:
isNativeKit
50.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:429:
isIncrementalImageBuild
75.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:440:
applyWhenKitReady
28.6%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:454:
isNativeIntegration
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:460:
isEmbedded
66.7%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:470:
containsMode
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:479:
packageType
80.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:491:
sourcesRequiredAtBuildTime
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:497:
propagateSourcesRequiredAtBuildTime
80.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:46:
newRegistryTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:53:
InfluencesKit
100.0%
github.com/apache/camel-k/v2/pkg/trait/registry.go:58:
InfluencesBuild
0.0%
@@ -2257,4 +2258,4 @@ github.com/apache/camel-k/v2/pkg/util/util.go:649:
WithTempDir
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:664:
ConfigTreePropertySplit
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:685:
trimQuotes
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:696:
NavigateConfigTree
0.0%
-total:
(statements)
36.4%
+total:
(statements)
36.8%