-
Notifications
You must be signed in to change notification settings - Fork 188
Blog post for VS Code Language Support for Apache Camel 0.0.28 #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog post for VS Code Language Support for Apache Camel 0.0.28 #493
Conversation
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
website Signed-off-by: Aurélien Pupier <apupier@redhat.com>
25f77b1 to
830112c
Compare
| preview: "New release of VS Code Language Support for Apache Camel 0.0.28: Camel 3.6.0, Camel Kafka Connector and Camel K Modeline and outline" | ||
| --- | ||
|
|
||
| A new release of [VS Code Language Support for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel) 0.0.28 is available. It is providing an interesting set of new features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be made a bit smoother by editing to: "We have released a new version (x.y.z) of XXXX, which includes some interesting new features."
| # Camel Kafka Connector Properties file improvements | ||
|
|
||
| Previously, the support for [Camel Kafka Connector](https://camel.apache.org/camel-kafka-connector/latest/index.html) was limited to Camel URI in `camel.(sink|source).url` property value. | ||
| This release focused to provide support to the usage of list of properties for each parameters instead of using a potentially long Camel URI. It relies on the new Camel Kafka Connector Catalog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI."
|
|
||
| #### Completion for Converters | ||
|
|
||
| Camel Kafka Connector is providing specific Kafka [key](https://kafka.apache.org/documentation/#key.converter) and [value](https://kafka.apache.org/documentation/#value.converter) Converters for some connectors. In this case, they are proposed for completion as property value of `key.converter` and `value.converter`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change "is providing" to "provides"? There are a few places that might be made a bit smoother with that change of phrase.
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
|
release done. This can be merged. |
|
the article still doesn't show up on the website https://camel.apache.org/blog/ I missed something or just need to wait more? |
|
I guess it needs a webpage rebuild or something similar? |
The build is still waiting for another build to finish so it can schedule. |
note: the release has not occurred yet. it should be done today or tomorrow.