Luboš Račanský

Results 39 issues of Luboš Račanský

Remove `RepositoryCatalogue`, repositories could be injected directly.

enhancement

Controllers log input and successful end. It is great but noisy. Let's create a logging aspect to replace this example. ```java @PostMapping("/create") public ObjectResponse createOperation(@RequestBody ObjectRequest request) throws Exception {...

enhancement