This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new c782440 fix: cleanup release note for 2.19.0 c782440 is described below commit c782440e8f7e390eae33ca92d61ea0ffc6d34269 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Jul 24 17:28:43 2019 +0200 fix: cleanup release note for 2.19.0 --- content/releases/release-2.19.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/releases/release-2.19.0.md b/content/releases/release-2.19.0.md index 9508962..1deb8c8 100644 --- a/content/releases/release-2.19.0.md +++ b/content/releases/release-2.19.0.md @@ -176,9 +176,9 @@ API breaking * The groovy DSL from camel-groovy has been moved into its own camel-groovy-dsl module. The camel-groovy now only contains the Camel Language -* Camel-spring-LDAP now uses java.util.function.BiFunction<L, Q, S> +* Camel-spring-LDAP now uses `java.util.function.BiFunction<L, Q, S>` instead -of org.apache.camel.component.springldap.LdapOperationsFunction<Q, S> +of `org.apache.camel.component.springldap.LdapOperationsFunction<Q, S>` * The deprecated APIs from camel-spring-boot has been removed as part of upgrading and supporting Spring Boot 1.5.x * The `getComponentDocumentation` method on `CamelContext` is deprecated