DanTurco
DanTurco
> > Download source and generate swagger-codegen-cli.jar jar locally. This worked for me. > > Tried that and still get the same error: > > `Exception in thread "main" java.lang.RuntimeException:...
I get the same error as well docker run --rm -v C:\dev\client\projects:/local swaggerapi/swagger-codegen-cli generate -i \ /local/temp/swagger.json\ -l typescript-angular -o /local/api-swagger-client/src [main] INFO io.swagger.parser.Swagger20Parser - reading from /local/temp/swagger.json [main] INFO...
It looks like the bug is in the TimeStampedItem for the property [JsonProperty("_ts")] public long LastUpdatedTimeRaw { get; } it needs to have a setter for the serialization to work...
My short term solution was i used older image bogem/ftp. that worked out of the box. Following this: https://www.linkedin.com/pulse/how-configure-ftp-server-your-ubuntu-local-using-docker-andrade
@dominique-mueller any status on accepting this PR?