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

Conversation

Jeeppler
Copy link
Member

Closes: #908

Jeeppler and others added 2 commits December 13, 2021 10:06
- 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.
@Jeeppler Jeeppler merged commit 835cf51 into develop Dec 14, 2021
@Jeeppler Jeeppler deleted the feature-908-upgrade-spring branch December 14, 2021 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Spring Boot v2.5.7
2 participants