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

Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 #2193

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps org.apache.logging:logging-parent from 10.5.0 to 10.6.0.

Release notes

Sourced from org.apache.logging:logging-parent's releases.

10.6.0

This minor release contains several small changes to the build pipeline.

Most notably it bans wildcard imports from source code, which will require expanding those imports before upgrading logging-parent.

Added

  • Add JSpecify to dependency management. (#88)
  • Add enforcer rule to ban wildcard imports. All imports must be expanded to provide better comparison of branches. (#63)

Changed

  • Merge Dependabot PRs instead of closing them. (#82)
  • Disable -jpms-multi-release BND option. (#93)
  • Clean up residual module-info.class before compilation. (#90)

Updated

  • Update com.google.errorprone:error_prone_core to version 2.24.1 (#89)
  • Update github/codeql-action to version 3.23.0 (#91)
  • Update org.apache.rat:apache-rat-plugin to version 0.16 (#92)
Commits
  • 64ae84e Release changelog for version 10.6.0
  • e279e30 Update the project.build.outputTimestamp property
  • cc26384 Fix release notes again after CI run
  • caa9879 Release changelog for version 10.6.0
  • 03830b6 Update the project.build.outputTimestamp property
  • f288e1d Set version to 10.6.0
  • bf3ae6e Revert "Release notes summary for version 10.6.0"
  • 471cd15 Release notes summary for version 10.6.0
  • 1e8d46d Update apache-rat-plugin to version 0.16
  • e789acd Comment on jpms-multi-release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Related to third party dependency updates or migrations java Pull requests that update Java code labels Jan 15, 2024
@ppkarwasz ppkarwasz self-assigned this Jan 15, 2024
@ppkarwasz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/main/org.apache.logging-logging-parent-10.6.0 branch from 8bda79c to 8f08f5e Compare January 15, 2024 12:17
@ppkarwasz
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/main/org.apache.logging-logging-parent-10.6.0 branch from 8f08f5e to 759cfa7 Compare January 15, 2024 14:29
ppkarwasz and others added 10 commits January 15, 2024 15:50
The `Category` class constructor should not use the static method
`LogManager.getLoggerRepository()` to find the `LoggerRepository` that
created it. The value should be injected.
This fixes Spotbugs alerts up to rank 9 (the "scary" category).

Most are false positives or problems in the tests. The `LocationInfo`
fix in `log4j-1.2-api` prevents an NPE though.
Adds a builder for Apache Extras' `RollingFileAppender`.
…vior (#924)

The current `LevelRangeFilterBuilder` does not take into account the inversion of the level scale between Log4j 1 and Log4j 2: a minimal Log4j 1 level corresponds to a maximal Log4j 2 level and vice versa.
This ports the changes to the `log4j-1.2-api` module that never made it
to `main`.

Part of #2163.
@github-actions github-actions bot merged commit 7f41487 into main Jan 15, 2024
@github-actions github-actions bot deleted the dependabot/maven/main/org.apache.logging-logging-parent-10.6.0 branch January 15, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third party dependency updates or migrations java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants