Richard Jones

Results 11 comments of Richard Jones

For the backwards compatibility, the thing which comes to my mind is that it could break a build if there is a method annotated with `@InheritConfiguration`, that is already overloaded....

Hi @jahkeup, I also have a similar issue. I am using mac2.metal and ec2-macos-init version `1.5.3 [2022-06-09 16:07:51 -0700]` and in my ec2-macos-init I have the following: ```toml ### Group...

Hi @jahkeup, it may be worth me pointing out that this `run.sh` script is also called from userdata at instance launch and it keeps the process running once the `ec2-macos-init`...

I can see that the issue as been fixed in [swagger-parser 2.0.19](https://github.com/swagger-api/swagger-parser/releases/tag/v2.0.19), and that the openapi-generation has updated the [version used](https://github.com/OpenAPITools/openapi-generator/blob/764d7f3035773e978b7a1b22e342a325e295218a/pom.xml#L1542) but this issue in present in both 5.0.1 and...

I'm also getting this issue

Forgive my naivety, but why couldn't a simple `InputStreamReader` be used to read in from the pipe? It is fairly safe to assume that when using a pipe a program...

Did a bit more playing around with the above and it doesn't play very nice piping file contents to it, for example YAML files get parsed broken because of some...

@wing328 I have tried using the `jersey2` library, but I it is complaining that it is unable to find `symbol: class JsonTypeInfo` and `class JsonSubTypes`. I have the dependency: ```...

@joshlong I see you implemented the spring-aot module in #2457, would you maybe have an idea what is happening here?

Done some digging and (sort of) found the issue, [registering](https://github.com/kubernetes-client/java/blob/d889d634e77b7db21f2a22b26b2875969bb37839/spring-aot/src/main/java/io/kubernetes/client/spring/aot/KubernetesBeanFactoryInitializationAotProcessor.java#L80) the Spring hints relies on the API model classes being annnotated with `@ApiModel`, however it appears that they no longer...