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

Break job engine to rest api dependency #4073

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    6b7bead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9f384 View commit details
    Browse the repository at this point in the history
  3. ➖ removing the checker framework as it was not activated anyway, and …

    …if activated it failed compilation without any debug information
    
    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cd4fc1c View commit details
    Browse the repository at this point in the history
  4. ➖ removing unused guava dependency

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    021e172 View commit details
    Browse the repository at this point in the history
  5. partially restoring javax validation

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9410088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f2a1a3 View commit details
    Browse the repository at this point in the history
  7. ➖ absorbed job-engine-app-core into job-engine-app-web as it was not …

    …generic, neither used anywhere else
    
    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d0ff37e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df1c6bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43b9344 View commit details
    Browse the repository at this point in the history
  10. ➖ removing unused logging bridges

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4f8cef2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e90f509 View commit details
    Browse the repository at this point in the history
  12. ➖ removing inherited dependency commons-configurationh

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b2353c6 View commit details
    Browse the repository at this point in the history
  13. 🔥 removed unused postcontruct feature

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0cf53b4 View commit details
    Browse the repository at this point in the history
  14. restoring some logging

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7e954d1 View commit details
    Browse the repository at this point in the history
  15. Revert ":heavy_minus_sign: trying to clean up job-engine-app's depend…

    …encies a little bit"
    
    This reverts commit 5bd0938.
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    dc854f5 View commit details
    Browse the repository at this point in the history
  16. better dependencies cleanup in job-engine

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    52fce1e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0464c45 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6fa4fc0 View commit details
    Browse the repository at this point in the history
  19. Revert ":heavy_minus_sign: absorbed job-engine-app-core into job-engi…

    …ne-app-web as it was not generic, neither used anywhere else"
    
    This reverts commit 3450f05.
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f01690f View commit details
    Browse the repository at this point in the history
  20. cleanup

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a79bd6c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f71b698 View commit details
    Browse the repository at this point in the history
  22. ➖ no longer necessary to exclude job-engine-client from job engin app…

    …, as the dependency was broken
    
    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d9bc2e6 View commit details
    Browse the repository at this point in the history
  23. ➖ absorbed job-engine-app-core into job-engine-app-web as it was not …

    …generic, neither used anywhere else
    
    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4b3d248 View commit details
    Browse the repository at this point in the history
  24. Revert ":heavy_minus_sign: absorbed job-engine-app-core into job-engi…

    …ne-app-web as it was not generic, neither used anywhere else"
    
    This reverts commit 3450f05.
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    276a1f2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8ab11d4 View commit details
    Browse the repository at this point in the history
  26. ♻️ breaking the dependency between job-engine and rest-api by moving …

    …common code in commons-rest
    
    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9f95e9f View commit details
    Browse the repository at this point in the history
  27. ♻️ reorganizing web and rest libraries

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    122bff7 View commit details
    Browse the repository at this point in the history
  28. ♻️ better module naming

    Signed-off-by: dseurotech <[email protected]>
    dseurotech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    85f8407 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    37406a1 View commit details
    Browse the repository at this point in the history