MonkeyCanCode commented on code in PR #2797:
URL: https://github.com/apache/polaris/pull/2797#discussion_r2427336770
##########
regtests/README.md:
##########
@@ -189,17 +189,23 @@ The client can be generated using two commands:
```shell
# generate the management api client
docker run --rm \
- -v ${PWD}:/local openapitools/openapi-generator-cli generate \
+ -v ${PWD}:/local openapitools/openapi-generator-cli:v7.9.0 generate \
Review Comment:
Yes. this happened with 7.13 (first breaking version as it needs 3.1.1). In
this PR https://github.com/apache/polaris/pull/2800, I bumped it to the latest
working version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]