Skip to content

Bump axon-spring-boot.version from 4.3.5 to 4.6.1#65

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/axon-spring-boot.version-4.6.1
Closed

Bump axon-spring-boot.version from 4.3.5 to 4.6.1#65
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/axon-spring-boot.version-4.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2022

Bumps axon-spring-boot.version from 4.3.5 to 4.6.1.
Updates axon-spring-boot-starter from 4.3.5 to 4.6.1

Release notes

Sourced from axon-spring-boot-starter's releases.

Axon Framework v4.6.1

📈 Enhancements

  • Added ConditionalOnMissingBean to AutoConfiguration #2414
  • Add ConditionalOnMissingBean to AxonServerActuatorAutoConfigurationis #2411

🪲 Bug Fixes

  • Only return unique sequence identifiers in deadLetters call of JPA DLQ #2428
  • autowiring command model Repository results in NoSuchBeanDefinitionException in 4.6.0 #2426
  • Deadlines bug #2424
  • #1211 Add Cache#computeIfPresent and use in CachingSagaStore for Association Values #2423
  • Renamed size column name in JdbcTokenStore #2413
  • #2393 Move retrieval of Command Handler to the end of the InterceptorChain #2412
  • JdbcTokenStore uses query that contains reserved word in oracle #2409
  • #2389 Make constructors accessible in NoArgumentConstructorCreationPolicyAggregateFactory #2407
  • Rename index column to sequenceIndex #2401
  • #2396 Deadletter logging changes #2398
  • Dead Letter Queue implementations can leak personal data to log #2396
  • CommandHandlerInterceptor annotated method in aggregate root doesn't work when command handling entity not created #2393
  • #2382 Disable batch optimization for token-based event reading #2390
  • Aggregates no longer allow private/protected no-arg constructors #2389
  • Events are not processed when optimize-event-consumption is disabled #2382
  • #2367 Fix Repository beans not being registered to the Spring application context #2370
  • #2364 Fix framework failing to start due to a ClassNotFoundException #2369
  • Fix GA for Slack release announcement #2368
  • Aggregate org.axonframework.modelling.command.Repository bean not available in Spring context #2367
  • Event storage engines cannot be used without XStream #2364
  • Concurrency conflicts in CachingSagaStore #1211

🛠️ Dependency Upgrade

  • Bump testcontainers.version from 1.17.4 to 1.17.5 #2425
  • Bump axonserver-connector-java from 4.6.1 to 4.6.2 #2419
  • Upgrade to axonserver-connector-java 4.6.2 #2416
  • Bump testcontainers.version from 1.17.3 to 1.17.4 #2415
  • Bump slf4j.version from 2.0.2 to 2.0.3 #2408
  • Bump hibernate-core.version from 5.6.11.Final to 5.6.12.Final #2405
  • Bump joda-time from 2.11.0 to 2.11.2 #2395
  • Bump spring.boot.version from 2.7.3 to 2.7.4 #2392
  • Bump joda-time from 2.11.0 to 2.11.1 #2391
  • Bump slf4j.version from 2.0.1 to 2.0.2 #2388
  • Bump javassist from 3.29.0-GA to 3.29.2-GA #2387
  • Bump jackson-bom from 2.13.3 to 2.13.4 #2386
  • Bump byte-buddy.version from 1.12.16 to 1.12.17 #2385
  • Bump junit.jupiter.version from 5.9.0 to 5.9.1 #2384
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.8 #2381
  • Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 #2380
  • Bump micrometer-core from 1.9.3 to 1.9.4 #2379
  • Bump metrics-core from 4.2.9 to 4.2.12 #2378

... (truncated)

Commits
  • f84de75 [maven-release-plugin] prepare release axon-4.6.1
  • 6495ddd Compare against simple name i.o. name
  • 7941790 Move Javadoc plugin to javadoc profile, activated on performRelease
  • 08a8ade Check on the complete name of the aggregate when determining the scope
  • bc2c2b3 Exclude xalan from XOM dependency
  • 366238c Merge pull request #2428 from AxonFramework/feature/fix-jpa-dlq
  • 0679768 Merge pull request #2423 from AxonFramework/bug/1211
  • 69ce204 Change JpaSequencedDeadLetterQueue.deadLetters to only return unique sequence...
  • 75a897b Change JpaSequencedDeadLetterQueue.deadLetters to only return unique sequence...
  • 3819a80 Merge pull request #2425 from AxonFramework/dependabot/maven/axon-4.6.x/testc...
  • Additional commits viewable in compare view

Updates axon-test from 4.3.5 to 4.6.1

Release notes

Sourced from axon-test's releases.

Axon Framework v4.6.1

📈 Enhancements

  • Added ConditionalOnMissingBean to AutoConfiguration #2414
  • Add ConditionalOnMissingBean to AxonServerActuatorAutoConfigurationis #2411

🪲 Bug Fixes

  • Only return unique sequence identifiers in deadLetters call of JPA DLQ #2428
  • autowiring command model Repository results in NoSuchBeanDefinitionException in 4.6.0 #2426
  • Deadlines bug #2424
  • #1211 Add Cache#computeIfPresent and use in CachingSagaStore for Association Values #2423
  • Renamed size column name in JdbcTokenStore #2413
  • #2393 Move retrieval of Command Handler to the end of the InterceptorChain #2412
  • JdbcTokenStore uses query that contains reserved word in oracle #2409
  • #2389 Make constructors accessible in NoArgumentConstructorCreationPolicyAggregateFactory #2407
  • Rename index column to sequenceIndex #2401
  • #2396 Deadletter logging changes #2398
  • Dead Letter Queue implementations can leak personal data to log #2396
  • CommandHandlerInterceptor annotated method in aggregate root doesn't work when command handling entity not created #2393
  • #2382 Disable batch optimization for token-based event reading #2390
  • Aggregates no longer allow private/protected no-arg constructors #2389
  • Events are not processed when optimize-event-consumption is disabled #2382
  • #2367 Fix Repository beans not being registered to the Spring application context #2370
  • #2364 Fix framework failing to start due to a ClassNotFoundException #2369
  • Fix GA for Slack release announcement #2368
  • Aggregate org.axonframework.modelling.command.Repository bean not available in Spring context #2367
  • Event storage engines cannot be used without XStream #2364
  • Concurrency conflicts in CachingSagaStore #1211

🛠️ Dependency Upgrade

  • Bump testcontainers.version from 1.17.4 to 1.17.5 #2425
  • Bump axonserver-connector-java from 4.6.1 to 4.6.2 #2419
  • Upgrade to axonserver-connector-java 4.6.2 #2416
  • Bump testcontainers.version from 1.17.3 to 1.17.4 #2415
  • Bump slf4j.version from 2.0.2 to 2.0.3 #2408
  • Bump hibernate-core.version from 5.6.11.Final to 5.6.12.Final #2405
  • Bump joda-time from 2.11.0 to 2.11.2 #2395
  • Bump spring.boot.version from 2.7.3 to 2.7.4 #2392
  • Bump joda-time from 2.11.0 to 2.11.1 #2391
  • Bump slf4j.version from 2.0.1 to 2.0.2 #2388
  • Bump javassist from 3.29.0-GA to 3.29.2-GA #2387
  • Bump jackson-bom from 2.13.3 to 2.13.4 #2386
  • Bump byte-buddy.version from 1.12.16 to 1.12.17 #2385
  • Bump junit.jupiter.version from 5.9.0 to 5.9.1 #2384
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.8 #2381
  • Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 #2380
  • Bump micrometer-core from 1.9.3 to 1.9.4 #2379
  • Bump metrics-core from 4.2.9 to 4.2.12 #2378

... (truncated)

Commits
  • f84de75 [maven-release-plugin] prepare release axon-4.6.1
  • 6495ddd Compare against simple name i.o. name
  • 7941790 Move Javadoc plugin to javadoc profile, activated on performRelease
  • 08a8ade Check on the complete name of the aggregate when determining the scope
  • bc2c2b3 Exclude xalan from XOM dependency
  • 366238c Merge pull request #2428 from AxonFramework/feature/fix-jpa-dlq
  • 0679768 Merge pull request #2423 from AxonFramework/bug/1211
  • 69ce204 Change JpaSequencedDeadLetterQueue.deadLetters to only return unique sequence...
  • 75a897b Change JpaSequencedDeadLetterQueue.deadLetters to only return unique sequence...
  • 3819a80 Merge pull request #2425 from AxonFramework/dependabot/maven/axon-4.6.x/testc...
  • Additional commits viewable in compare view

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)

Bumps `axon-spring-boot.version` from 4.3.5 to 4.6.1.

Updates `axon-spring-boot-starter` from 4.3.5 to 4.6.1
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
- [Commits](AxonIQ/AxonFramework@axon-4.3.5...axon-4.6.1)

Updates `axon-test` from 4.3.5 to 4.6.1
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
- [Commits](AxonIQ/AxonFramework@axon-4.3.5...axon-4.6.1)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 8, 2022

Superseded by #70.

@dependabot dependabot Bot closed this Nov 8, 2022
@dependabot dependabot Bot deleted the dependabot/maven/axon-spring-boot.version-4.6.1 branch November 8, 2022 23:00
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.

0 participants