This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 7a8c793 Updated CHANGELOG.md 7a8c793 is described below commit 7a8c7937836823c8fd9d0db698cdf43c96a25c89 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Dec 13 03:21:14 2020 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dcc2b..1cdc3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ **Merged pull requests:** +- NPE prevention and log cleanup on the SSH transformation code [\#781](https://github.com/apache/camel-kafka-connector/pull/781) ([orpiske](https://github.com/orpiske)) +- \(chores\) Use log markers [\#780](https://github.com/apache/camel-kafka-connector/pull/780) ([orpiske](https://github.com/orpiske)) +- \(chores\) Use diamond operators instead of type specification [\#779](https://github.com/apache/camel-kafka-connector/pull/779) ([orpiske](https://github.com/orpiske)) +- Avoid creating an anonymous extra class [\#778](https://github.com/apache/camel-kafka-connector/pull/778) ([orpiske](https://github.com/orpiske)) +- Prevents a potential null pointer dereference if the conversion cannot be made in the SinkPojoToSchemaAndStructTransform [\#777](https://github.com/apache/camel-kafka-connector/pull/777) ([orpiske](https://github.com/orpiske)) - Added max redelivery delay to source config in basic configuration [\#774](https://github.com/apache/camel-kafka-connector/pull/774) ([oscerd](https://github.com/oscerd)) - Added documentation for remove headers in basic configuration docs [\#773](https://github.com/apache/camel-kafka-connector/pull/773) ([oscerd](https://github.com/oscerd)) - 645 add enum in catalog [\#772](https://github.com/apache/camel-kafka-connector/pull/772) ([apupier](https://github.com/apupier))