Skip to content

Update dependency jakarta.servlet:jakarta.servlet-api to v6#4666

Open
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/jakarta.servlet-jakarta.servlet-api-6.x
Open

Update dependency jakarta.servlet:jakarta.servlet-api to v6#4666
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/jakarta.servlet-jakarta.servlet-api-6.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
jakarta.servlet:jakarta.servlet-api (source) 5.0.06.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-project-automation github-project-automation Bot moved this to PRs In Progress in Basic Kanban Board Jun 9, 2026
@renovate-bot renovate-bot changed the title Update dependency jakarta.servlet:jakarta.servlet-api to v6 fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6 Jun 12, 2026
@renovate-bot renovate-bot changed the title fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6 Update dependency jakarta.servlet:jakarta.servlet-api to v6 Jun 16, 2026
@renovate-bot renovate-bot changed the title Update dependency jakarta.servlet:jakarta.servlet-api to v6 fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6 Jun 16, 2026
@renovate-bot renovate-bot changed the title fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6 Update dependency jakarta.servlet:jakarta.servlet-api to v6 Jun 16, 2026
// Quarkus BOM forces it to 6.x which removed SingleThreadModel
configurations.named("intTestRuntimeClasspath") {
resolutionStrategy { force("jakarta.servlet:jakarta.servlet-api:5.0.0") }
resolutionStrategy { force("jakarta.servlet:jakarta.servlet-api:6.1.0") }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This force pins servlet-api down to 5.0.0 on purpose (see comment just above: 6.x removed SingleThreadModel that Spark 4.0 needs). Forcing 6.1.0 reintroduces exactly what the override was added to avoid and will likely break intTest. I think we may change the renovate rule for this to avoid new PRs.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think we should ignore this dep update for now as it could be problematic with some "components" (spark, ...).

@renovate-bot renovate-bot force-pushed the renovate/jakarta.servlet-jakarta.servlet-api-6.x branch from d4d027a to 5264c58 Compare June 26, 2026 06:02
@renovate-bot renovate-bot force-pushed the renovate/jakarta.servlet-jakarta.servlet-api-6.x branch from 5264c58 to 4c8ba54 Compare July 16, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants