rzo1 opened a new pull request #723:
URL: https://github.com/apache/tomee/pull/723


   # What does this PR do?
   
   This PR updates to `eclipselink` in version 2.7.7 (was 2.7.4). This version 
fixes [runtime issues](https://bugs.eclipse.org/bugs/show_bug.cgi?id=551398) in 
J11+
   
   For some reasons, I had to add additional dependencies to the 
`examples/serverless-*` modules as they were failing due to a missing 
`org.apache.cxf.jaxrs.sse.SseContextProvider` from `cxf-rt-rs-sse` in the test 
scope.
   
   # Additional Notes
   
   I conducted a full build using
   
   ```
   mvn clean install -Pall-adapters
   ```
   
   which **failed** with some `bval-embedded` tck tests on my Ubuntu Linux 
20.04 machine.
   
   Here is a gist with the related build-output: 
https://gist.github.com/rzo1/50df989f7fe3c65b3c5482679261e42d
   
   Seems to fail with a `ClassNotFoundException` for 
`org.hibernate.beanvalidation.tck.tests.xmlconfiguration.XmlDefinedTraversableResolver.NoDefaultConstructorResolver`.
   
   Don't know if this is expected or something @jeanouii is working on :)
   
   This dependency update is also required for [my draft PR related to 
Corba](https://github.com/apache/tomee/pull/721).
   
   Maybe @jgallimore can also drop some feedback here :)
   
   # References
   
   - [1] https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2933


----------------------------------------------------------------
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]


Reply via email to