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

The default EE10 porting.ts.url.class.1 value is no longer valid in EE11 #1439

Open
starksm64 opened this issue Aug 7, 2024 · 0 comments
Open
Assignees

Comments

@starksm64
Copy link
Contributor

starksm64 commented Aug 7, 2024

Some of the web invocation based tests make use of a com.sun.ts.lib.porting.TSURL class that looks for a test property called porting.ts.url.class.1 to load the class which implements TSURLInterface. The default EE10 value in the ts.jte file is com.sun.ts.lib.implementation.sun.common.SunRIURL, but this does not existing in the EE11 codebase. Its replacement is com.sun.ts.lib.porting.implementation.SunRIURL found in the runtime module.

There are duplicate implementations of this class in these test module packages:
com.sun.ts.tests.jaxrs.lib.implementation.sun.common
com.sun.ts.tests.jstl.lib.implementation.sun.common
com.sun.ts.tests.websocket.lib.implementation.sun.common
ee.jakarta.tck.pages.lib.implementation.sun.common

Need to document how this is handled in EE11 and whether the duplicates are needed.

@starksm64 starksm64 self-assigned this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant