Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOMEE-4358 - Load SpringWebUtils in the context class loader in TomEE w… #1165

Open
wants to merge 1 commit into
base: tomee-9.x
Choose a base branch
from

Conversation

jgallimore
Copy link
Contributor

…hen the cxf-rs service is initialized

@venkat9
Copy link

venkat9 commented May 23, 2024 via email

@jgallimore
Copy link
Contributor Author

Further detail on the CXF list is here: https://lists.apache.org/thread/coxrst45zm8gqmf1hhx5g7bqzbsldkhh

@jgallimore
Copy link
Contributor Author

@venkat9 Your best bet is to join the users mailing list, and ask your question there. Best suggestion I can give concisely is to use TomEE, and if you identify bugs, discuss them on the mailing list with a view to fixing. Similarly, if you can see a feature you'd enjoy implementing, discuss that on the mailing list.

@@ -0,0 +1,22 @@
package org.apache.openejb.arquillian.tests.jaxrs.spring;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing header

@@ -0,0 +1,19 @@
package org.apache.openejb.arquillian.tests.jaxrs.spring;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing header

@@ -0,0 +1,13 @@
package org.apache.openejb.arquillian.tests.jaxrs.spring;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing header

@@ -0,0 +1,13 @@
package org.apache.openejb.arquillian.tests.jaxrs.spring;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing header

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing header

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.11</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spring Boot 3 has a Java 17 baseline, so this will likely fail the Java 11 based build. I think, that we would need to build an exclusion for that test if we run with a runtime below 17.

@rzo1 rzo1 changed the title TOMEE-4332 Load SpringWebUtils in the context class loader in TomEE w… TOMEE-4358 - Load SpringWebUtils in the context class loader in TomEE w… Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants