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

Update Batch runner for Jakarta EE 11 / JDK 21 / GlassFIsh 8 #1669

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

arjantijms
Copy link
Contributor

The batch runner was not updated for Jakarta EE 11 yet, and when running it would throw errors right away. Updated everything so that it now runs on EE 11 / GlassFIsh 8.

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

@arjantijms arjantijms added this to the 11.0 milestone Nov 21, 2024
@arjantijms arjantijms self-assigned this Nov 21, 2024
@@ -1,87 +1,85 @@
CONNECT 'jdbc:derby://localhost:1527/batch;create=true';
Copy link
Contributor

Choose a reason for hiding this comment

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

interesting that you had to add the user/schema app which must mean we are not really logging in as app.

Copy link
Contributor

Choose a reason for hiding this comment

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

Even if we are logging in as app though it doesn't hurt to prefix with the user (login) name

@scottmarlow scottmarlow merged commit a5dad14 into jakartaee:main Nov 21, 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.

2 participants