Fixed wsdl generator to use operation name for rpc input messages [#609](https://github.com/tefra/xsdata/issues/609) <https://github.com/tefra/xsdata/issues/609>_
Fixed wsdl generator to check for qualified elements for message part types [#612](https://github.com/tefra/xsdata/issues/612) <https://github.com/tefra/xsdata/issues/612>_
Fixed compound field matcher to prefer exact types over derived [#617](https://github.com/tefra/xsdata/issues/617) <https://github.com/tefra/xsdata/issues/617>_
Added async to the reserved keywords [#600](https://github.com/tefra/xsdata/issues/600) <https://github.com/tefra/xsdata/issues/600>_
Added generator config for search & replace substitutions [#624](https://github.com/tefra/xsdata/issues/624) <https://github.com/tefra/xsdata/issues/624>_
Updated code generator to remove abstract elements from class attrs [#627](https://github.com/tefra/xsdata/issues/627) <https://github.com/tefra/xsdata/issues/627>_
Updated code generator to filter out all unused types [#629](https://github.com/tefra/xsdata/issues/629) <https://github.com/tefra/xsdata/issues/629>_
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps xsdata from 21.11 to 21.12.
Changelog
Sourced from xsdata's changelog.
Commits
c98ea6f
Bump version 21.120c948a9
Merge pull request #633 from tefra/fix-629e1ee9ad
ClassContainer: filter out unused types597a511
Safely remove attributes from classes33605f0
AttributeTypeHandler: filter abstract elements from class attrsa76175a
Add generator config search & replace substitutions4cdf92b
Find choice should prefer exact match over derived1b3e9dd
Update pre-commit hooksb8ab7b1
WSDL Message part type can also be a qualified element1cd6815
Use operation name for rpc input messagesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)