- Add decimal mapping in Perl client generator.
all tests passed locally:
ok 32 - accept_tokens() correctly set api_key
ok 33 - accept_tokens() correctly set api_key_prefix
ok 34 - accept_tokens() correctly set api_key_in
ok 35 - clear_tokens() returns the correct data structure
ok 36 - bad token causes exception
ok 37 - no (unexpected) warnings (via END block)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.460 s
[INFO] Finished at: 2022-07-17T13:01:51+08:00
[INFO] ------------------------------------------------------------------------
PR checklist
-
Read the contribution guidelines. -
Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community. -
Run the following to build the project and update samples: ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. -
File the PR against the correct branch: master
(6.1.0) (minor release - breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks) -
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.