-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 #870
Merged
zambrovski
merged 7 commits into
feature/852-spring-boot-3
from
dependabot/maven/axon-gateway-extension.version-2.0.0
Sep 18, 2023
Merged
chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 #870
zambrovski
merged 7 commits into
feature/852-spring-boot-3
from
dependabot/maven/axon-gateway-extension.version-2.0.0
Sep 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ervicegetprocessdefinitions-throws-nullpointerexception fix #862: Made start form key retrieval more robust
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.4.0...enforcer-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `jgiven.version` from 1.2.5 to 1.3.0. Updates `com.tngtech.jgiven:jgiven-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-spring` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `axon-gateway-extension.version` from 1.1.2 to 2.0.0. Updates `io.holixon.axon.gateway:axon-gateway-extension` from 1.1.2 to 2.0.0 - [Release notes](https://github.com/holixon/axon-gateway-extension/releases) - [Commits](holixon/axon-gateway-extension@1.1.2...2.0.0) Updates `io.holixon.axon.gateway:axon-gateway-spring-boot-starter` from 1.1.2 to 2.0.0 --- updated-dependencies: - dependency-name: io.holixon.axon.gateway:axon-gateway-extension dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.holixon.axon.gateway:axon-gateway-spring-boot-starter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
Type: dependencies
Pull requests that update a dependency file
label
Sep 18, 2023
zambrovski
changed the base branch from
develop
to
feature/852-spring-boot-3
September 18, 2023 21:16
…ateway-extension.version-2.0.0
zambrovski
deleted the
dependabot/maven/axon-gateway-extension.version-2.0.0
branch
September 18, 2023 21:36
zambrovski
added a commit
that referenced
this pull request
Oct 16, 2023
* feat: upgrade to Spring Boot 3 (including Axon 4.8 and Camunda 7.20). The changes are mostly due to the javax-->jakarta package rename, but there are some more things that needed to be changed for Spring Boot 3 to work. One of them is the upgrade to a newer version of flapdoodle embedded MongoDB with considerable changes to the API. Another one is that the hack for getting the spring.application.name property as a default value into our configuration property classes does not seem to work anymore, so it is replaced by a BeanPostProcessor. Fixes #852 * fix: update java version in github workflows Fixes #852 * fix: fix itest issues Fixes #852 * fix: properly fix the issue with multiple cached contexts using the same test database Fixes #852 * chore: bump axon-gateway-extension to 2.0.0 Fixes #852 * fix: avoid exceptions being logged when looking for an aggregate that might or might not be there Fixes #852 * chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 (#870) * fix #862: Made start form key retrieval more robust * chore(deps): bump org.jetbrains.dokka:dokka-maven-plugin (#860) Bumps [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin (#866) Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.4.0...enforcer-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump jgiven.version from 1.2.5 to 1.3.0 (#868) Bumps `jgiven.version` from 1.2.5 to 1.3.0. Updates `com.tngtech.jgiven:jgiven-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-spring` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.2.5 to 1.3.0 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.2.5...v1.3.0) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump axon-gateway-extension.version from 1.1.2 to 2.0.0 Bumps `axon-gateway-extension.version` from 1.1.2 to 2.0.0. Updates `io.holixon.axon.gateway:axon-gateway-extension` from 1.1.2 to 2.0.0 - [Release notes](https://github.com/holixon/axon-gateway-extension/releases) - [Commits](holixon/axon-gateway-extension@1.1.2...2.0.0) Updates `io.holixon.axon.gateway:axon-gateway-spring-boot-starter` from 1.1.2 to 2.0.0 --- updated-dependencies: - dependency-name: io.holixon.axon.gateway:axon-gateway-extension dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.holixon.axon.gateway:axon-gateway-spring-boot-starter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tim Silhan <tim.silhan@holisticon.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Zambrovski <simon.zambrovski@holisticon.de> * enable snapshot production from a special branch * fix process TTL * add coverage to codecov --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Lars Bilger <lars.bilger@lht.dlh.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Silhan <tim.silhan@holisticon.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps
axon-gateway-extension.version
from 1.1.2 to 2.0.0.Updates
io.holixon.axon.gateway:axon-gateway-extension
from 1.1.2 to 2.0.0Release notes
Sourced from io.holixon.axon.gateway:axon-gateway-extension's releases.
Commits
e7da0f7
Merge branch 'release/2.0.0'6486425
Update for next development version363bc70
Update versions for release246e819
Merge pull request #232 from holixon/dependabot/maven/org.axonframework-axon-...c6270fd
chore(deps): bump org.axonframework:axon-bom from 4.6.3 to 4.8.31621b4a
Merge pull request #235 from holixon/feature/spring-boot-3-support4d32b35
get rid of spring.factories157eb47
update CI/CD to JDK 1795a2c14
update dependencies and prepare for SPB 3888159d
Merge pull request #230 from holixon/dependabot/maven/org.jetbrains.dokka-dok...Updates
io.holixon.axon.gateway:axon-gateway-spring-boot-starter
from 1.1.2 to 2.0.0Dependabot 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)