Esteban Gehring
Esteban Gehring
@joscha lmk when this is ready to be merged
@brendandburns sorry for the long delay and thanks for this feature! thank you all for the good arguments. I would suggest the following to move this forward: - remove all...
@brendandburns can you try https://support.circleci.com/hc/en-us/articles/12504745606171-Why-am-I-seeing-the-Could-not-find-a-usable-config-yml-you-may-have-revoked-the-CircleCI-OAuth-app-message to fix the circle ci issue?
merged in https://github.com/OpenAPITools/openapi-generator/pull/21560
@FuchengLi this should be fixed with the current master, as the `spring` generator manually overrides the date time library used, as of version 2.3.1
@FuchengLi I didn't test it with `3.0.0-rc0`, but if you use the current `master`, i.e. `2.4.0-SNAPSHOT`, then the following works: ``` ... spring ... java8-localdatetime ```
@FuchengLi you need to build the .jar file yourself, i.e. in the cloned swagger-codegen repository you run ``` mvn package ``` and you finally get the jar file in ```...
@FuchengLi you could also download a current snapshot here: https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.0-SNAPSHOT/
@KristofGilis thanks for the fix! i am wondering if that is different from the change we needed to revert in https://github.com/bithost-gmbh/ngx-mat-select-search/pull/388 to avoid the problem described in https://github.com/bithost-gmbh/ngx-mat-select-search/issues/376#issuecomment-1184489849 by @angelaki...
@KristofGilis yes, I agree, it would fix https://github.com/bithost-gmbh/ngx-mat-select-search/issues/376, but it would probably re-introduce the problem described in https://github.com/bithost-gmbh/ngx-mat-select-search/issues/376#issuecomment-1184489849 @angelaki can you help testing this?