playframework / playframework/play-soap
Remove exceptions from method signature
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Scala
- Stars
- 37
- Forks
- 24
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 2
Description
Need to try with using PlaySEIGenerator#generate do:
- Drop custom
sei.vm - Remove exceptions from the generated method signature
- Move exceptions to
Actionannotation - Initialize SOAP faults from
Actionannotation
Related with #50
See also https://github.com/playframework/play-soap/commit/7917af69484fff3e87ee655a73137af5ebc44d84
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing PlaySEIGenerator#generate and reviewing the referenced commit and related issue #50. Identify how custom sei.vm, generated method signatures, the Action annotation, and SOAP fault initialization are connected. Done means all four listed changes work together without exceptions in generated method signatures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100