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 javax.transaction:javax.transaction-api from 1.2 to 1.3 #366

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps javax.transaction:javax.transaction-api from 1.2 to 1.3.

Commits
  • 78be2ba [maven-release-plugin] prepare release javax.transaction-api-1.3
  • ab96d48 Update for publishing
  • 871f809 Merge pull request #2 from sdfelts/jta1.3MR
  • 58d1c19 Update license file
  • 4fa5d9e Updates based on comments.
  • f142dd0 JTA 1.3 MR
  • 684cdb9 Update CONTRIBUTING.md
  • e90efce Create LICENSE
  • 7caae59 [maven-release-plugin] prepare for next development iteration
  • e3ad8d4 [maven-release-plugin] prepare release javax.transaction-api-1.2.1
  • 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 Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/javax.transaction-javax.transaction-api-1.3 branch from a65014d to f980577 Compare February 2, 2025 11:12
dependabot bot and others added 2 commits February 13, 2025 20:01
Bumps [javax.transaction:javax.transaction-api](https://github.com/javaee/javax.transaction) from 1.2 to 1.3.
- [Commits](javaee/javax.transaction@1.2...javax.transaction-api-1.3)

---
updated-dependencies:
- dependency-name: javax.transaction:javax.transaction-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@alien11689 alien11689 force-pushed the dependabot/maven/javax.transaction-javax.transaction-api-1.3 branch from f980577 to 391eb70 Compare February 13, 2025 19:02
@alien11689
Copy link
Contributor

Hi @grgrzybek
dependabot bumped the version of java.transaction-api in transaction module and itests were not able to run beacause of missing javax.transaction.xa package.

I exposed the javax.transaction.xa from framework bundle, but it looks hacky.
I saw the issue you were working on in pax ops4j/org.ops4j.pax.transx#33 and it looks like javax.transaction-api in version 1.3 is not very usable and could be painful in future upgrades to java 11, 17 or 21.

Do you think we should skip transaction-api upgrade to 1.3?

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant