Clayton Walker

Results 130 comments of Clayton Walker

Just encountered this today. We use `kaniko --reproducible` for our base-images. Downgrading to kaniko 1.7.0 worked for this project.

@simonbasle Has a jump to java 9 or 11 or 17 as a baseline been decided on? Is there any related ticked to follow?

It is perfectly valid, but it's a pain to use. Every time an enum is referenced it gets duplicated, that's why we put all of our objects in the "definitions"...

1. It is valid schema. You can verify it on http://editor.swagger.io/#!/ using my [attached](https://github.com/springfox/springfox/files/876261/springfox-fixed.txt) swagger json files, which can be used to generate clients using swagger-codegen. Verify it against what...

That's fine, we'd rather like to see springfox match the reference implementation anyways. Jax-RS for example also separates out enums. I have an example forked here https://github.com/Sineaggi/swagger-jersey2-jetty/commit/011c4401108af920520d2d4d8e1c799f6067812c which generates ```json...

Has there been any re-evaluation of this issue?

Would this still be considered for a future release?

Now that Spring Framework 6 is on the horizon, have there been any thoughts towards moving to modules?

Maven supports building older libraries with java 8 while still shipping a java 9+ module-info https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.html

Triangle example works now on both discrete and integrated GPUs.