Changes to the format of RestResponsePage.
Now contains
content
currentPage
pageSize
totalElements
Works in local developer testing. Had to block out tests in integrationtest. For some unknown reason the use of RestResponsePage initiates the subclass PageImpl twice in integrationtests, and the second time it is initiated with as an empty page wich results in responseentity.getBody() being empty for assertions.
This does not happen when run on developer local testing.
Changes to the format of RestResponsePage. Now contains
Works in local developer testing. Had to block out tests in integrationtest. For some unknown reason the use of RestResponsePage initiates the subclass PageImpl twice in integrationtests, and the second time it is initiated with as an empty page wich results in responseentity.getBody() being empty for assertions.
This does not happen when run on developer local testing.