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/03/09 10:49:08 UTC

[GitHub] [camel-k] lburgazzoli opened a new pull request #1330: Support for OpenAPI v3

lburgazzoli opened a new pull request #1330: Support for OpenAPI v3
URL: https://github.com/apache/camel-k/pull/1330
 
 
   <!-- Description -->
   
   Fixes #1316 
   Fixes #1317 
   Fixes #1310 
   
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   camel-k supports OpenAPI v2 and v3
   rest-dsl trait has been renamed to openapi
   ```
   

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

[GitHub] [camel-k] nicolaferraro commented on issue #1330: Support for OpenAPI v3

Posted by GitBox <gi...@apache.org>.
nicolaferraro commented on issue #1330: Support for OpenAPI v3
URL: https://github.com/apache/camel-k/pull/1330#issuecomment-597101808
 
 
   This can be merged as the spectrum one is good.. but we should look at why this is failing in another issue.
   
   Is there some cache by default in the buildah strategy? @astefanutti 

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

[GitHub] [camel-k] lburgazzoli merged pull request #1330: Support for OpenAPI v3

Posted by GitBox <gi...@apache.org>.
lburgazzoli merged pull request #1330: Support for OpenAPI v3
URL: https://github.com/apache/camel-k/pull/1330
 
 
   

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

[GitHub] [camel-k] lburgazzoli commented on issue #1330: Support for OpenAPI v3

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1330: Support for OpenAPI v3
URL: https://github.com/apache/camel-k/pull/1330#issuecomment-597084533
 
 
   kubernetes failure is due to:
   
   ```
   error creating build container: Error committing the finished image: error adding layer with blob
   "sha256:d4d5efc19f7b7f4481c3fea5002e04eff45a5dbee252421e307e4b5533e555f5": error 
   creating layer with ID "19047015d6f133131546ee9264f61ce99e04ae5ff374f94e554dd39d9f2e37f6": 
   no space left on device
   ```

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