jenkinsci / stapler

Stapler web framework
BSD 2-Clause "Simplified" License
163 stars 104 forks source link

[JENKINS-73690] Avoid null Enum to throw an exception #577

Open Wadeck opened 2 months ago

Wadeck commented 2 months ago

JENKINS-73690 https://github.com/jenkinsci/stapler/issues/578

It's expected to be supported as there is an option to make the QueryParameter required. Positive test cases added as well.

Testing done

Tested using (new) unit tests, no manual tests outside that.

Submitter checklist