forked from apache/logging-log4j2
-
Notifications
You must be signed in to change notification settings - Fork 0
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 codecov/codecov-action from 4.0.2 to 4.3.0 #509
Closed
dependabot
wants to merge
16
commits into
2.x
from
dependabot/github_actions/2.x/codecov/codecov-action-4.3.0
Closed
Bump codecov/codecov-action from 4.0.2 to 4.3.0 #509
dependabot
wants to merge
16
commits into
2.x
from
dependabot/github_actions/2.x/codecov/codecov-action-4.3.0
Commits on Mar 13, 2024
-
Centralize initialization in
Provider
classWe move the code responsible for the instantiation of `LoggerContextFactory` and `ThreadContextMap` from the static entry points to the logging system (`LogManager` and `ThreadContext`) to the `Provider` class. The `Provider` class is instantiated using `ServiceLoader`, so `log4j-core` 2.x and 3.x can reimplement the initialization process according to their own rules. E.g. `log4j-core` 3.x can use the DI to create an instance of `LoggerContextFactory` and `ThreadContextMap`. The following modification were performed: * a **new** system property `log4j.provider` was introduced, * the old `log4j2.loggerContextFactory` has been deprecated and revised: if set it selects the first provider that uses the given `LoggerContextFactory`. Therefore it selects now both the context factory and thread context map implementations, * private static configuration values were removed from `ThreadContextMap` implementations, helping test parallelisation, * a distinct `NoOpThreadContextStack` implementation has been introduced.
Configuration menu - View commit details
-
Copy full SHA for 3577d1d - Browse repository at this point
Copy the full SHA 3577d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7688d - Browse repository at this point
Copy the full SHA 0c7688dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ceec3 - Browse repository at this point
Copy the full SHA c7ceec3View commit details
Commits on Mar 16, 2024
-
We make `ServiceLoaderUtil` more GraalVM-friendly by replacing the usage of `MethodHandles.Lookup` with the requirement for the caller to instantiate the `ServiceLoader` himself.
Configuration menu - View commit details
-
Copy full SHA for 813686d - Browse repository at this point
Copy the full SHA 813686dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b30e8b - Browse repository at this point
Copy the full SHA 3b30e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b07ef - Browse repository at this point
Copy the full SHA 47b07efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2e977 - Browse repository at this point
Copy the full SHA 5c2e977View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98cfe5 - Browse repository at this point
Copy the full SHA d98cfe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c4fdb - Browse repository at this point
Copy the full SHA 12c4fdbView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e23a405 - Browse repository at this point
Copy the full SHA e23a405View commit details -
Configuration menu - View commit details
-
Copy full SHA for dadb52b - Browse repository at this point
Copy the full SHA dadb52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9106176 - Browse repository at this point
Copy the full SHA 9106176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2666940 - Browse repository at this point
Copy the full SHA 2666940View commit details -
Configuration menu - View commit details
-
Copy full SHA for f526601 - Browse repository at this point
Copy the full SHA f526601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0345628 - Browse repository at this point
Copy the full SHA 0345628View commit details
Commits on Apr 9, 2024
-
Bump codecov/codecov-action from 4.0.2 to 4.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.2 to 4.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0cfda1d...8450866) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 638a24b - Browse repository at this point
Copy the full SHA 638a24bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.