Daniel Gradecak
Daniel Gradecak
when generating HATEOAS links ``` Link.of(ServletUriComponentsBuilder.fromCurrentServletMapping().path("/objects/id/list").build().toUriString(), "list"); Link.of(ServletUriComponentsBuilder.fromCurrentContextPath().path("/objects/id/list").build().toUriString(), "lista"); Link.of(ServletUriComponentsBuilder.fromCurrentRequestUri().path("/objects/id/list").build().toUriString(), "listv"); Link.of(ServletUriComponentsBuilder.fromCurrentRequest().path("/objects/id/list").build().toUriString(), "listn"); ``` the links are generated with the missing alfresco webscript root context ``` "links": [ { "rel":...
We provide a default DefaultAlfrescoMvcServletContextConfiguration which is not suitable for SBA because of the non_empty map configuration
Hi, do you have any plans to provide reachabilitiy metadata for graalvm? I use jodconverter embedded and wanted to compile it with graalvm to be able to run it as...