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 08c15bd71 chore: nightly automatic updates
08c15bd71 is described below

commit 08c15bd71e278c7bc109e491495e2ff7405a839d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 16 23:47:58 2024 +0000

    chore: nightly automatic updates
---
 CHANGELOG.md                           |   6 +
 README.adoc                            |   2 +-
 badge.out                              |   2 +-
 coverage                               |   2 +-
 coverage.out                           | 271 +++++++++++++++------------------
 docs/modules/traits/pages/builder.adoc |   1 +
 pkg/resources/resources.go             |  24 +--
 resources/traits.yaml                  |   2 +-
 8 files changed, 150 insertions(+), 160 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36ee76244..1d307c895 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
 - Nightly SBOM procedure should not run if there are no changes 
[\#5033](https://github.com/apache/camel-k/issues/5033)
 - Nightly release soft failure 
[\#5023](https://github.com/apache/camel-k/issues/5023)
 - Unable to authenticate with Docker Hub API v2 
[\#5017](https://github.com/apache/camel-k/issues/5017)
+- Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
 - Provide alternative publishing strategy via pipeline 
[\#4747](https://github.com/apache/camel-k/issues/4747)
 - Add DataTypeRegistry as bean in Camel context 
[\#3845](https://github.com/apache/camel-k/issues/3845)
@@ -21,9 +22,14 @@
 
 **Merged pull requests:**
 
+- fix: broken link [\#5074](https://github.com/apache/camel-k/pull/5074) 
([zregvart](https://github.com/zregvart))
+- fix: use relative paths 
[\#5073](https://github.com/apache/camel-k/pull/5073) 
([zregvart](https://github.com/zregvart))
+- Update registry.adoc [\#5071](https://github.com/apache/camel-k/pull/5071) 
([stefkiourk](https://github.com/stefkiourk))
+- fix\(\#5001\): Execute Quarkus JVM buildMode before native buildMode 
[\#5070](https://github.com/apache/camel-k/pull/5070) 
([michalvavrik](https://github.com/michalvavrik))
 - chore\(deps\): bump github.com/evanphx/json-patch from 5.7.0+incompatible to 
5.8.0+incompatible [\#5068](https://github.com/apache/camel-k/pull/5068) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump github.com/prometheus/common from 0.45.0 to 0.46.0 
[\#5067](https://github.com/apache/camel-k/pull/5067) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - doc: add languages section 
[\#5064](https://github.com/apache/camel-k/pull/5064) 
([squakez](https://github.com/squakez))
+- feat\(builder\): remove deprecated strategies and default to Jib 
[\#5062](https://github.com/apache/camel-k/pull/5062) 
([squakez](https://github.com/squakez))
 - chore\(ci\): simplify nightly updates action 
[\#5061](https://github.com/apache/camel-k/pull/5061) 
([squakez](https://github.com/squakez))
 - feat\(ci\): new coverage flow 
[\#5058](https://github.com/apache/camel-k/pull/5058) 
([squakez](https://github.com/squakez))
 - feat\(pipeline\): user publishing task 
[\#5057](https://github.com/apache/camel-k/pull/5057) 
([squakez](https://github.com/squakez))
diff --git a/README.adoc b/README.adoc
index 33fd652e4..cd3ed9044 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-34.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-34.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 d39a124f6..23f63dbd5 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
 
-![Coverage](https://img.shields.io/badge/Coverage-34.4%25-yellow)
\ No newline at end of file
+![Coverage](https://img.shields.io/badge/Coverage-34.8%25-yellow)
\ No newline at end of file
diff --git a/coverage b/coverage
index 1efd41cfc..0fe9feeba 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-34.4
+34.8
diff --git a/coverage.out b/coverage.out
index 899b767d4..b9d60e97a 100644
--- a/coverage.out
+++ b/coverage.out
@@ -61,26 +61,26 @@ 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:63:       
                    Tas
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:68:      
                        BuilderDependencies                                     
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:77:      
                        FindBuilderTask                                         
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:87:      
                        ConfigurationTasksByName                                
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:118:     
                        SetBuilderConfiguration                                 
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:123:     
                        SetBuilderConfigurationTasks                            
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:132:     
                        String                                                  
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:137:     
                        GetCondition                                            
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:147:     
                        Failed                                                  
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:153:     
                        IsFinished                                              
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:158:     
                        SetCondition                                            
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:169:     
                        SetErrorCondition                                       
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:184:     
                        SetConditions                                           
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:209:     
                        RemoveCondition                                         
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:222:     
                        GetConditions                                           
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:230:     
                        GetType                                                 
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:234:     
                        GetStatus                                               
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:238:     
                        GetLastUpdateTime                                       
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:242:     
                        GetLastTransitionTime                                   
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:246:     
                        GetReason                                               
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:250:     
                        GetMessage                                              
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:254:     
                        HasRunningBuilds                                        
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:264:     
                        HasScheduledBuildsBefore                                
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:280:     
                        HasMatchingBuild                                        
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:112:     
                        SetBuilderConfiguration                                 
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:117:     
                        SetBuilderConfigurationTasks                            
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:126:     
                        String                                                  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:131:     
                        GetCondition                                            
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:141:     
                        Failed                                                  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:147:     
                        IsFinished                                              
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:152:     
                        SetCondition                                            
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:163:     
                        SetErrorCondition                                       
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:178:     
                        SetConditions                                           
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:203:     
                        RemoveCondition                                         
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:216:     
                        GetConditions                                           
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:224:     
                        GetType                                                 
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:228:     
                        GetStatus                                               
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:232:     
                        GetLastUpdateTime                                       
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:236:     
                        GetLastTransitionTime                                   
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:240:     
                        GetReason                                               
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:244:     
                        GetMessage                                              
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:248:     
                        HasRunningBuilds                                        
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:258:     
                        HasScheduledBuildsBefore                                
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/build_types_support.go:274:     
                        HasMatchingBuild                                        
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:28:
                       NewCamelCatalog                                         
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:42:
                       NewCamelCatalogWithSpecs                                
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:57:
                       NewCamelCatalogList                                     
0.0%
@@ -199,29 +199,28 @@ 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:1
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:199:
                    GetLastTransitionTime                                   0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:203:
                    GetReason                                               0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationkit_types_support.go:207:
                    GetMessage                                              0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:28:
                        NewIntegrationPlatformList                              
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:38:
                        NewIntegrationPlatform                                  
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:52:
                        Configurations                                          
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:61:
                        SetOperatorID                                           
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:66:
                        Configurations                                          
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:79:
                        AddConfiguration                                        
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:87:
                        GetActualValue                                          
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:96:
                        ResyncStatusFullConfig                                  
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:102:
               GetCondition                                            0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:113:
               SetCondition                                            0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:125:
               SetErrorCondition                                       0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:140:
               SetConditions                                           0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:165:
               RemoveCondition                                         0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:177:
               IsOptionEnabled                                         0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:190:
               AddOption                                               0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:200:
               GetTimeout                                              0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:210:
               GetConditions                                           0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:219:
               GetType                                                 0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:224:
               GetStatus                                               0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:229:
               GetLastUpdateTime                                       0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:234:
               GetLastTransitionTime                                   0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:239:
               GetReason                                               0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:244:
               GetMessage                                              0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:26:
                        NewIntegrationPlatformList                              
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:36:
                        NewIntegrationPlatform                                  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:50:
                        Configurations                                          
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:59:
                        SetOperatorID                                           
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:64:
                        Configurations                                          
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:77:
                        AddConfiguration                                        
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:85:
                        GetActualValue                                          
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:94:
                        ResyncStatusFullConfig                                  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:100:
               GetCondition                                            0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:111:
               SetCondition                                            0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:123:
               SetErrorCondition                                       0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:138:
               SetConditions                                           0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:163:
               RemoveCondition                                         0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:175:
               AddOption                                               0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:185:
               GetTimeout                                              0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:195:
               GetConditions                                           0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:204:
               GetType                                                 0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:209:
               GetStatus                                               0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:214:
               GetLastUpdateTime                                       0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:219:
               GetLastTransitionTime                                   0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:224:
               GetReason                                               0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/integrationplatform_types_support.go:229:
               GetMessage                                              0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:28:    
                        GetConditions                                           
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:37:    
                        GetType                                                 
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/kamelet_types_support.go:42:    
                        GetStatus                                               
0.0%
@@ -629,9 +628,6 @@ 
github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:79
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:800:
                     DeepCopyInto                                            
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:810:
                     DeepCopy                                                
0.0%
 github.com/apache/camel-k/v2/pkg/builder/builder.go:42:                        
                                Do                                              
        75.6%
-github.com/apache/camel-k/v2/pkg/builder/builder_support.go:32:                
                                ToString                                        
        0.0%
-github.com/apache/camel-k/v2/pkg/builder/builder_support.go:40:                
                                GetSupportedPublishStrategyOptions              
        0.0%
-github.com/apache/camel-k/v2/pkg/builder/builder_support.go:58:                
                                IsSupportedPublishStrategyOption                
        0.0%
 github.com/apache/camel-k/v2/pkg/builder/image.go:44:                          
                        init                                                    
100.0%
 github.com/apache/camel-k/v2/pkg/builder/image.go:67:                          
                        nativeImageContext                                      
0.0%
 github.com/apache/camel-k/v2/pkg/builder/image.go:82:                          
                        executableDockerfile                                    
0.0%
@@ -688,10 +684,10 @@ github.com/apache/camel-k/v2/pkg/builder/steps.go:80:     
                                                registerSteps                   
                        1
 github.com/apache/camel-k/v2/pkg/builder/steps.go:96:                          
                        registerStep                                            
100.0%
 github.com/apache/camel-k/v2/pkg/builder/tasks.go:28:                          
                        Build                                                   
100.0%
 github.com/apache/camel-k/v2/pkg/builder/tasks.go:36:                          
                        Task                                                    
0.0%
+github.com/apache/camel-k/v2/pkg/builder/tasks.go:87:                          
                        Do                                                      
0.0%
 github.com/apache/camel-k/v2/pkg/builder/tasks.go:99:                          
                        Do                                                      
0.0%
 github.com/apache/camel-k/v2/pkg/builder/tasks.go:111:                         
                        Do                                                      
0.0%
-github.com/apache/camel-k/v2/pkg/builder/tasks.go:123:                         
                        Do                                                      
0.0%
-github.com/apache/camel-k/v2/pkg/builder/tasks.go:133:                         
                        TaskByName                                              
27.3%
+github.com/apache/camel-k/v2/pkg/builder/tasks.go:121:                         
                        TaskByName                                              
33.3%
 github.com/apache/camel-k/v2/pkg/builder/types.go:43:                          
                        New                                                     
100.0%
 github.com/apache/camel-k/v2/pkg/builder/util.go:24:                           
                        artifactIDs                                             
75.0%
 github.com/apache/camel-k/v2/pkg/cmd/bind.go:42:                               
                        newCmdBind                                              
100.0%
@@ -766,27 +762,25 @@ github.com/apache/camel-k/v2/pkg/cmd/dump.go:209:         
                                        dumpConditions                          
                0.0%
 github.com/apache/camel-k/v2/pkg/cmd/dump.go:215:                              
                        dumpLogs                                                
0.0%
 github.com/apache/camel-k/v2/pkg/cmd/get.go:37:                                
                                newCmdGet                                       
        100.0%
 github.com/apache/camel-k/v2/pkg/cmd/get.go:52:                                
                                run                                             
        0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:60:                            
                        newCmdInstall                                           
89.9%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:214:                           
                        install                                                 
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:260:                           
                        setupEnvVars                                            
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:275:                           
                        tryInstallViaOLM                                        
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:317:                           
                        installOperator                                         
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:388:                           
                        getOperatorID                                           
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:402:                           
                        setupOperator                                           
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:446:                           
                        isInstallAllowed                                        
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:459:                           
                        setupRegistrySecret                                     
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:471:                           
                        setupIntegrationPlatform                                
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:619:                           
                        printOutput                                             
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:641:                           
                        waitForPlatformReady                                    
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:662:                           
                        postRun                                                 
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:677:                           
                        decode                                                  
94.4%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:702:                           
                        validate                                                
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:796:                           
                        addBuildPublishStrategyOptions                          
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:814:                           
                        supportedOptionsAsString                                
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:826:                           
                        decodeMavenSettings                                     
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:830:                           
                        decodeSecretKeySelector                                 
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:847:                           
                        createDefaultMavenSettingsConfigMap                     
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/install.go:882:                           
                        settingsConfigMap                                       
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:59:                            
                        newCmdInstall                                           
89.9%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:212:                           
                        install                                                 
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:258:                           
                        setupEnvVars                                            
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:273:                           
                        tryInstallViaOLM                                        
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:315:                           
                        installOperator                                         
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:386:                           
                        getOperatorID                                           
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:400:                           
                        setupOperator                                           
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:444:                           
                        isInstallAllowed                                        
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:457:                           
                        setupRegistrySecret                                     
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:469:                           
                        setupIntegrationPlatform                                
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:612:                           
                        printOutput                                             
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:634:                           
                        waitForPlatformReady                                    
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:655:                           
                        postRun                                                 
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:670:                           
                        decode                                                  
94.4%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:695:                           
                        validate                                                
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:788:                           
                        decodeMavenSettings                                     
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:792:                           
                        decodeSecretKeySelector                                 
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:809:                           
                        createDefaultMavenSettingsConfigMap                     
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/install.go:844:                           
                        settingsConfigMap                                       
0.0%
 github.com/apache/camel-k/v2/pkg/cmd/kamelet.go:24:                            
                        newCmdKamelet                                           
100.0%
 github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:35:                   
                        newKameletAddRepoCmd                                    
57.1%
 github.com/apache/camel-k/v2/pkg/cmd/kamelet_add_repo.go:69:                   
                        validate                                                
0.0%
@@ -1025,22 +1019,16 @@ 
github.com/apache/camel-k/v2/pkg/controller/build/build_controller.go:239:      
                        up
 github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:41:         
                        canSchedule                                             
85.0%
 github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:125:        
                                monitorRunningBuild                             
        100.0%
 github.com/apache/camel-k/v2/pkg/controller/build/build_monitor.go:129:        
                                monitorFinishedBuild                            
        100.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:117:            
                        newBuildPod                                             
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:195:            
                        configureResources                                      
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:232:            
                        deleteBuilderPod                                        
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:252:            
                        getBuilderPod                                           
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:265:            
                        buildPodName                                            
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:269:            
                        addBuildTaskToPod                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:320:            
                        addBuildahTaskToPod                                     
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:437:            
                        addKanikoTaskToPod                                      
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:566:            
                        addCustomTaskToPod                                      
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:587:            
                        addContainerToPod                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:598:            
                        hasVolume                                               
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:607:            
                        getRegistryConfigMap                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:621:            
                        addRegistryConfigMap                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:646:            
                        getRegistrySecret                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:660:            
                        addRegistrySecret                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:690:            
                        proxyFromEnvironment                                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:42:             
                        newBuildPod                                             
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:109:            
                        configureResources                                      
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:146:            
                        deleteBuilderPod                                        
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:166:            
                        getBuilderPod                                           
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:179:            
                        buildPodName                                            
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:183:            
                        addBuildTaskToPod                                       
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:234:            
                        addCustomTaskToPod                                      
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:255:            
                        addContainerToPod                                       
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:266:            
                        hasVolume                                               
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/build_pod.go:275:            
                        proxyFromEnvironment                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/error.go:26:                 
                        newErrorAction                                          
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/error.go:35:                 
                        Name                                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/error.go:40:                 
                        CanHandle                                               
0.0%
@@ -1062,18 +1050,18 @@ 
github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:43:            
                        newMoni
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:55:           
                        Name                                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:60:           
                        CanHandle                                               
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:65:           
                        Handle                                                  
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:197:          
                        isPodScheduled                                          
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:206:          
                        sigterm                                                 
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:249:          
                        addTimeoutAnnotation                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:264:          
                        removeTimeoutAnnotation                                 
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:273:          
                        patchPod                                                
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:283:          
                        getTerminatedTime                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:304:          
                        setConditionsFromTerminationMessages                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:346:          
                        publishTask                                             
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:355:          
                        publishTaskImageName                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:376:          
                        publishTaskName                                         
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:397:          
                        publishTaskDigest                                       
0.0%
-github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:408:          
                        operatorSupportedPublishingStrategy                     
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:194:          
                        isPodScheduled                                          
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:203:          
                        sigterm                                                 
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:246:          
                        addTimeoutAnnotation                                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:261:          
                        removeTimeoutAnnotation                                 
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:270:          
                        patchPod                                                
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:280:          
                        getTerminatedTime                                       
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:301:          
                        setConditionsFromTerminationMessages                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:343:          
                        publishTask                                             
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:352:          
                        publishTaskImageName                                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:369:          
                        publishTaskName                                         
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:386:          
                        publishTaskDigest                                       
0.0%
+github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:397:          
                        operatorSupportedPublishingStrategy                     
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:42:       
                        newMonitorRoutineAction                                 
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:51:       
                        Name                                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:56:       
                        CanHandle                                               
0.0%
@@ -1176,25 +1164,19 @@ 
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:34:
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:42:  
                        Name                                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:46:  
                        CanHandle                                               
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/create.go:50:  
                        Handle                                                  
82.4%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:36:
                      NewInitializeAction                                     
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:44:
                      Name                                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:48:
                      CanHandle                                               
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:52:
                      Handle                                                  
32.1%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:101:
                     isPrimaryDuplicate                                      
70.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:120:
                     createPersistentVolumeClaim                             
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:29:
                      NewInitializeAction                                     
100.0%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:37:
                      Name                                                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:41:
                      CanHandle                                               
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:45:
                      Handle                                                  
53.3%
+github.com/apache/camel-k/v2/pkg/controller/integrationplatform/initialize.go:72:
                      isPrimaryDuplicate                                      
70.0%
 
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:46:
  Add                                                     0.0%
 
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:50:
  newReconciler                                           0.0%
 
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:66:
  add                                                     0.0%
 
github.com/apache/camel-k/v2/pkg/controller/integrationplatform/integrationplatform_controller.go:122:
 Reconcile                                               0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/kaniko_cache.go:34:
                    createKanikoCacheWarmerPod                              0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:32: 
                        NewMonitorAction                                        
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:40: 
                        Name                                                    
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:44: 
                        CanHandle                                               
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integrationplatform/monitor.go:48: 
                        Handle                                                  
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/warm.go:33:    
                        NewWarmAction                                           
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/warm.go:44:    
                        Name                                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/warm.go:48:    
                        CanHandle                                               
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integrationplatform/warm.go:52:    
                        Handle                                                  
90.9%
 github.com/apache/camel-k/v2/pkg/controller/kameletbinding/action.go:48:       
                        InjectClient                                            
0.0%
 github.com/apache/camel-k/v2/pkg/controller/kameletbinding/action.go:52:       
                        InjectLogger                                            
0.0%
 
github.com/apache/camel-k/v2/pkg/controller/kameletbinding/error_handler.go:29: 
                               maybeErrorHandler                                
       0.0%
@@ -1295,7 +1277,7 @@ github.com/apache/camel-k/v2/pkg/install/operator.go:556: 
                                        installStrimziBin
 github.com/apache/camel-k/v2/pkg/install/operator.go:570:                      
                        installMonitoringResources                              
0.0%
 github.com/apache/camel-k/v2/pkg/install/operator.go:577:                      
                        installLeaseBindings                                    
0.0%
 github.com/apache/camel-k/v2/pkg/install/operator.go:592:                      
                        NewPlatform                                             
0.0%
-github.com/apache/camel-k/v2/pkg/install/operator.go:658:                      
                        ExampleOrCollect                                        
0.0%
+github.com/apache/camel-k/v2/pkg/install/operator.go:657:                      
                        ExampleOrCollect                                        
0.0%
 github.com/apache/camel-k/v2/pkg/install/optional.go:30:                       
                        OperatorStartupOptionalTools                            
0.0%
 github.com/apache/camel-k/v2/pkg/install/platform.go:27:                       
                        IntegrationPlatformViewerRole                           
0.0%
 github.com/apache/camel-k/v2/pkg/install/secret.go:35:                         
                        RegistrySecretOrCollect                                 
0.0%
@@ -1332,15 +1314,15 @@ 
github.com/apache/camel-k/v2/pkg/metadata/metadata.go:28:                       
                        ExtractAll                                              
8
 github.com/apache/camel-k/v2/pkg/metadata/metadata.go:47:                      
                        merge                                                   
100.0%
 github.com/apache/camel-k/v2/pkg/metadata/metadata.go:67:                      
                        Extract                                                 
81.8%
 github.com/apache/camel-k/v2/pkg/metadata/metadata.go:91:                      
                        Each                                                    
0.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:51:                      
                        ConfigureDefaults                                       
79.5%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:132:                     
                        CreateBuilderServiceAccount                             
85.7%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:148:                     
                        configureRegistry                                       
24.1%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:202:                     
                        applyGlobalPlatformDefaults                             
21.4%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:225:                     
                        applyPlatformSpec                                       
87.5%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:321:                     
                        setPlatformDefaults                                     
73.5%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:412:                     
                        setStatusAdditionalInfo                                 
90.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:427:                     
                        createServiceCaBundleConfigMap                          
0.0%
-github.com/apache/camel-k/v2/pkg/platform/defaults.go:446:                     
                        createBuilderRegistryRoleBinding                        
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:50:                      
                        ConfigureDefaults                                       
75.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:121:                     
                        CreateBuilderServiceAccount                             
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:137:                     
                        configureRegistry                                       
24.1%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:191:                     
                        applyGlobalPlatformDefaults                             
21.4%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:214:                     
                        applyPlatformSpec                                       
87.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:306:                     
                        setPlatformDefaults                                     
71.1%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:377:                     
                        setStatusAdditionalInfo                                 
100.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:385:                     
                        createServiceCaBundleConfigMap                          
0.0%
+github.com/apache/camel-k/v2/pkg/platform/defaults.go:404:                     
                        createBuilderRegistryRoleBinding                        
0.0%
 github.com/apache/camel-k/v2/pkg/platform/operator.go:50:                      
                        IsCurrentOperatorGlobal                                 
0.0%
 github.com/apache/camel-k/v2/pkg/platform/operator.go:61:                      
                        GetOperatorPod                                          
0.0%
 github.com/apache/camel-k/v2/pkg/platform/operator.go:82:                      
                        GetOperatorWatchNamespace                               
0.0%
@@ -1421,17 +1403,17 @@ github.com/apache/camel-k/v2/pkg/trait/builder.go:64:   
                                                Configure                       
                        44.4%
 github.com/apache/camel-k/v2/pkg/trait/builder.go:109:                         
                        existsTaskRequest                                       
100.0%
 github.com/apache/camel-k/v2/pkg/trait/builder.go:119:                         
                        adaptDeprecatedFields                                   
95.8%
 github.com/apache/camel-k/v2/pkg/trait/builder.go:152:                         
                        newOrAppend                                             
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:162:                         
                        Apply                                                   
68.9%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:344:                         
                        failIntegrationKit                                      
80.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:353:                         
                        builderTask                                             
66.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:466:                         
                        getImageName                                            
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:474:                         
                        getBaseImage                                            
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:483:                         
                        customTasks                                             
91.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:513:                         
                        taskConfOrDefault                                       
66.7%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:521:                         
                        parseTasksConf                                          
92.1%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:582:                         
                        splitContainerCommand                                   
100.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:596:                         
                        filter                                                  
69.2%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:643:                         
                        publishingOrUserTask                                    
57.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:162:                         
                        Apply                                                   
87.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:287:                         
                        failIntegrationKit                                      
80.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:296:                         
                        builderTask                                             
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:409:                         
                        getImageName                                            
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:417:                         
                        getBaseImage                                            
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:426:                         
                        customTasks                                             
91.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:456:                         
                        taskConfOrDefault                                       
66.7%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:464:                         
                        parseTasksConf                                          
92.1%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:525:                         
                        splitContainerCommand                                   
100.0%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:539:                         
                        filter                                                  
81.8%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:580:                         
                        publishingOrUserTask                                    
80.0%
 github.com/apache/camel-k/v2/pkg/trait/camel.go:46:                            
                        newCamelTrait                                           
100.0%
 github.com/apache/camel-k/v2/pkg/trait/camel.go:53:                            
                        InfluencesKit                                           
100.0%
 github.com/apache/camel-k/v2/pkg/trait/camel.go:58:                            
                        InfluencesBuild                                         
0.0%
@@ -1619,20 +1601,20 @@ 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                                   
28.6%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:224:                         
                        validateNativeSupport                                   
0.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:242:                         
                        newIntegrationKit                                       
80.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:285:                         
                        propagateKitTraits                                      
50.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:307:                         
                        applyWhenBuildSubmitted                                 
62.8%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:383:                         
                        isNativeKit                                             
50.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:394:                         
                        isIncrementalImageBuild                                 
75.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:405:                         
                        applyWhenKitReady                                       
28.6%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:419:                         
                        isNativeIntegration                                     
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:425:                         
                        isEmbedded                                              
66.7%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:435:                         
                        containsMode                                            
50.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:444:                         
                        packageType                                             
0.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:456:                         
                        sourcesRequiredAtBuildTime                              
100.0%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:462:                         
                        propagateSourcesRequiredAtBuildTime                     
0.0%
+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                                       
86.7%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:289:                         
                        propagateKitTraits                                      
50.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:311:                         
                        applyWhenBuildSubmitted                                 
62.8%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:387:                         
                        isNativeKit                                             
50.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:398:                         
                        isIncrementalImageBuild                                 
75.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:409:                         
                        applyWhenKitReady                                       
28.6%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:423:                         
                        isNativeIntegration                                     
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:429:                         
                        isEmbedded                                              
66.7%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:439:                         
                        containsMode                                            
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:448:                         
                        packageType                                             
80.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:460:                         
                        sourcesRequiredAtBuildTime                              
100.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:466:                         
                        propagateSourcesRequiredAtBuildTime                     
80.0%
 github.com/apache/camel-k/v2/pkg/trait/registry.go:45:                         
                        newRegistryTrait                                        
100.0%
 github.com/apache/camel-k/v2/pkg/trait/registry.go:52:                         
                        InfluencesKit                                           
100.0%
 github.com/apache/camel-k/v2/pkg/trait/registry.go:57:                         
                        InfluencesBuild                                         
0.0%
@@ -2055,6 +2037,7 @@ 
github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:196:               
                  generatePr
 github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:248:              
                        prepareMavenWrapper                                     
0.0%
 github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:259:              
                        ParseGAV                                                
100.0%
 github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:289:              
                        generateMavenContext                                    
0.0%
+github.com/apache/camel-k/v2/pkg/util/maven/maven_command.go:294:              
                        getMavenContext                                         
100.0%
 github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:51:                   
                        MavenLogHandler                                         
85.7%
 github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:70:                   
                        parseLog                                                
100.0%
 github.com/apache/camel-k/v2/pkg/util/maven/maven_log.go:76:                   
                        normalizeLog                                            
0.0%
@@ -2239,4 +2222,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)                                            
34.4%
+total:                                                                         
                        (statements)                                            
34.8%
diff --git a/docs/modules/traits/pages/builder.adoc 
b/docs/modules/traits/pages/builder.adoc
index 4c642821f..22f17fa11 100755
--- a/docs/modules/traits/pages/builder.adoc
+++ b/docs/modules/traits/pages/builder.adoc
@@ -31,6 +31,7 @@ The following configuration options are available:
 | builder.verbose
 | bool
 | Enable verbose logging on build components that support it (e.g. Kaniko 
build pod).
+Deprecated no longer in use
 
 | builder.properties
 | []string
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 55ed0f895..a4fa4a273 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -131,30 +131,30 @@ var assets = func() http.FileSystem {
                "/crd/bases/camel.apache.org_integrationkits.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_integrationkits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 26228,
+                       uncompressedSize: 26282,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x6f\xe3\xb6\xb2\xef\xfe\x15\x83\xcd\xc3\x26\x80\xed\xb4\xbd\x45\x71\xe1\xd3\xbb\x40\x9a\xdd\xed\xc9\xd9\xec\x6e\x6e\x9c\x6d\x71\x70\x7a\x00\xd3\xd2\xd8\xe6\x5a\x22\x55\x92\x72\xe2\xfb\xf1\xdf\x2f\x38\x24\xf5\x61\x4b\xb2\xe2\x6c\x7a\xdb\x83\xea\x25\xb1\x44\x0e\x87\x33\xc3\xf9\xe2\x90\x27\x30\xfa\x72\xcf\xe0\x04\xae\x79\x84\x42\x63\x0c\x46\x82\x59\x21\x5c\x64\x2c\x5a\x21\x4c\xe5\xc2\xdc\x33\x85\xf0\x56\xe6\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x6f\xe3\xb6\xb2\xef\xfe\x15\x83\xcd\xc3\x26\x80\xed\xb4\xbd\x45\x71\xe1\xd3\xbb\x40\x9a\xdd\xed\xc9\xd9\xec\x6e\x6e\x9c\x6d\x71\x70\x7a\x00\xd3\xd2\xd8\xe6\x5a\x22\x55\x92\x72\xe2\xfb\xf1\xdf\x2f\x38\x24\xf5\x61\x4b\xb2\xe2\x6c\x7a\xdb\x83\xea\x25\xb1\x44\x0e\x87\x33\xc3\xf9\xe2\x90\x27\x30\xfa\x72\xcf\xe0\x04\xae\x79\x84\x42\x63\x0c\x46\x82\x59\x21\x5c\x64\x2c\x5a\x21\x4c\xe5\xc2\xdc\x33\x85\xf0\x56\xe6\x
 [...]
                },
                "/crd/bases/camel.apache.org_integrationplatforms.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_integrationplatforms.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 203766,
+                       uncompressedSize: 203874,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x69\x73\xdc\xb6\xb2\xe8\xf7\xfc\x0a\x94\x52\xb7\x24\xa7\x66\xb1\x73\x6e\x96\xab\x7b\x72\xde\x53\x64\x27\x51\x6c\xd9\x7a\x92\xec\x73\x4f\x25\xa9\x0c\x86\xec\x99\x81\x45\x02\xbc\x00\x38\xd2\xa4\xce\x8f\x7f\x85\x06\x40\x72\x16\x82\x9c\x45\x8b\x93\x99\x54\xc5\x92\x86\x04\x1a\x8d\x46\x6f\xe8\xe5\x73\xd2\xdd\xdd\xe7\xb3\xcf\xc9\x1b\x16\x01\x57\x10\x13\x2d\x88\x9e\x00\x39\xc9\x68\x34\x01\x72\x25\x46\xfa\x96\x4a\x20\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xfb\x73\xdb\xb6\xb2\xf0\xef\xfd\x2b\x30\xee\xdc\xb1\xd3\xd1\x23\xe9\xb9\x7d\x5c\xdf\xd3\xf3\x7d\xae\x93\xb6\x6e\xe2\xd8\x9f\xed\xe4\xdc\x33\x6d\xa7\x82\xc8\x95\x84\x98\x04\x78\x01\x50\xb6\x3a\xe7\x8f\xff\x06\x0b\x80\xa4\x1e\x04\xa9\x87\x63\xa7\x95\x3a\xd3\xd8\x16\x09\x2c\x16\x8b\x7d\x61\x1f\x9f\x93\xee\xee\x3e\x9f\x7d\x4e\xde\xb0\x08\xb8\x82\x98\x68\x41\xf4\x04\xc8\x49\x46\xa3\x09\x90\x6b\x31\xd2\x77\x54\x02\x
 [...]
                },
                "/crd/bases/camel.apache.org_integrations.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_integrations.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 520303,
+                       uncompressedSize: 520357,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x30\x8c\xff\x9f\x4f\x81\xb2\x53\x8f\xa4\x8d\x48\xd9\x99\xd9\xa9\x1d\xff\xa6\x9e\x94\x56\x96\x13\xfd\x62\xcb\x2a\x49\x49\x9e\x94\x93\x4d\xc0\x6e\x90\xc4\xa3\x6e\xa0\x17\x40\x53\xe2\xbc\x7e\xbf\xfb\x5b\x38\x00\xfa\xc2\x5b\x1f\xb4\x44\xc7\x99\x6d\x4c\x55\xc6\x14\xd9\xa7\x71\x39\x38\xf7\xcb\x73\x32\x7a\xba\xf1\xc5\x73\xf2\x96\x27\x4c\x68\x96\x12\x23\x89\x99\x33\x72\x5a\xd0\x64\xce\xc8\x8d\x9c\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x30\x8c\xff\x9f\x4f\x81\xb2\x53\x8f\xa4\x8d\x48\xd9\x99\xd9\xa9\x1d\xff\xa6\x9e\x94\x56\x96\x13\xfd\x62\xcb\x2a\x49\x49\x9e\x94\x93\x4d\xc0\x6e\x90\xc4\xa3\x6e\xa0\x17\x40\x53\xe2\xbc\x7e\xbf\xfb\x5b\x38\x00\xfa\xc2\x5b\x1f\xb4\x44\xc7\x99\x6d\x4c\x55\xc6\x14\xd9\xa7\x71\x39\x38\xf7\xcb\x73\x32\x7a\xba\xf1\xc5\x73\xf2\x96\x27\x4c\x68\x96\x12\x23\x89\x99\x33\x72\x5a\xd0\x64\xce\xc8\x8d\x9c\x
 [...]
                },
                "/crd/bases/camel.apache.org_kameletbindings.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_kameletbindings.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 602013,
+                       uncompressedSize: 602071,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x1b\x37\xb6\x30\x0a\x7f\xf7\xaf\x40\xd9\xa9\x47\xd2\x0e\x49\xd9\x99\x99\xd4\x8c\xdf\xa9\x9d\xd2\xc8\x72\xa2\x37\xb6\xcc\xb2\x94\xe4\x49\x39\xd9\x09\xd8\x0d\x92\xd8\xea\x06\x7a\x00\x34\x25\xe6\xf8\xfc\xf7\x53\x58\x00\xfa\xc2\x9b\xb0\x9a\x92\xc6\x9e\x69\x4c\x55\xc6\xa4\xd8\xab\x71\x59\x58\xf7\xcb\x33\x32\xbc\xbf\xf1\xe4\x19\x79\xc3\x13\x26\x34\x4b\x89\x91\xc4\xcc\x19\x39\x29\x68\x32\x67\xe4\x52\x4e\xcd\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x1b\x37\xb6\x30\x0a\x7f\xf7\xaf\x40\xd9\xa9\x47\xd2\x0e\x49\xd9\x99\x99\xd4\x8c\xdf\xa9\x9d\xd2\xc8\x72\xa2\x37\xb6\xcc\xb2\x94\xe4\x49\x39\xd9\x09\xd8\x0d\x92\xd8\xea\x06\x7a\x00\x34\x25\xe6\xf8\xfc\xf7\x53\x58\x00\xfa\xc2\x9b\xb0\x9a\x92\xc6\x9e\x69\x4c\x55\xc6\xa4\xd8\xab\x71\x59\x58\xf7\xcb\x33\x32\xbc\xbf\xf1\xe4\x19\x79\xc3\x13\x26\x34\x4b\x89\x91\xc4\xcc\x19\x39\x29\x68\x32\x67\xe4\x52\x4e\xcd\x
 [...]
                },
                "/crd/bases/camel.apache.org_kamelets.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_kamelets.yaml",
@@ -166,9 +166,9 @@ var assets = func() http.FileSystem {
                "/crd/bases/camel.apache.org_pipes.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_pipes.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 569391,
+                       uncompressedSize: 569449,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\x92\x53\x47\xd2\x8e\x48\xd9\x99\x99\xd4\x1e\xff\xa6\x4e\x4a\x5b\x96\x13\xfd\x62\xcb\x2c\x49\x49\x4e\xca\xc9\x4e\xc0\x6e\x90\xc4\x51\x37\xd0\x1b\x40\x53\x62\xae\xef\x77\xbf\x85\x05\xa0\x1f\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\xbc\x20\x83\x87\x1b\x5f\xbc\x20\xef\x78\xc2\x84\x66\x29\x31\x92\x98\x19\x23\x27\x05\x4d\x66\x8c\x5c\xc9\x89\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\x92\x53\x47\xd2\x8e\x48\xd9\x99\x99\xd4\x1e\xff\xa6\x4e\x4a\x5b\x96\x13\xfd\x62\xcb\x2c\x49\x49\x4e\xca\xc9\x4e\xc0\x6e\x90\xc4\x51\x37\xd0\x1b\x40\x53\x62\xae\xef\x77\xbf\x85\x05\xa0\x1f\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\xbc\x20\x83\x87\x1b\x5f\xbc\x20\xef\x78\xc2\x84\x66\x29\x31\x92\x98\x19\x23\x27\x05\x4d\x66\x8c\x5c\xc9\x89\x
 [...]
                },
                "/manager": &vfsgen۰DirInfo{
                        name:    "manager",
@@ -753,9 +753,9 @@ var assets = func() http.FileSystem {
                "/traits.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "traits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 73738,
+                       uncompressedSize: 73766,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x1c\xb9\x91\x30\xf8\xbb\xfe\x0a\x44\xcf\x7d\x41\x52\xd7\x0f\x4a\xfe\xec\x9d\xe5\x5a\xb3\xc7\xd1\x68\x6c\x7a\xf4\xe0\x89\x9c\xf1\xe7\xd0\x29\xdc\xe8\x2a\x74\x37\xc4\x6a\xa0\x06\x40\x91\xea\xb9\xbd\xff\xfd\x02\x99\x89\x47\x55\x57\xb3\x9b\x12\x29\x5b\xdf\x7a\x37\xc2\x23\x92\x05\x20\x91\x48\x24\xf2\x9d\xdf\xb0\xd1\xfd\xfd\xdf\xa3\x6f\xd8\x4b\x59\x08\x65\x45\xc9\x9c\x66\x6e\x29\xd8\x69\xcd\x8b\xa5\x60\x17\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x1c\xb9\x91\x30\xf8\xbb\xfe\x0a\x44\xcf\x7d\x41\x52\xd7\x0f\x4a\xfe\xec\x9d\xe5\x5a\xb3\xc7\xd1\x68\x6c\x7a\xf4\xe0\x89\x9c\xf1\xe7\xd0\x29\xdc\xe8\x2a\x74\x37\xc4\x6a\xa0\x06\x40\x91\xea\xb9\xbd\xff\xfd\x02\x99\x89\x47\x55\x57\xb3\x9b\x12\x29\x5b\xdf\x7a\x37\xc2\x23\x92\x05\x20\x91\x48\x24\xf2\x9d\xdf\xb0\xd1\xfd\xfd\xdf\xa3\x6f\xd8\x4b\x59\x08\x65\x45\xc9\x9c\x66\x6e\x29\xd8\x69\xcd\x8b\xa5\x60\x17\x
 [...]
                },
        }
        fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
diff --git a/resources/traits.yaml b/resources/traits.yaml
index ddf942aeb..5fd331dd2 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -237,7 +237,7 @@ traits:
   - name: verbose
     type: bool
     description: Enable verbose logging on build components that support it 
(e.g.
-      Kaniko build pod).
+      Kaniko build pod). Deprecated no longer in use
   - name: properties
     type: '[]string'
     description: A list of properties to be provided to the build task

Reply via email to