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

feat: Make it possible to define appVersion later #31934

Merged
merged 4 commits into from May 3, 2023

Commits on May 2, 2023

  1. feat: Make it possible to define appVersion later

    * as alternative to the config app-version that is defined before ActorSystem startup
    * if the version is read from an external system (e.g. Kubernetes) this feature makes
      it possible to define it after system startup but before joining
    patriknw committed May 2, 2023
    Configuration menu
    Copy the full SHA
    cfb3914 View commit details
    Browse the repository at this point in the history
  2. Scala 2.12

    patriknw committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a3d0fd6 View commit details
    Browse the repository at this point in the history
  3. debug logging

    patriknw committed May 2, 2023
    Configuration menu
    Copy the full SHA
    49b339a View commit details
    Browse the repository at this point in the history
  4. formatting

    johanandren committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ba549b2 View commit details
    Browse the repository at this point in the history