rzo1 opened a new pull request #721: URL: https://github.com/apache/tomee/pull/721
# What does this PR do? As dicussed on the mailing list a few months ago [[1]](https://www.mail-archive.com/[email protected]/msg14097.html), building TomEE with Java 11 fails because of two classes, which depend on CORBA. This is a follow up (Draft) PR based on the feedback by @rmannibucau posted in https://github.com/apache/tomee/pull/713 I cherry-picked the commits by @jgallimore related to missing `jaxb-runtime` from https://github.com/apache/tomee/pull/713 I hope, I understood our discussion correctly. Feel free to drop feedback :) **Open Questions:** - Is `tomee-common` the right place to add the `corba-integration` for the `/lib` folder? - What is the process to extract `corba-integration` (impl) to a separate project? Mailing list discussion or something like that? - As far as I can see, there are no corba related tests in the code-base. Is this correct or did I miss something? - I moved the ORB-related content from the `service-jar.xml` in `openejb-core` to `corba-integration` or can it still remain there? # Additional Notes If this is merged, [[2]](https://github.com/apache/tomee/pull/664) will be obsolete (due to license issues as discussed in [[1]](https://www.mail-archive.com/[email protected]/msg14097.html)]. # References - [1] https://www.mail-archive.com/[email protected]/msg14097.html - [2] PR: https://github.com/apache/tomee/pull/664 ---------------------------------------------------------------- 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]
