You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nicola Ferraro (JIRA)" <ji...@apache.org> on 2017/04/13 13:02:42 UTC

[jira] [Commented] (CAMEL-10373) camel-spring-boot-starter - Some starters has hibernate-validator

    [ https://issues.apache.org/jira/browse/CAMEL-10373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967556#comment-15967556 ] 

Nicola Ferraro commented on CAMEL-10373:
----------------------------------------

I've left hibernate validator on camel-kubernetes-starter and camel-swagger-java-starter only.
These two modules import validation-api in compile scope, so an implementation is required in order for spring-boot to start.

The other modules use the validation-api lib for testing purposes. So I've just included the hibernate validator in the integration tests.

> camel-spring-boot-starter - Some starters has hibernate-validator
> -----------------------------------------------------------------
>
>                 Key: CAMEL-10373
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10373
>             Project: Camel
>          Issue Type: Task
>          Components: camel-spring-boot
>    Affects Versions: 2.18.0
>            Reporter: Claus Ibsen
>            Assignee: Nicola Ferraro
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> Nicola
> I noticed that some of the starter components has hibernate-validator as compile dependency. I wonder why is that?
> davsclaus:/Users/davsclaus/workspace/camel/components-starter (master)/$ git grep "hibernate-validator"
> camel-jetty9-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-kubernetes-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-netty4-http-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-netty4-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-restlet-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-swagger-java-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>
> camel-undertow-starter/pom.xml:      <artifactId>hibernate-validator</artifactId>



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)