Sergio Roldán
Sergio Roldán
I guess the problem is located in https://github.com/springwolf/springwolf-core/blob/c33b96a0a9c513c435d3b17e2aeffe3eda21c06e/springwolf-core/src/main/java/io/github/stavshamir/springwolf/asyncapi/scanners/components/ComponentComponentsScanner.java#L27 First test using same code than ComponentComponentsScanner doesn't return the desired listener because my property (kafka.bootstrap-servers) is not defined in default profile....
Done https://github.com/springwolf/springwolf-core/pull/82
Hi @tinne I've tested your forked branch (https://github.com/tinne/spring-hateoas/tree/resources-links) and it's not working for me. Now, every hateoas link information is lost when using a JsonView annotation at controller level, probably,...
Hi @tinne, sorry by the delay. I've been reviewing unit tests and I'm pretty sure they are not working as expected. You can check it using your forked branch (without...
I know JSON Views are not a very orthodox practice from REST architecture perspective, but obtaining a reduced -filtered- version of your resource is a common requirement in a lot...
Effort can be similar in small project, but think in big ones, REST API's publishing hundreds of resources with 'filtered entities' requirements. You'll have to maintain hundreds of duplicated POJO's...
Hi @olivergierke , have you made a decision?