-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix API compatability between Spring 5 and 6
Spring changed the API of ReponseEntity with 6.x so that code compiled with Spring 5.x will not work anymore. As a workaround we use getStatusCodeValue instead of getStatusCode to make the library work with both spring versions. Also cleanup error handling of CompletableFuture data loading Closes #59
- Loading branch information
Showing
1 changed file
with
68 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters