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 2019/10/28 22:14:40 UTC

[GitHub] [camel-quarkus] maxandersen opened a new pull request #344: WIP: Move to Quarkus 0.27+ yaml descriptor

maxandersen opened a new pull request #344: WIP: Move to Quarkus 0.27+ yaml descriptor
URL: https://github.com/apache/camel-quarkus/pull/344
 
 
   Why:
   
    * in 0.27 Quarkus are moving to a updated structure that is more flexible
      (use of open-ended `metadata` for tooling/UI annoations/labels)
    * in 0.27 we are also changing `quarkus-extension.json` to `quarkus-extension.yaml`
    * For now this only affect tools/plaform usage, thus there should be no runtime impact.
   
   This change addreses the need by:
   
    * scripted conversion from old to new format. Verified same number of files changed.
   
   
   Note: I've done what I could do to try maintain full backwards compatability but things would
   be much simpler if we could drop that as soon as possible. Thus if you can please include this
   as soon as https://github.com/quarkusio/quarkus/pull/4935 is merged and released.
   
   I'll keep this in draft mode until I merged the dependent PR but feel free to ask questions if any :)
   The sooner the better!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services