Stephen Dillon
Stephen Dillon
This is the java based fix I used to fix running behind a spring cloud gateway using oas3 to support hitting the host directly or forwarded via gateway with eureka...
It looks like there was a PR opened to do this, but it didnt get through. Would be a very nice feature https://github.com/jan-molak/jenkins-build-monitor-plugin/pull/305
Moving the property from gradle.properties to build.gradle after applying the Java plugin fixes the issue but ideally it shouldn't matter if the property is set first. I believe target comparability...
Created sample project to show the issue, simple start.spring.io project. The last commit breaks it in eclipse/STS but it works fine command line. https://github.com/StephenDillon/buildship-1076/commit/60f632e6304ff89a7fcbbe7e9e77c8cddfc43922 https://github.com/StephenDillon/buildship-1076
I got past it by downgrading the dependency above, but later upon deployment to pivotal cloud foundry, it just hangs on startup without any errors or debugging at all, except...
Swaggerhub supports a shareable hosted swagger API that is pretty awesome. With the above openapi I set up one but let me know if you publish a supported / updated...