Skip to content

jakarta-web relax the import package constraints #3791

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

Merged
merged 1 commit into from
Jun 30, 2025

Conversation

jcompagner
Copy link
Contributor

fixes: #3787

Checklist

Before we can review and merge your changes, please go through the checklist below. If you're still working on some items, feel free to submit your pull request as a draft—our CI will help guide you through the remaining steps.

✅ Required checks

  • [ X] License: I confirm that my changes are submitted under the Apache License, Version 2.0.

  • [ X] Commit signatures: All commits are signed and verifiable. (See GitHub Docs on Commit Signature Verification).

  • [ X] Code formatting: The code is formatted according to the project’s style guide.

    How to check and fix formatting
    • To check formatting: ./mvnw spotless:check
    • To fix formatting: ./mvnw spotless:apply

    See the build instructions for details.

  • Build & Test: I verified that the project builds and all unit tests pass.

    How to build the project

    Run: ./mvnw verify

    See the build instructions for details.

🧪 Tests (select one)

  • I have added or updated tests to cover my changes.
  • [X ] No additional tests are needed for this change.

📝 Changelog (select one)

  • [ X] I added a changelog entry in src/changelog/.2.x.x. (See Changelog Entry File Guide).
  • This is a trivial change and does not require a changelog entry.

Copy link
Contributor

@ppkarwasz ppkarwasz left a comment

Choose a reason for hiding this comment

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

LGTM

@ppkarwasz ppkarwasz enabled auto-merge (squash) June 30, 2025 15:16
Copy link

github-actions bot commented Jun 30, 2025

Job Requested goals Build Tool Version Build Outcome Build Scan®
build-macos-latest clean install 3.9.8 Build Scan PUBLISHED
build-ubuntu-latest clean install 3.9.8 Build Scan PUBLISHED
build-windows-latest clean install 3.9.8 Build Scan PUBLISHED
Generated by gradle/develocity-actions

@jcompagner
Copy link
Contributor Author

hmm what is exactly the problem? should i add some spaces somewhere or remove some?

@ppkarwasz
Copy link
Contributor

It is a formatting problem, run:

./mvnw spotless:apply

to fix it and push the changes.

auto-merge was automatically disabled June 30, 2025 16:00

Head branch was pushed to by a user without write access

@jcompagner jcompagner force-pushed the jakarta_web_import branch from 7368f0d to 329a0f2 Compare June 30, 2025 16:00
@jcompagner jcompagner force-pushed the jakarta_web_import branch from 329a0f2 to 3522618 Compare June 30, 2025 16:15
@ppkarwasz ppkarwasz merged commit 3b0c77d into apache:2.x Jun 30, 2025
11 checks passed
@github-project-automation github-project-automation bot moved this from To triage to Done in Log4j bug tracker Jun 30, 2025
@ppkarwasz
Copy link
Contributor

A snapshot should be ready as soon as the workflow finishes: https://github.com/apache/logging-log4j2/actions/runs/15978983571

type="changed">
<issue id="3787" link="https://github.com/apache/logging-log4j2/issues/3787"/>
<description format="asciidoc">
add a bnd tool property that makes sure that the supported jakarta version has a wider range then 5 to 6

Choose a reason for hiding this comment

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

than instead of then

Copy link
Contributor

Choose a reason for hiding this comment

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

@andrei-ivanov,

Thanks, I'll keep it mind, while reviewing the changelog entries for the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

jakarta-web relax the import package constraints
3 participants