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

Generate the vehicle template code into the source tree #1361

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Generate the vehicle template code into the source tree #1361

merged 1 commit into from
Jul 11, 2024

Conversation

starksm64
Copy link
Contributor

Fixes Issue
Fixes #1349

Describe the change
The code for the various vehicles that were generating code at test time has been created and put into the correct source package.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow

@scottmarlow
Copy link
Contributor

It compiles for me and I can see how the ./common/src/main/java/com/sun/ts/tests/common/vehicle/ejblitejsp/EJBLiteJSPTag.java.txt matches the ejb30/src/main/java/com/sun/ts/tests/ejb30/bb/async/singleton/annotated/EJBLiteJSPTag.java except that the package @package@; line is now package com.sun.ts.tests.ejb30.bb.async.singleton.annotated; or whatever the correct package is for others. Nice work!

@scottmarlow scottmarlow merged commit 24a8ffb into jakartaee:tckrefactor Jul 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to generate and move parameterized source into the source modules
3 participants