Thomas Müllerleile
Thomas Müllerleile
i updated the author info, all build tests passed on circleCI
Hi :-) i think in principle all implementations which depend on jakartaEE could benefit from adding this flag. right now, under ressources/JavaJaxRS are several independent (?) implementations. There is also...
CI fails, with Error TS 2304 can you check if it helps to include typings / corejs or change to ES6 target helps as described here: http://stackoverflow.com/questions/35660498/angular-2-cant-find-promise-map-set-and-iterator
i solved the merge conflict. The failed circleci build on node1 is due to a java version mismatch. I think that this error is not due to this pr. `Caused...
Thank you @shamus13 for debugging this issue. I added the spring version to the pom.xml (samples/server/petstore/java-camel/pom.xml ) Additionally, i added the fix also to the pom.mustache, however, this file does...
it seems that recent versions of jakarta.ws.rs.* (3.1) are only build for 11+ see minimum version : https://jakarta.ee/specifications/restful-ws/3.1/
ok the builds pass now :-)
After generating the sample, three generated model classes - `EnumTest.java` - `NullableClass.java` - `HealthCheckResult.java` try to import: `org.openapitools.jackson.nullable` Of course this package does not exist. I don't know where /...
with https://github.com/OpenAPITools/openapi-generator/pull/14310 by @borsch merged, there is no need for this PR anymore. I ll therefore close it, thank you @wing328 for your support.