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

commit e9ae87949d4d710d727cab814e04a45d3069fc0d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 6 23:45:43 2024 +0000

    chore: nightly automatic updates
---
 CHANGELOG.md |   4 ++
 coverage.out | 205 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 107 insertions(+), 102 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5525e903..5da61c3a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@
 - 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)
 - Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
+- Upgrade to Go 1.21 [\#4795](https://github.com/apache/camel-k/issues/4795)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)
 - Pipe using simple language expressions causing failure 
[\#4777](https://github.com/apache/camel-k/issues/4777)
 - 1st Integration after Camel K runtime version update failing 
[\#4776](https://github.com/apache/camel-k/issues/4776)
@@ -49,6 +50,9 @@
 
 **Merged pull requests:**
 
+- chore\(traits\): deprecate registry 
[\#5222](https://github.com/apache/camel-k/pull/5222) 
([squakez](https://github.com/squakez))
+- feat\(ci\): upgrade golang to 1.21 
[\#5221](https://github.com/apache/camel-k/pull/5221) 
([squakez](https://github.com/squakez))
+- fix\(trait\): watch for resource versions... 
[\#5218](https://github.com/apache/camel-k/pull/5218) 
([squakez](https://github.com/squakez))
 - chore\(deps\): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 
[\#5214](https://github.com/apache/camel-k/pull/5214) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - fix\(ci\): add snapshot repo 
[\#5209](https://github.com/apache/camel-k/pull/5209) 
([squakez](https://github.com/squakez))
 - chore\(deps\): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 
[\#5208](https://github.com/apache/camel-k/pull/5208) 
([dependabot[bot]](https://github.com/apps/dependabot))
diff --git a/coverage.out b/coverage.out
index 98130b17d..178029954 100644
--- a/coverage.out
+++ b/coverage.out
@@ -113,7 +113,7 @@ 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270:
                      GetScheme                                               
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279:
                      consumerScheme                                          
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283:
                      producerScheme                                          
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:318:            
                        String                                                  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:319:            
                        String                                                  
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33:     
                        String                                                  
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:37:     
                        String                                                  
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:41:     
                        CapabilityDependencies                                  
0.0%
@@ -919,57 +919,57 @@ github.com/apache/camel-k/v2/pkg/cmd/root.go:249:         
                                        PrintVerboseOut                         
                0.0
 github.com/apache/camel-k/v2/pkg/cmd/root.go:255:                              
                        PrintfVerboseOutf                                       
0.0%
 github.com/apache/camel-k/v2/pkg/cmd/root.go:260:                              
                        PrintfVerboseErrf                                       
0.0%
 github.com/apache/camel-k/v2/pkg/cmd/root.go:266:                              
                        wrappedFlagUsages                                       
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:81:                                
                                newCmdRun                                       
        100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:173:                               
                        decode                                                  
87.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:240:                               
                        validateArgs                                            
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:248:                               
                        validate                                                
80.6%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:304:                               
                        filterBuildPropertyFiles                                
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:315:                               
                        run                                                     
28.3%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:405:                               
                        postRun                                                 
18.2%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:426:                               
                        waitForIntegrationReady                                 
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:445:                               
                        syncIntegration                                         
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:506:                               
                        createOrUpdateIntegration                               
75.5%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:605:                               
                        showIntegrationOutput                                   
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:613:                               
                        getIntegration                                          
88.9%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:641:                               
                        applyLabels                                             
16.7%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:653:                               
                        applyAnnotations                                        
42.1%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:692:                               
                        resolveSources                                          
85.7%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:723:                               
                        convertOptionsToTraits                                  
50.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:761:                               
                        parseAndConvertToTrait                                  
22.2%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:782:                               
                        convertToTrait                                          
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:786:                               
                        applyProperties                                         
84.6%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:807:                               
                        convertToTraitParameter                                 
78.6%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:830:                               
                        applyDependencies                                       
21.1%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:867:                               
                        getPlatform                                             
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:890:                               
                        GetIntegrationName                                      
100.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:905:                               
                        mergePropertiesWithPrecedence                           
92.9%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:931:                               
                        extractProperties                                       
60.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:945:                               
                        loadPropertyFile                                        
71.4%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:957:                               
                        resolvePodTemplate                                      
73.3%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:988:                               
                        parseFileURI                                            
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1002:                              
                        getRegistry                                             
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1010:                              
                        skipChecksums                                           
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1014:                              
                        skipPom                                                 
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1018:                              
                        classpath                                               
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1022:                              
                        getTargetPath                                           
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1027:                              
                        uploadDependency                                        
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1107:                              
                        getMountPath                                            
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1121:                              
                        uploadPomFromJar                                        
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1163:                              
                        extractFromZip                                          
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1180:                              
                        extractGav                                              
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1220:                              
                        uploadAsMavenArtifact                                   
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1238:                              
                        extractGavFromPom                                       
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1263:                              
                        uploadChecksumFiles                                     
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1274:                              
                        uploadChecksumFile                                      
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1296:                              
                        writeChecksumToFile                                     
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1307:                              
                        getSpectrumOptions                                      
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1326:                              
                        getArtifactHTTPPath                                     
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1340:                              
                        createDefaultGav                                        
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1361:                              
                        isPom                                                   
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1365:                              
                        isJar                                                   
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1369:                              
                        getFileRelativePathAndExtension                         
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1378:                              
                        getDirName                                              
0.0%
-github.com/apache/camel-k/v2/pkg/cmd/run.go:1390:                              
                        contains                                                
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:79:                                
                                newCmdRun                                       
        100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:171:                               
                        decode                                                  
87.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:238:                               
                        validateArgs                                            
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:246:                               
                        validate                                                
80.6%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:302:                               
                        filterBuildPropertyFiles                                
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:313:                               
                        run                                                     
28.3%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:403:                               
                        postRun                                                 
18.2%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:424:                               
                        waitForIntegrationReady                                 
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:443:                               
                        syncIntegration                                         
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:504:                               
                        createOrUpdateIntegration                               
75.5%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:603:                               
                        showIntegrationOutput                                   
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:611:                               
                        getIntegration                                          
88.9%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:639:                               
                        applyLabels                                             
16.7%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:651:                               
                        applyAnnotations                                        
42.1%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:690:                               
                        resolveSources                                          
85.7%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:721:                               
                        convertOptionsToTraits                                  
50.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:759:                               
                        parseAndConvertToTrait                                  
22.2%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:780:                               
                        convertToTrait                                          
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:784:                               
                        applyProperties                                         
84.6%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:805:                               
                        convertToTraitParameter                                 
78.6%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:828:                               
                        applyDependencies                                       
21.1%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:865:                               
                        getPlatform                                             
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:888:                               
                        GetIntegrationName                                      
100.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:903:                               
                        mergePropertiesWithPrecedence                           
92.9%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:929:                               
                        extractProperties                                       
60.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:943:                               
                        loadPropertyFile                                        
71.4%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:955:                               
                        resolvePodTemplate                                      
73.3%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:986:                               
                        parseFileURI                                            
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1000:                              
                        getRegistry                                             
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1008:                              
                        skipChecksums                                           
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1012:                              
                        skipPom                                                 
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1016:                              
                        classpath                                               
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1020:                              
                        getTargetPath                                           
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1025:                              
                        uploadDependency                                        
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1105:                              
                        getMountPath                                            
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1119:                              
                        uploadPomFromJar                                        
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1161:                              
                        extractFromZip                                          
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1178:                              
                        extractGav                                              
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1218:                              
                        uploadAsMavenArtifact                                   
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1236:                              
                        extractGavFromPom                                       
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1261:                              
                        uploadChecksumFiles                                     
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1272:                              
                        uploadChecksumFile                                      
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1294:                              
                        writeChecksumToFile                                     
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1305:                              
                        getSpectrumOptions                                      
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1324:                              
                        getArtifactHTTPPath                                     
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1338:                              
                        createDefaultGav                                        
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1359:                              
                        isPom                                                   
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1363:                              
                        isJar                                                   
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1367:                              
                        getFileRelativePathAndExtension                         
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1376:                              
                        getDirName                                              
0.0%
+github.com/apache/camel-k/v2/pkg/cmd/run.go:1388:                              
                        contains                                                
0.0%
 github.com/apache/camel-k/v2/pkg/cmd/run_support.go:43:                        
                                addDependency                                   
        0.0%
 github.com/apache/camel-k/v2/pkg/cmd/run_support.go:49:                        
                                parseConfig                                     
        0.0%
 github.com/apache/camel-k/v2/pkg/cmd/run_support.go:71:                        
                                filterFileLocation                              
        100.0%
@@ -1171,23 +1171,23 @@ 
github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:241:            
                        matches
 github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:264:           
                        matchesTrait                                            
100.0%
 github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:269:           
                        hasMatchingSourcesForNative                             
100.0%
 github.com/apache/camel-k/v2/pkg/controller/integration/metrics.go:42:         
                        init                                                    
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:47:         
                        NewMonitorAction                                        
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:55:         
                        Name                                                    
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:59:         
                        CanHandle                                               
100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:65:         
                        Handle                                                  
0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:132:        
                                monitorPods                                     
        77.8%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:205:        
                                isInInitializationFailed                        
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:219:        
                                isInIntegrationKitFailed                        
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:230:        
                                checkDigestAndRebuild                           
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:253:        
                                isIntegrationKitResetRequired                   
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:282:        
                                getIntegrationSecretsAndConfigmaps              
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:320:        
                                newController                                   
        77.3%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:367:        
                                getUpdatedController                            
        100.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:373:        
                                updateIntegrationPhaseAndReadyCondition         
        53.3%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:402:        
                                arePodsFailingStatuses                          
        30.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:456:        
                                probeReadiness                                  
        35.2%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:580:        
                                findHighestPriorityReadyKit                     
        0.0%
-github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:602:        
                                getIntegrationContainer                         
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:49:         
                        NewMonitorAction                                        
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:57:         
                        Name                                                    
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:61:         
                        CanHandle                                               
100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:67:         
                        Handle                                                  
0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:134:        
                                monitorPods                                     
        77.8%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:207:        
                                isInInitializationFailed                        
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:221:        
                                isInIntegrationKitFailed                        
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:232:        
                                checkDigestAndRebuild                           
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:255:        
                                isIntegrationKitResetRequired                   
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:285:        
                                
getIntegrationSecretAndConfigmapResourceVersions        100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:333:        
                                newController                                   
        77.3%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:380:        
                                getUpdatedController                            
        100.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:386:        
                                updateIntegrationPhaseAndReadyCondition         
        53.3%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:415:        
                                arePodsFailingStatuses                          
        30.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:469:        
                                probeReadiness                                  
        35.2%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:593:        
                                findHighestPriorityReadyKit                     
        0.0%
+github.com/apache/camel-k/v2/pkg/controller/integration/monitor.go:615:        
                                getIntegrationContainer                         
        0.0%
 github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:43: 
                        checkReadyCondition                                     
12.5%
 github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:76: 
                        getPodSpec                                              
0.0%
 github.com/apache/camel-k/v2/pkg/controller/integration/monitor_cronjob.go:80: 
                        updateReadyCondition                                    
25.0%
@@ -1635,28 +1635,28 @@ github.com/apache/camel-k/v2/pkg/trait/quarkus.go:227:  
                                                validateNativeSuppo
 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/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/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%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:62:                         
                        Configure                                               
66.7%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:71:                         
                        Apply                                                   
0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:115:                        
                                addRegistryAndExtensionToMaven                  
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:140:                        
                                getOpenShiftRegistrySecret                      
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:164:                        
                                extractMavenServerCredentialsFromSecret         
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:213:                        
                                getDockerConfig                                 
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:232:                        
                                getOpenShiftImageRegistryCA                     
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:255:                        
                                addImageRegistryCaToMavenBuild                  
        0.0%
-github.com/apache/camel-k/v2/pkg/trait/registry.go:272:                        
                                decodeSecretKeySelector                         
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:62:                         
                        Configure                                               
28.6%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:80:                         
                        Apply                                                   
0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:124:                        
                                addRegistryAndExtensionToMaven                  
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:149:                        
                                getOpenShiftRegistrySecret                      
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:173:                        
                                extractMavenServerCredentialsFromSecret         
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:222:                        
                                getDockerConfig                                 
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:241:                        
                                getOpenShiftImageRegistryCA                     
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:264:                        
                                addImageRegistryCaToMavenBuild                  
        0.0%
+github.com/apache/camel-k/v2/pkg/trait/registry.go:281:                        
                                decodeSecretKeySelector                         
        0.0%
 github.com/apache/camel-k/v2/pkg/trait/route.go:43:                            
                        newRouteTrait                                           
100.0%
 github.com/apache/camel-k/v2/pkg/trait/route.go:53:                            
                        IsAllowedInProfile                                      
100.0%
 github.com/apache/camel-k/v2/pkg/trait/route.go:57:                            
                        Configure                                               
100.0%
@@ -1874,17 +1874,17 @@ 
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:40:          
                        Insta
 github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:44:         
                        OperatorID                                              
100.0%
 github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:48:         
                        boolEnvOrDefault                                        
100.0%
 github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:58:         
                        envOrDefault                                            
100.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:50:                     
                        ComputeForIntegration                                   
58.9%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:201:                    
                        computeForTraits                                        
46.2%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:226:                    
                        computeForTrait                                         
41.7%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:249:                    
                        computeForTraitProps                                    
80.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:260:                    
                        toMap                                                   
71.4%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:275:                    
                        ComputeForIntegrationKit                                
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:303:                    
                        ComputeForResource                                      
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:332:                    
                        ComputeForSource                                        
0.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:375:                    
                        sortedTraitsMapKeys                                     
100.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:386:                    
                        sortedTraitAnnotationsKeys                              
100.0%
-github.com/apache/camel-k/v2/pkg/util/digest/digest.go:397:                    
                        ComputeSHA1                                             
77.8%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:49:                     
                        ComputeForIntegration                                   
50.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:156:                    
                        computeForTraits                                        
46.2%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:181:                    
                        computeForTrait                                         
41.7%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:204:                    
                        computeForTraitProps                                    
80.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:215:                    
                        toMap                                                   
71.4%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:230:                    
                        ComputeForIntegrationKit                                
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:258:                    
                        ComputeForResource                                      
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:287:                    
                        ComputeForSource                                        
0.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:330:                    
                        sortedTraitsMapKeys                                     
100.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:341:                    
                        sortedTraitAnnotationsKeys                              
100.0%
+github.com/apache/camel-k/v2/pkg/util/digest/digest.go:352:                    
                        ComputeSHA1                                             
77.8%
 github.com/apache/camel-k/v2/pkg/util/docker/docker.go:31:                     
                        CreateBaseImageDockerFile                               
85.7%
 github.com/apache/camel-k/v2/pkg/util/docker/docker.go:50:                     
                        CreateIntegrationImageDockerFile                        
95.5%
 github.com/apache/camel-k/v2/pkg/util/docker/docker.go:97:                     
                        BuildBaseImageArgs                                      
0.0%
@@ -2037,9 +2037,10 @@ 
github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:33:                  
                         LoadResource
 github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:57:                 
                        LoadUnstructuredFromYaml                                
0.0%
 github.com/apache/camel-k/v2/pkg/util/kubernetes/loader.go:71:                 
                        runtimeObjectFromUnstructured                           
0.0%
 github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:32:                 
                        LookupConfigmap                                         
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:56:                 
                        LookupSecret                                            
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:80:                 
                        LookupPersistentVolumeClaim                             
0.0%
-github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:104:                
                                LookupDefaultStorageClass                       
        0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:57:                 
                        LookupResourceVersion                                   
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:65:                 
                        LookupSecret                                            
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:89:                 
                        LookupPersistentVolumeClaim                             
0.0%
+github.com/apache/camel-k/v2/pkg/util/kubernetes/lookup.go:113:                
                                LookupDefaultStorageClass                       
        0.0%
 github.com/apache/camel-k/v2/pkg/util/kubernetes/permission.go:32:             
                        CheckPermission                                         
0.0%
 github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:38:            
                        PortForward                                             
0.0%
 github.com/apache/camel-k/v2/pkg/util/kubernetes/portforward.go:122:           
                        portFowardPod                                           
0.0%

Reply via email to