You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/30 11:06:57 UTC

[GitHub] [spark] rtotarocuebiq opened a new pull request #25298: exclude javax.validation:validation-api dependency

rtotarocuebiq opened a new pull request #25298: exclude javax.validation:validation-api dependency
URL: https://github.com/apache/spark/pull/25298
 
 
   ## What changes were proposed in this pull request?
   
   In the classpath there is the following dependency transitive from jersey:
   
   [...]
   [INFO] +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:compile
   [INFO] |  \- javax.validation:validation-api:jar:1.1.0.Final:compile
   [...]
   
   It seams to be unused in spark: I did not found any direct use in the import and moreover there is not any implementation of the JSR 349 (i.e hibernate-validation)
   
   This change enables to includelibraries that uses the more recent version of validation-api (2.0.1.Final)  in the classpath of the user code 
   
   ## How was this patch tested?
   
   I have excluded the dependency and rerun the tests obtaining the same results of the master
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org