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

Feature: Preprocess JVM properties at app start to adjust to system environment. #2957

Merged
merged 25 commits into from
Jun 30, 2023

Commits on Jun 15, 2023

  1. first impl draft

    infeo committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c46eeb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Apply code suggestion from review

    Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
    infeo and overheadhunter committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4065e15 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. add test

    infeo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2c0474e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec645a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebea8ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3d8df0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    5e52f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Revert "fix missing logDir path resolution"

    This reverts commit b3d8df0.
    infeo committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8417618 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Refactor properties preprocessing:

    * decorate Properties class
    * set the system properties to decorator
    * for logging setup, skip enviroment and access props over decorator
    infeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    01da51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc60c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0368f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c18e3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3098628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a31d318 View commit details
    Browse the repository at this point in the history
  7. let child method match parent

    infeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9383abb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce59669 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b0c940 View commit details
    Browse the repository at this point in the history
  10. more unit tests

    infeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    24fc288 View commit details
    Browse the repository at this point in the history
  11. cleanup

    infeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    12e990a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cee0486 View commit details
    Browse the repository at this point in the history
  13. renamed class

    infeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    79eea48 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    ab04850 View commit details
    Browse the repository at this point in the history
  2. adding "integration tests"

    infeo committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ee82965 View commit details
    Browse the repository at this point in the history
  3. clean up

    infeo committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8c3ede0 View commit details
    Browse the repository at this point in the history
  4. final clean up

    infeo committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    29d63a0 View commit details
    Browse the repository at this point in the history