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

[JENKINS-73256] Migrate Jelly from EE 8 to EE 9 #114

Merged
merged 1 commit into from
Sep 3, 2024
Merged

[JENKINS-73256] Migrate Jelly from EE 8 to EE 9 #114

merged 1 commit into from
Sep 3, 2024

Conversation

basil
Copy link
Member

@basil basil commented Jun 26, 2024

Context

Goes with three other pull requests:

Description

Replace dependencies with EE 9 versions in pom.xml and update all relevant imports.

Testing done

Full PCT/ATH

@basil basil added the breaking label Jun 26, 2024
@basil basil requested a review from a team as a code owner June 26, 2024 22:39
Copy link

@Kevin-CB Kevin-CB left a comment

Choose a reason for hiding this comment

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

Looks fine, security wise

Comment on lines 230 to +234
SQL_MAXROWS_PARSE_ERROR=\
Error parsing 'javax.servlet.jsp.jstl.sql.maxRows' configuration setting: "{0}"
Error parsing 'jakarta.servlet.jsp.jstl.sql.maxRows' configuration setting: "{0}"

SQL_MAXROWS_INVALID=\
'javax.servlet.jsp.jstl.sql.maxRows' configuration setting neither an Integer nor a String
'jakarta.servlet.jsp.jstl.sql.maxRows' configuration setting neither an Integer nor a String
Copy link
Member

Choose a reason for hiding this comment

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

We don't use jelly-sql anywhere I think?

Copy link
Member Author

Choose a reason for hiding this comment

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

Correct. This change is only for logical consistency with the jakarta.servlet.jsp.jstl-api bump.

@basil basil merged commit 6298deb into master Sep 3, 2024
13 checks passed
@basil basil deleted the jakarta branch September 3, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants