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

Simplify core elements initialization with Spring #6882

Merged
merged 10 commits into from Mar 13, 2024

Commits on Mar 13, 2024

  1. Copy the full SHA
    34d1e58 View commit details
    Browse the repository at this point in the history
  2. refactor: add spring annotation in infrastructure service

    Also declare alternative in InMemoryConfiguration
    jgiovaresco committed Mar 13, 2024
    Copy the full SHA
    29661ba View commit details
    Browse the repository at this point in the history
  3. refactor: annotate all use cases with UseCase annotation

    This will allow to configure Spring component scan to init use cases.
    jgiovaresco committed Mar 13, 2024
    Copy the full SHA
    9b6b453 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d5fa3c View commit details
    Browse the repository at this point in the history
  5. refactor: annotate all domain services with DomainService annotation

    This will allow to configure Spring component scan to init all services.
    jgiovaresco committed Mar 13, 2024
    Copy the full SHA
    bcee117 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8c8eb1c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1835110 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    78a6a69 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fab2446 View commit details
    Browse the repository at this point in the history
  10. chore: remove empty lines

    jgiovaresco committed Mar 13, 2024
    Copy the full SHA
    4a9bf57 View commit details
    Browse the repository at this point in the history