You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2023/08/29 06:42:01 UTC

[GitHub] [camel-k] christophd commented on a diff in pull request #4695: Reorganize project to have a single Go module (2.0.x)

christophd commented on code in PR #4695:
URL: https://github.com/apache/camel-k/pull/4695#discussion_r1308281642


##########
script/gen_crd/gen-kamelets-crd-api-config.json:
##########
@@ -13,7 +13,7 @@
             "docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
         },
         {
-          "typeMatchPrefix": "^github\\.com/apache/camel-k/pkg/apis/camel/v1\\.",
+          "typeMatchPrefix": "^github\\.com/apache/camel-k/v2/pkg/apis/camel/v1\\.",

Review Comment:
   Is this related to the single module refactoring? or has this been another issue that is now fixed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org