You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/09/26 09:49:38 UTC

[GitHub] [camel-k] nicolaferraro opened a new pull request #961: Upgrade to Knative 0.9

nicolaferraro opened a new pull request #961: Upgrade to Knative 0.9
URL: https://github.com/apache/camel-k/pull/961
 
 
   This upgrades to using:
   - Knative serving and eventing 0.9
   - API version v1beta1 for serving and messaging.knative.dev/v1alpha1 (instead of eventing.knative.dev)
   - Duck type API for accessing Addressable resources (i.e. We can now target InMemoryChannel resources, not only the deprecated Channel).
   
   Currently the list of possible channel types is encoded in a trait property, but I plan to allow users to specify channel type in the URI as well.
   
   Unfortunately this may break compatibility with 0.8.0 because Subscription has changed package between 0.8 and 0.9 :(
   Tests in progress for 0.8 compat.

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