Created by: cachescrubber
#9775 introduced in 5.3.1 causes numerous bugs when generating code.
This PR fixes the following Bugs
#11168 (closed) #11165 (closed) #11164 (closed) #11163 (closed) #11007 (closed) #11203 (closed) #11218
This PR implements the following Requests / Improvements
This PR resolves other, older PRs
#10879
PR checklist
- [ x] Read the contribution guidelines.
- [ x] 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.
- [x ] 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. - [x ] File the PR against the correct branch:
master
(5.3.0),6.0.x
-
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.