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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to