Skip to content

Bump stax-ex from 2.0.1 to 2.1.0#576

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.jvnet.staxex-stax-ex-2.1.0
Closed

Bump stax-ex from 2.0.1 to 2.1.0#576
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.jvnet.staxex-stax-ex-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps stax-ex from 2.0.1 to 2.1.0.

Commits
  • 8eeacab Prepare release org.jvnet.staxex:stax-ex:2.1.0
  • 525e196 Integrate xml binding 4.0.0
  • 736b2ce copyright fix
  • d4616ff update dependencies,
  • c90ef53 update gh action build
  • d7e6ee1 update readme
  • d4a4269 Dependency update.
  • 35ed488 Merge pull request #50 from eclipse-ee4j/2.1.0-M1-RELEASE
  • 6affc81 Prepare next development cycle for 2.1.0-SNAPSHOT
  • ffd03e1 Prepare release org.jvnet.staxex:stax-ex:2.1.0-M1
  • 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 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 the dependencies Pull requests that update a dependency file label May 23, 2022
@THausherr
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [stax-ex](https://github.com/eclipse-ee4j/jaxb-stax-ex) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/eclipse-ee4j/jaxb-stax-ex/releases)
- [Commits](eclipse-ee4j/jaxb-stax-ex@2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: org.jvnet.staxex:stax-ex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/org.jvnet.staxex-stax-ex-2.1.0 branch from 0392fa5 to 41cca1c Compare May 23, 2022 17:42
@THausherr
Copy link
Copy Markdown
Contributor

THausherr commented May 23, 2022

This one still fails with jdk18, in Apache Tika natural language process module.

Dependency convergence error for jakarta.activation:jakarta.activation-api:1.2.2 paths to dependency are:
+-org.apache.tika:tika-parser-nlp-module:2.4.1-SNAPSHOT
  +-org.apache.cxf:cxf-rt-rs-client:3.5.2
    +-jakarta.xml.soap:jakarta.xml.soap-api:1.4.2
      +-jakarta.activation:jakarta.activation-api:1.2.2
and
+-org.apache.tika:tika-parser-nlp-module:2.4.1-SNAPSHOT
  +-org.apache.cxf:cxf-rt-rs-client:3.5.2
    +-com.sun.xml.messaging.saaj:saaj-impl:1.5.3
      +-org.jvnet.staxex:stax-ex:2.1.0
        +-jakarta.activation:jakarta.activation-api:2.1.0

I'll test whether one can exclude jakarta.activation-api for cxf-rt-rs-client.

@THausherr
Copy link
Copy Markdown
Contributor

That didn't work; what did work for jdk18 was to exclude jakarta.activation-api from stax-ex. I'll test a jdk8 build.

@THausherr
Copy link
Copy Markdown
Contributor

It works with jdk8 too... so the proposed change would be

      <dependency>
        <groupId>org.jvnet.staxex</groupId>
        <artifactId>stax-ex</artifactId>
        <version>2.1.0</version>
        <exclusions>
            <exclusion>
                <groupId>jakarta.activation</groupId>
                <artifactId>jakarta.activation-api</artifactId>
            </exclusion>
        </exclusions>
      </dependency>

@THausherr THausherr closed this May 24, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 24, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/org.jvnet.staxex-stax-ex-2.1.0 branch May 24, 2022 03:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant