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

Upgrade SpringBoot to 2.5.7 #910

Merged
merged 2 commits into from
Dec 14, 2021
Merged

Upgrade SpringBoot to 2.5.7 #910

merged 2 commits into from
Dec 14, 2021

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    f00b1df View commit details
    Browse the repository at this point in the history
  2. Fix failing tests #908

    - with the upgrade to newer spring boot version the
      startup behaviour for unit tests did change. Mocking
      java.lang.Runtime inside tests by Mockito does now no
      longer work.
    - to handle this a new class `MemoryRuntime` was introduced.
      Internally this class just uses the Runtime native calls
      but being a sophisticated, own class we can mock without
      problems and tests are working as expected.
    de-jcup committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    905c292 View commit details
    Browse the repository at this point in the history