You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/17 09:42:09 UTC

[GitHub] [camel-k] davsclaus opened a new issue #2880: Camel 3.15 - Data formats renamed

davsclaus opened a new issue #2880:
URL: https://github.com/apache/camel-k/issues/2880


   See ticket
   https://github.com/apache/camel-quarkus/issues/3460
   
   This means that the algorithm in camel-k that detects camel components (in this case data formats) may need to be changed due to the renamed names.


-- 
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



[GitHub] [camel-k] davsclaus commented on issue #2880: Camel 3.15 - Data formats renamed

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #2880:
URL: https://github.com/apache/camel-k/issues/2880#issuecomment-1014325535


   The camel-k catalog needs to be updated / rebuild as it uses the old names - eg if you do a 
   
   git grep "jacksonxml"
   git grep "mime-multipart"


-- 
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



[GitHub] [camel-k] astefanutti commented on issue #2880: Camel 3.15 - Data formats renamed

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #2880:
URL: https://github.com/apache/camel-k/issues/2880#issuecomment-1014349792


   Is the list from https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc#data-formats exhaustive, or these are examples?
   
   I'm asking because there are a number of kebab-cased references in the current CamelCatalog resource based on Camel 3.12.0, like `json-jackson`, `protobuf-jackson`, `avro-jackson`, `json-johnzon`, `json-jsonb`, `mime-multipart`, `yaml-snakeyaml`, ... that are not in that list. That being said, I expect the name changes to be picked up automatically once we regenerate the CamelCatalog. But there is some hard-coding for `json-jackson` and the `marshal` DSL to JSON.


-- 
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



[GitHub] [camel-k] astefanutti commented on issue #2880: Camel 3.15 - Data formats renamed

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #2880:
URL: https://github.com/apache/camel-k/issues/2880#issuecomment-1014358597


   Great, regenerating the CamelCatalog resource should be enough in that case then.


-- 
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



[GitHub] [camel-k] davsclaus commented on issue #2880: Camel 3.15 - Data formats renamed

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #2880:
URL: https://github.com/apache/camel-k/issues/2880#issuecomment-1014356620


   The list is exhaustive .. so far
   
   Those json (also bindy, avro, protobuf) are more tricky as they are some kind of weird variant in the model and maven plugins we use to generate metadata. All of that needs to be adjusted to migrate and its a bigger effort.
   
   So when Camel 3.15 is upgraded in camel quarkus and camel-k is ready to use this, then check the list and see what the status is


-- 
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