Skip to content

Add WAR TLD loader integration test#50418

Open
codingkiddo wants to merge 1 commit into
spring-projects:mainfrom
codingkiddo:test/add-war-tld-loader-integration-test
Open

Add WAR TLD loader integration test#50418
codingkiddo wants to merge 1 commit into
spring-projects:mainfrom
codingkiddo:test/add-war-tld-loader-integration-test

Conversation

@codingkiddo
Copy link
Copy Markdown
Contributor

@codingkiddo codingkiddo commented May 13, 2026

This adds a Tomcat WAR loader integration test for executable WARs that exercise TLD scanning.

The new test fixture builds a WAR application with JSP taglibs and runs it via java -jar app.war in the loader integration test suite. The test verifies that the application starts successfully and that known TLD scanning failure signatures are absent.

This should help catch regressions like the one described in gh-38047.

Fixes gh-38068

Verification

  • ./gradlew :integration-test:spring-boot-loader-integration-tests:dockerTest --rerun-tasks

Fixes spring-projectsgh-38068

Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 13, 2026
@codingkiddo codingkiddo force-pushed the test/add-war-tld-loader-integration-test branch from 8a5de18 to 572fe05 Compare May 13, 2026 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add war with TLD loader integration test

2 participants