Hello!

I've tested the TomEE with Java 14 and it worked well.
But I know that I haven't tested enough and I probably would be more
confident
about the status if I could run the tests that exist in the build of TomEE.

I have started building with Java 14 and I'd like to point things that
happened:

* I have to include both JBoss RMI API / JacORB dependencies;
* I think the agent isn't working. I get a lot of
"java.lang.IllegalStateException: Unable to initialize agent"
* I stuck in the integration test of TomEE:
   [INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
apache-tomee ---
   [WARNING] Error injecting:
org.apache.maven.plugin.failsafe.IntegrationTestMojo
   java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

I don't know where to add the JAXB dependencies to get it in the runtime,
any help would be appreciated.

Thank you


Em sex., 27 de mar. de 2020 às 13:49, Jonathan Gallimore <
jonathan.gallim...@gmail.com> escreveu:

> Hi Thiago!
>
> Welcome, and thanks for introducing yourself. Work on Java 14 support would
> be fantastic. Some initial steps I'd suggest are:
>
> * Try running a current build on Java 14, and report issues you run into
> here.
> * TomEE and a number of is components (OpenJPA, OpenWebBeans) use
> xbean-asm, which may require an update:
> https://github.com/apache/geronimo-xbean, so you may need to provide
> patches to OpenJPA and OWB as well as TomEE.
>
> Getting TomEE to build with JDK14 will likely be more difficult, but by
> all means give it a shot. I'd be inclined to get a view on the current
> runtime status first. Please do feel welcome to ask questions and chat on
> the list.
>
> Cheers!
>
> Jon
>
> On Fri, Mar 27, 2020 at 2:48 PM Thiago Henrique Hupner <thi...@gmail.com>
> wrote:
>
> > Hello!
> >
> > I'm Thiago and I'd like to contribute with TomEE.
> > I'm from Brazil and I'd like to help with the Java 14 support.
> >
> > Yours sincerely,
> > Thiago
> >
>

Reply via email to