Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2022

Bumps xmlunit.version from 2.8.3 to 2.9.0.
Updates xmlunit-core from 2.8.3 to 2.9.0

Release notes

Sourced from xmlunit-core's releases.

XMLUnit for Java 2.9.0

The major change of XMLUnit for Java 2.9.0 is the addition of a new module xmlunit-jakarta-jaxb-impl that can be used in addition to xmlunit-core when you want to use the Jakarta XML Binding API in version 3. For details please see the user's guide.

The full list of changes of XMLUnit for Java 2.9.0 is:

  • added a new module xmlunit-jakarta-jaxb-impl that makes Input.fromJaxb use jakarta.xml.bind rather than javax.xml.bind. For more details see the User's Guide.

    This change is not fully backwards compatible. The JaxbBuilder class has become abstract and the withMarshaller method has changed its signature. For most cases the change will not be noticed and for almost all other cases it should be enough to re-compile your code against XMLUnit 2.9.x.

    Issue #227 and PR #247

  • added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249

XMLUnit for Java 2.8.4 improves performance when comparing documents with many sibling elements.

Changelog:

  • improved comparison performance for documents with many siblings based on a suggestion by @​gerpres made in #236
Changelog

Sourced from xmlunit-core's changelog.

XMLUnit for Java 2.9.0 - /Released 2022-01-25/

  • added a new module xmlunit-jakarta-jaxb-impl that makes Input.fromJaxb use jakarta.xml.bind rather than javax.xml.bind. For more details see the User's Guide.

    This change is not fully backwards compatible. The JaxbBuilder class has become abstract and the withMarshaller method has changed its signature. For most cases the change will not be noticed and for almost all other cases it should be enough to re-compile your code against XMLUnit 2.9.x.

    Issue #227 and PR #247

  • added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249

XMLUnit for Java 2.8.4 - /Released 2021-12-16/

  • improved comparison performance for documents with many siblings based on a suggestion by @​gerpres made in #236
Commits
  • cc4242d XMLUnit 2.9.0
  • e8420e8 name profile properly
  • fc9d2cb Java9 and 10 seem to require the JAXB RI
  • 98444ee I should have known which parameter the shell script expects :-)
  • 7638c07 trigger Travis CI build
  • 4d9a854 NodeFilters.satisfyAll and .satisfyAny
  • eb7cc2c explicitly document the withFoo methods are not additive
  • 64e55a3 JAXB compatibility tests
  • 51ee34b Merge pull request #247 from xmlunit/jakarta-jaxb
  • 528ba4f document JAXB change
  • Additional commits viewable in compare view

Updates xmlunit-matchers from 2.8.3 to 2.9.0

Release notes

Sourced from xmlunit-matchers's releases.

XMLUnit for Java 2.9.0

The major change of XMLUnit for Java 2.9.0 is the addition of a new module xmlunit-jakarta-jaxb-impl that can be used in addition to xmlunit-core when you want to use the Jakarta XML Binding API in version 3. For details please see the user's guide.

The full list of changes of XMLUnit for Java 2.9.0 is:

  • added a new module xmlunit-jakarta-jaxb-impl that makes Input.fromJaxb use jakarta.xml.bind rather than javax.xml.bind. For more details see the User's Guide.

    This change is not fully backwards compatible. The JaxbBuilder class has become abstract and the withMarshaller method has changed its signature. For most cases the change will not be noticed and for almost all other cases it should be enough to re-compile your code against XMLUnit 2.9.x.

    Issue #227 and PR #247

  • added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249

XMLUnit for Java 2.8.4 improves performance when comparing documents with many sibling elements.

Changelog:

  • improved comparison performance for documents with many siblings based on a suggestion by @​gerpres made in #236
Changelog

Sourced from xmlunit-matchers's changelog.

XMLUnit for Java 2.9.0 - /Released 2022-01-25/

  • added a new module xmlunit-jakarta-jaxb-impl that makes Input.fromJaxb use jakarta.xml.bind rather than javax.xml.bind. For more details see the User's Guide.

    This change is not fully backwards compatible. The JaxbBuilder class has become abstract and the withMarshaller method has changed its signature. For most cases the change will not be noticed and for almost all other cases it should be enough to re-compile your code against XMLUnit 2.9.x.

    Issue #227 and PR #247

  • added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249

XMLUnit for Java 2.8.4 - /Released 2021-12-16/

  • improved comparison performance for documents with many siblings based on a suggestion by @​gerpres made in #236
Commits
  • cc4242d XMLUnit 2.9.0
  • e8420e8 name profile properly
  • fc9d2cb Java9 and 10 seem to require the JAXB RI
  • 98444ee I should have known which parameter the shell script expects :-)
  • 7638c07 trigger Travis CI build
  • 4d9a854 NodeFilters.satisfyAll and .satisfyAny
  • eb7cc2c explicitly document the withFoo methods are not additive
  • 64e55a3 JAXB compatibility tests
  • 51ee34b Merge pull request #247 from xmlunit/jakarta-jaxb
  • 528ba4f document JAXB change
  • Additional commits viewable in compare view

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 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)
jvz and others added 30 commits May 14, 2022 23:20
- 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>
dependabot bot and others added 27 commits October 22, 2022 00:48
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>
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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code