Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-43507] Fresh eyes find and fix fresh bugs
- Need to upgrade to structs 1.9 to pick up JENKINS-45130 - Two legacy setters were not purging useless traits, and we were missing tests to verify same - Pick up git's -alpha-4
- Loading branch information
Showing
with
105 additions
and 20 deletions.
- +2 −2 pom.xml
- +18 −8 src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
- +19 −9 src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
- +33 −0 src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTraitsTest.java
- +33 −1 src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSourceTraitsTest.java