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 2020/09/09 05:47:56 UTC

[GitHub] [camel] davsclaus commented on pull request #4175: CAMEL-15514: Add auto generation of operation IDs

davsclaus commented on pull request #4175:
URL: https://github.com/apache/camel/pull/4175#issuecomment-689320798


   I wonder if you can end up generate duplicates if that path doesnt take the base path into account eg
   
   - user
        GET {id}
   - order
         GET {id}
   
   Where user and order are base path, and the the path is {id}, then you have 2 operations with get-id
   
   it should be
   
   get-user-id
   get-order-id
   
   And can the id use dash or underscore to seperate the words nicely, otherwise its generated as getid, getuserid etc
   
   
   


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