Skip to content

Commit e20fd20

Browse files
jglickrtyler
authored andcommitted
Linking to jenkinsci/junit-plugin#151 and adding a couple other entries
1 parent 029eca7 commit e20fd20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jep/0000/compatibility.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ cleans up some related APIs.
9696
|link:https://github.com/jenkinsci/dry-run-plugin/blob/63733e771406943766a1ac6f9308701aca291309/src/main/java/org/jenkinsci/plugins/dryrun/DryRunProjectAction.java#L29-L34[this code]
9797
could be switched to `hasPermission` for full compatibility.
9898

99+
|link:https://plugins.jenkins.io/extensible-choice-parameter/[extensible-choice-parameter]
100+
|Probably compatible
101+
|Unclear what the purpose of link:https://github.com/jenkinsci/extensible-choice-parameter-plugin/blob/3fda75de34d4099d078a038fc3eeb3c38679c1f8/src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProviderJenkinsTest.java#L217-L219[this test code] is.
102+
99103
|link:https://plugins.jenkins.io/github-oauth/[github-oauth]
100104
|Incompatible, fixes prepared
101105
|link:https://github.com/jenkinsci/github-oauth-plugin/pull/119[github-oauth-plugin #119]
@@ -114,6 +118,11 @@ Given that, it seems to work.
114118
|Incompatible
115119
|Uses `BeanBuilder` and possibly other problematic types.
116120

121+
|link:https://plugins.jenkins.io/junit/[junit]
122+
|Mostly compatible
123+
|link:https://github.com/jenkinsci/junit-plugin/pull/151[junit-plugin #151]
124+
required for full compatibility.
125+
117126
|link:https://plugins.jenkins.io/keycloak/[keycloak]
118127
|Unknown
119128
|Review and testing required.
@@ -148,6 +157,11 @@ Some form validation uses Acegi Security exception types but the usages are beli
148157
|Probably compatible
149158
|Untested.
150159

160+
|link:https://plugins.jenkins.io/openstack-cloud/[openstack-cloud]
161+
|Probably compatible
162+
|link:https://github.com/jenkinsci/openstack-cloud-plugin/blob/e91c3a915388ff75b2cbe3a63f55e2192eb36efc/plugin/src/test/java/jenkins/plugins/openstack/compute/JCloudsCloudTest.java#L347-L350[This code]
163+
may need adjustment.
164+
151165
|link:https://plugins.jenkins.io/pam-auth/[pam-auth]
152166
|Compatible
153167
|Sanity tested.

0 commit comments

Comments
 (0)