Julien Herr

Results 378 comments of Julien Herr

That sounds great. I will try that and keep you in touch. Maybe you should add a documention section for the next users.

It worked like a charm, thanks! https://github.com/testng-team/testng/commit/c7e289b84bf8d4b0ad575bd19156cefc8bfa3125 For my understanding, is it possible to replace `plugins.withId("signing") { ... }` by `signing { ... }`?

Ok, clear. Thanks for the explanations! Ping @krmahadevan fyi

I'm not sure to understand why a new interface will help. Why not have a behavior parameter instead?

It looks like the openapi description is not good with auth. But the documentation will help: https://github.com/steve-community/steve/wiki/Configuration#rest-apis It refers to https://github.com/steve-community/steve/blob/master/src/main/resources/config/prod/main.properties#L20-L24 where you'll see that you need to use a...

@goekay In fact the `securitySchemes` and the `securityContexts` is missing from the docket description: https://github.com/steve-community/steve/blob/faf7c166ce6011adf30a28e8f2dfbdd954b69003/src/main/java/de/rwth/idsg/steve/config/ApiDocsConfiguration.java#L61-L66 You can find a sample where they are configured here: https://springfox.github.io/springfox/docs/current/#springfox-spring-mvc-and-spring-boot

@goekay Didn't test yet but the change is available here: https://github.com/juherr/steve/commit/9d11192161c7faad7eb818a77a26deb7145cded5