f2par0 commented on code in PR #435: URL: https://github.com/apache/camel-karaf/pull/435#discussion_r1680706859
########## components/camel-bean-validator/pom.xml: ########## @@ -34,11 +34,12 @@ <properties> <camel.osgi.export> - org.apache.camel*;version=${camel-version} + org.apache.camel.component.bean.validator*;version=${camel-version} </camel.osgi.export> <camel.osgi.import> - * + !org.apache.camel.component.bean.validator,* Review Comment: Ok,,I moved it to camel-osgi-camel-import This `!org.apache.camel.component.bean.validator,` is to avoid to have it in the import-packages section of the Manifest, which lead sometimes to exception like `OsgiValidationProviderResolverFactory cannot be cast to ValidationProviderResolverFactory` -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org