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

Multi-tenant support #2045

Closed
wants to merge 23 commits into from
Closed

Multi-tenant support #2045

wants to merge 23 commits into from

Commits on Mar 25, 2022

  1. Add patch updates

    Add patch updates to the main dependabot.yml. Apparently dependabot only
     checks for the base branch, where they're not planning to change this
     either - dependabot/dependabot-core#2159
    Hence, let's add it to the main dependabot file
    smcvb authored and schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3efbd27 View commit details
    Browse the repository at this point in the history
  2. Ignore patch updates

    Ignore patch updates for the main branch, since those are taken care of
    by the patch branch.
    smcvb authored and schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a943cb2 View commit details
    Browse the repository at this point in the history
  3. [#1898] Empty associationProperty leads to IndexOutOfBoundsException

    Signed-off-by: Nils Christian Ehmke <nils@rhocas.de>
    nils-christian authored and schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    6c425c8 View commit details
    Browse the repository at this point in the history
  4. Add catch clause

    Add catch clause to log a dedicated warning for testing clarity
    
    #167
    smcvb authored and schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f6f0171 View commit details
    Browse the repository at this point in the history
  5. Multi tenant

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a8caec3 View commit details
    Browse the repository at this point in the history
  6. Multi tenant

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b97a7fe View commit details
    Browse the repository at this point in the history
  7. Multi tenant

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9b2ea4b View commit details
    Browse the repository at this point in the history
  8. MultiTenantQueryBus

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f40603d View commit details
    Browse the repository at this point in the history
  9. MultiTenantEventStore

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0597f0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c48826 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c51b82f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9116e5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b555ec1 View commit details
    Browse the repository at this point in the history
  14. Clean up

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    17ef2f1 View commit details
    Browse the repository at this point in the history
  15. PR Comments

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    94a4191 View commit details
    Browse the repository at this point in the history
  16. Merge master

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b3e01ba View commit details
    Browse the repository at this point in the history
  17. Fix test

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    902d6e2 View commit details
    Browse the repository at this point in the history
  18. indentation

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    254e08b View commit details
    Browse the repository at this point in the history
  19. indentation

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    67ae4e2 View commit details
    Browse the repository at this point in the history
  20. Update spring-boot-autoconfigure/src/main/java/org/axonframework/spri…

    …ngboot/autoconfig/AxonServerBusAutoConfiguration.java
    
    Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
    schananas and smcvb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    be9073f View commit details
    Browse the repository at this point in the history
  21. Update spring-boot-autoconfigure/src/main/java/org/axonframework/spri…

    …ngboot/autoconfig/AxonServerBusAutoConfiguration.java
    
    Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
    schananas and smcvb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0030c51 View commit details
    Browse the repository at this point in the history
  22. indentation

    schananas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5f68f11 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    129f644 View commit details
    Browse the repository at this point in the history