forked from apache/logging-log4j2
- Notifications
You must be signed in to change notification settings - Fork 0
Bump xmlunit.version from 2.8.3 to 2.9.0 #5
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
Open
dependabot wants to merge 2,367 commits into 2.x Choose a base branch from dependabot/maven/xmlunit.version-2.9.0
base: 2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
- Adds support for using Optional<T> as an injection point where any errors involved in looking up an instance are collapsed into an empty value. - Adds additional plugin metadata caching for implemented interfaces to help with filtering plugins by type. - Moves PluginBundle into PluginRegistry.Categories Signed-off-by: Matt Sicker <mattsicker@apache.org>
- Adds Category qualifier annotation type for injecting plugins from a category - Adds support for injecting Optional<P>, Collection<P>, Iterable<P>, Set<P>, Stream<P>, List<P>, and Map<String, P>, for a given category - Moves PluginRegistry into a singleton bean - Update OSGi activation to work with PluginRegistry Signed-off-by: Matt Sicker <mattsicker@apache.org>
Removes some no longer needed code as well. Signed-off-by: Matt Sicker <mattsicker@apache.org>
- Moved Plugin::category into recently created annotation Category::value - Category is no longer a qualifier type but instead a namespace for Key. - Allow for stereotype annotations for Category to make categories annotation-type-safe when desired (including new TypeConverterCategory stereotype) - Rename Plugin::name to Plugin::value and make it optional, defaulting to the simple class name of the annotated class - Add PluginEntry::getElementName to more consistently store element names along with refactoring to use a builder pattern - Fix PluginElementVisitor to fall back to checking a plugin name when the element name isn't defined. This inconsistency arose from a typo somewhere. - Update PluginOrder to fall back to comparing by class name when neither class is annotated - Replace Named with Category when injecting plugin categories - Update docs to clarify that plugin categories are namespaces Signed-off-by: Matt Sicker <mattsicker@apache.org>
- Renames the Category annotation to Namespace - Adds a Configurable annotation for the Core namespace - Moves elementType, deferChildren, and printObject from Plugin to Configurable annotation - Updates docs about extending Log4j and related DI docs Relates to discussions on LOG4J2-3496 and LOG4J2-3497.
- Updates AnnotationUtil::getMetaAnnotation to support meta-annotation stereotypes - Adds AnnotationUtil::getLogicalAnnotation to support annotation stereotypes Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
This avoids boxing and null sentinels for lazy primitives. Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
- Adds ordering to Key API (not part of equality) to allow for customizing merges of duplicate keys - Adds Condition API with Conditional annotation and a couple useful conditionals - Adds SingletonFactory stereotype annotation - Refactors default binding registration from DefaultCallback into new DefaultBundle class - Updates LoggerContextRule (JUnit 4) to set up an Injector before Log4jContextFactory - Updates LoggerContextResolver (JUnit 5) to support bootstrapping Injector into Log4jContextFactory - Migrates some tests to JUnit 5 - Migrates use of certain field constants to methods Signed-off-by: Matt Sicker <mattsicker@apache.org>
…operly when integer pattern contained a leading zero.
Signed-off-by: Matt Sicker <mattsicker@apache.org>
- LOG4J2-3512 (and LOG4J2-3514) - LOG4J2-3513 - LOG4J2-3515 Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
This removes a bit of redundant configuration that is already inherited from the parent pom or repeats plugin defaults. This also enables test output redirection to files along with enabling failed-first test ordering by default. Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Adds a `fast-test` Maven profile for log4j-core-tests to skip over the sleepy tests. Relates to LOG4J2-2653. Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Signed-off-by: Matt Sicker <mattsicker@apache.org>
Bumps `spring-boot.version` from 2.6.7 to 2.7.5. Updates `spring-boot` from 2.6.7 to 2.7.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.7...v2.7.5) Updates `spring-boot-starter-test` from 2.6.7 to 2.7.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.7...v2.7.5) Updates `spring-boot-dependencies` from 2.6.7 to 2.7.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.7...v2.7.5) Updates `spring-boot-maven-plugin` from 2.6.7 to 2.7.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.7...v2.7.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.23. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.20...v5.3.23) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [groovy-bom](https://github.com/apache/groovy) from 4.0.2 to 4.0.6. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.2.1. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.2.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [netty-bom](https://github.com/netty/netty) from 4.1.80.Final to 4.1.84.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.80.Final...netty-4.1.84.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.4 to 2.13.4.20221013. - [Release notes](https://github.com/FasterXML/jackson-bom/releases) - [Commits](FasterXML/jackson-bom@jackson-bom-2.13.4...jackson-bom-2.13.4.20221013) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/releases) - [Changelog](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/master/Changelog.md) - [Commits](flapdoodle-oss/de.flapdoodle.embed.mongo@de.flapdoodle.embed.mongo-3.5.0...de.flapdoodle.embed.mongo-3.5.1) --- updated-dependencies: - dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@b55428b...13ae5bb) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.4.1...de1bb2b) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.28. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b398f52...cc7986c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [maven-core](https://github.com/apache/maven) from 3.8.5 to 3.8.6. - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.8.5...maven-3.8.6) --- updated-dependencies: - dependency-name: org.apache.maven:maven-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps `mockito.version` from 4.4.0 to 4.8.1. Updates `mockito-core` from 4.4.0 to 4.8.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.8.1) Updates `mockito-inline` from 4.4.0 to 4.8.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.8.1) Updates `mockito-junit-jupiter` from 4.4.0 to 4.8.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Both users (`mockito-core` and `embedded-ldap-junit`) use mostly compatible versions.
If the resolved version of a dep is older than one of the required ones, we will notice and can decide to put it under dependency management.
Signed-off-by: Matt Sicker <mattsicker@apache.org>
This reverts commit c518d1f.
The `@SetTestProperty` annotation allows to set a single property into the Log4j2 environment properties. The `@UsingTestProperties` annotation injects a `TestProperties` instance into fields and method parameters. This can be used to set multiple Log4j2 environment properties in code.
The Java 8 version of `ServiceLoaderUtil` is much more resilient to errors: the spliterator used in`ServiceLoader#stream()` can fail e.g. if the service class loading fails, so we can not catch the error and ignore it.
The static initializer of `Strings` depends on `PropertiesUtil` to retrieve the system's line separator. This might introduce dangerous recursive dependencies between `Strings`, `PropertiesUtil`, `ServiceRegistry` and `ServiceLoaderUtil`.
Bumps `xmlunit.version` from 2.8.3 to 2.9.0. Updates `xmlunit-core` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.8.3...v2.9.0) Updates `xmlunit-matchers` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.xmlunit:xmlunit-matchers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Bumps
xmlunit.versionfrom 2.8.3 to 2.9.0.Updates
xmlunit-corefrom 2.8.3 to 2.9.0Release notes
Sourced from xmlunit-core's releases.
Changelog
Sourced from xmlunit-core's changelog.
Commits
cc4242dXMLUnit 2.9.0e8420e8name profile properlyfc9d2cbJava9 and 10 seem to require the JAXB RI98444eeI should have known which parameter the shell script expects :-)7638c07trigger Travis CI build4d9a854NodeFilters.satisfyAll and .satisfyAnyeb7cc2cexplicitly document thewithFoomethods are not additive64e55a3JAXB compatibility tests51ee34bMerge pull request #247 from xmlunit/jakarta-jaxb528ba4fdocument JAXB changeUpdates
xmlunit-matchersfrom 2.8.3 to 2.9.0Release notes
Sourced from xmlunit-matchers's releases.
Changelog
Sourced from xmlunit-matchers's changelog.
Commits
cc4242dXMLUnit 2.9.0e8420e8name profile properlyfc9d2cbJava9 and 10 seem to require the JAXB RI98444eeI should have known which parameter the shell script expects :-)7638c07trigger Travis CI build4d9a854NodeFilters.satisfyAll and .satisfyAnyeb7cc2cexplicitly document thewithFoomethods are not additive64e55a3JAXB compatibility tests51ee34bMerge pull request #247 from xmlunit/jakarta-jaxb528ba4fdocument JAXB changeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)