Piotr Polak
Piotr Polak
https://github.com/kongchen/swagger-maven-plugin has a couple of bugs such as not being able to specify example POST body. I am also hoping the official plugin will support Spring MVC.
Is there any chance this gets resolved any time soon? I am also willing to contribute. As @rumfuddle mentioned, it breaks any corporate build. To me **this vulnerability would only...
@slandelle @ebussieres I am willing to contribute on behalf of myself or the organization that I am part of if I know that the PR/solution will be accepted into the...
After reviewing the report https://github.com/Y4tacker/Web-Security/issues/3 I **STRONGLY** disagree with calling this a Pebble vulnerability. ## TLTR: - there must be a badly designed controller allowing the user to load arbitrary...
It happens because the spring context is closed **AFTER** the JUnit `@AfterAll` callbacks closes Consul. As a workaround consider - Disable `deregister` feature: `System.setProperty("spring.cloud.consul.discovery.deregister", "false")` - Disable service discovery in...