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 axon.version from 4.5.3 to 4.5.4 #133

Merged
merged 3 commits into from
Oct 4, 2021

Commits on Oct 1, 2021

  1. Bump axon.version from 4.5.3 to 4.5.4

    Bumps `axon.version` from 4.5.3 to 4.5.4.
    
    Updates `axon-eventsourcing` from 4.5.3 to 4.5.4
    - [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
    - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
    - [Commits](AxonFramework/AxonFramework@axon-4.5.3...axon-4.5.4)
    
    Updates `axon-spring` from 4.5.3 to 4.5.4
    - [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
    - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
    - [Commits](AxonFramework/AxonFramework@axon-4.5.3...axon-4.5.4)
    
    Updates `axon-eventsourcing` from 4.5.3 to 4.5.4
    - [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
    - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
    - [Commits](AxonFramework/AxonFramework@axon-4.5.3...axon-4.5.4)
    
    Updates `axon-spring-boot-starter` from 4.5.3 to 4.5.4
    - [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
    - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
    - [Commits](AxonFramework/AxonFramework@axon-4.5.3...axon-4.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.axonframework:axon-eventsourcing
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.axonframework:axon-spring
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.axonframework:axon-eventsourcing:tests
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.axonframework:axon-spring-boot-starter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9e2f206 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Adjust Serializer wiring

    - Use a supplier of the Serializer, to ensure XStream isn't on the
    classpath when users don't want it
    - Log a warning whenever the defaultSerializer is used, since users
    should provide their own XStream instance at all times
    
    #133
    smcvb committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    01472ae View commit details
    Browse the repository at this point in the history
  2. Fix test

    Add XStream instance to XStreamSerializer construction per new
    requirement
    
    #133
    smcvb committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    245d05d View commit details
    Browse the repository at this point in the history