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 axonserver-connector-java from 4.5.6 to 4.6.1 #74

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps axonserver-connector-java from 4.5.6 to 4.6.1.

Release notes

Sourced from axonserver-connector-java's releases.

Axon Server Connector for Java v4.6.1

⭐ Features

  • Admin API Implementation #117
  • Streaming query support #112

📈 Enhancements

  • Set a timeout on taking events for the aggregate to prevent indefini… #207
  • Change event processor API operations to return a Result #182
  • Acknowledge the result of the execution of the instructions #161
  • Introduce ResultStreamPublisher to interact with a ResultStream through a Publisher. #142
  • Split builds into pr and not pr, added ghactions to dependabot and other minors #77

🪲 Bug Fixes

  • Fix permit leak on canceled query #167

🛠️ Dependency Upgrade

  • Bump axon-server-api from 4.6.0-SNAPSHOT to 4.6.0 #214
  • Bump reactor-test from 3.4.19 to 3.4.21 #213
  • Bump actions/setup-java from 3.4.0 to 3.4.1 #212
  • Bump maven-assembly-plugin from 3.4.0 to 3.4.1 #209
  • Bump maven-assembly-plugin from 3.3.0 to 3.4.0 #206
  • Bump log4j.version from 2.17.2 to 2.18.0 #205
  • Bump testng from 7.5 to 7.6.1 #204
  • Bump junit-jupiter from 1.17.2 to 1.17.3 #202
  • Bump toxiproxy from 1.17.2 to 1.17.3 #201
  • Bump actions/setup-java from 3.3.0 to 3.4.0 #200
  • Bump reactor-test from 3.4.18 to 3.4.19 #198
  • Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 #197
  • Bump mockito-core from 4.6.0 to 4.6.1 #196
  • Bump mockito-core from 4.5.1 to 4.6.0 #195
  • Bump reactive.streams.version from 1.0.3 to 1.0.4 #194
  • Bump junit-jupiter from 1.17.1 to 1.17.2 #192
  • Bump testcontainers from 1.16.3 to 1.17.2 #191
  • Bump toxiproxy from 1.17.1 to 1.17.2 #190
  • Bump testng from 7.5 to 7.6.0 #189
  • Bump reactor-test from 3.4.17 to 3.4.18 #188
  • Bump actions/setup-java from 3.2.0 to 3.3.0 #187
  • Bump actions/setup-java from 3.1.1 to 3.2.0 #186
  • Bump grpc-bom from 1.44.1 to 1.46.0 #185
  • Bump mockito-core from 4.5.0 to 4.5.1 #184
  • Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #183
  • Bump mockito-core from 4.4.0 to 4.5.0 #181
  • Bump junit-jupiter from 1.17.0 to 1.17.1 #179
  • Bump toxiproxy from 1.17.0 to 1.17.1 #178
  • Bump testcontainers from 1.16.3 to 1.17.1 #177
  • Bump toxiproxy-java from 2.1.5 to 2.1.7 #176

... (truncated)

Commits
  • 26ed3e3 [maven-release-plugin] prepare release 4.6.1
  • 5e4a20c fix issue in JavaDoc (generics in @​link not supported)
  • bf744fd Merge pull request #214 from AxonIQ/dependabot/maven/io.axoniq-axon-server-ap...
  • 1e7a70a Bump axon-server-api from 4.6.0-SNAPSHOT to 4.6.0
  • bf425a0 Merge pull request #213 from AxonIQ/dependabot/maven/io.projectreactor-reacto...
  • aa42d8e Bump reactor-test from 3.4.19 to 3.4.21
  • dbc5c6a Merge pull request #212 from AxonIQ/dependabot/github_actions/actions/setup-j...
  • 08648b1 Bump actions/setup-java from 3.4.0 to 3.4.1
  • ebd387c Merge remote-tracking branch 'origin/connector-4.5.x'
  • c3a94c8 [maven-release-plugin] prepare for next development iteration
  • 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)

@smcvb
Copy link
Member

smcvb commented Jul 18, 2022

Put on hold until we're done with Axon Framework 4.6.0.

@dependabot dependabot bot force-pushed the dependabot/maven/io.axoniq-axonserver-connector-java-4.6.1 branch from b09cbcd to 5becc5c Compare August 4, 2022 12:11
Bumps [axonserver-connector-java](https://github.com/AxonIQ/axonserver-connector-java) from 4.5.6 to 4.6.1.
- [Release notes](https://github.com/AxonIQ/axonserver-connector-java/releases)
- [Commits](AxonIQ/axonserver-connector-java@4.5.6...4.6.1)

---
updated-dependencies:
- dependency-name: io.axoniq:axonserver-connector-java
  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.axoniq-axonserver-connector-java-4.6.1 branch from 5becc5c to c1913f2 Compare September 15, 2022 11:47
@smcvb smcvb self-assigned this Sep 15, 2022
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit 4315d25 into master Sep 15, 2022
@dependabot dependabot bot deleted the dependabot/maven/io.axoniq-axonserver-connector-java-4.6.1 branch September 15, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant