Morten Haraldsen
Morten Haraldsen
Thanks for the hints! I worked around it for now with: ```java @Bean public OperationPostFilter replaceContentType() { return (operation, handlerMethod) -> { final RequestBody rb = operation.getRequestBody(); if (rb !=...
I have no experience with how the OSGI modules should be packaged. I get a warning that there is a private reference to the package `com.ethlo.time.token` after this change.
Sorry for the long delay. Is this working now, in version `1.10.3`?
Thanks for the feedback.I have updated the project to use Java 11 from release 1.11.0.
Unfortunately this seems to be a bug/limitation in the Hibernate library.
As I understand it the project was renamed, so I guess there would/should be new coordinates for the docker images. However I cannot find any docker releases on Docker Hub...