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 io.jexxa.common:common-adapters from 1.2.0 to 1.3.0 #367

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2024

Bumps io.jexxa.common:common-adapters from 1.2.0 to 1.3.0.

Changelog

Sourced from io.jexxa.common:common-adapters's changelog.

[1.3.0] - 2024-02-25

Added

  • TransactionalOutboxSender: Properties outbox.table to define the used table name. See here for an example.

  • Added: RepositoryFactory, ObjectStoreFactory, and MessageSenderFactory as replacement for RepositoryManager, ObjectStoreManager, and MessageSenderManager

Deprecated

  • Declared RepositoryManager, ObjectStoreManager, and MessageSenderManager as deprecated because they are factories that is not obvious due to their names and APIs s

Fixed

  • TransactionalOutputSender: The transactional outbox sender can now be used without a running transaction.
  • Updated dependencies
Commits
  • 820fc77 [maven-release-plugin] prepare release jexxa-adapters-1.3.0
  • d04e568 Fix integration test so that TransactionalOutboxSender is used.
  • 4051cc2 [maven-release-plugin] rollback the release of jexxa-adapters-1.3.0
  • cb0a3fe [maven-release-plugin] prepare for next development iteration
  • 08dbae0 [maven-release-plugin] prepare release jexxa-adapters-1.3.0
  • de4870f Prepared for next release
  • 7e04c21 Change: declared getConnection as deprecated and introduced getJDBCConnection...
  • 104c2ee Fix: invoke correct method for initializing object store
  • 239bc74 Added tests for select min/max
  • 98fffb7 Updated CHANGELOG.md
  • 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 Feb 25, 2024
Bumps [io.jexxa.common:common-adapters](https://github.com/jexxa-projects/JexxaAdapters) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/jexxa-projects/JexxaAdapters/releases)
- [Changelog](https://github.com/jexxa-projects/JexxaAdapters/blob/main/CHANGELOG.md)
- [Commits](jexxa-projects/JexxaAdapters@jexxa-adapters-1.2.0...jexxa-adapters-1.3.0)

---
updated-dependencies:
- dependency-name: io.jexxa.common:common-adapters
  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/io.jexxa.common-common-adapters-1.3.0 branch from 9787369 to 91a35a8 Compare February 25, 2024 16:57
@repplix repplix merged commit fa8d0a6 into master Feb 25, 2024
5 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.jexxa.common-common-adapters-1.3.0 branch February 25, 2024 17:14
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.

None yet

1 participant