jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

Add changes from release-3.1.x and release-4.0 TCK to release-3.2 #1220

Closed jim-krueger closed 4 months ago

jim-krueger commented 4 months ago

Pulled in changes from the following 3.1.x PR's:

https://github.com/jakartaee/rest/pull/1139 https://github.com/jakartaee/rest/pull/1173 https://github.com/jakartaee/rest/pull/1181 https://github.com/jakartaee/rest/pull/1184 https://github.com/jakartaee/rest/pull/1200

Pulled in changes from the following 4.0 PR's:

https://github.com/jakartaee/rest/pull/863 https://github.com/jakartaee/rest/pull/1146 https://github.com/jakartaee/rest/pull/1164 https://github.com/jakartaee/rest/pull/1172 https://github.com/jakartaee/rest/pull/1182

Removed changes from PR 864 since this change is a breaking change and needs to go in a full release.

Still needs fix to Issue 1138 and then the exclude list can be updated.

alwin-joseph commented 4 months ago

FYI https://github.com/jakartaee/rest/pull/1218 was merged to release-3.1.x yesterday, might want to update the exclude list file jaxrs-tck-docs/TCK-Exclude-List.txt with that.

Another option to consider would be to include the fix https://github.com/jakartaee/rest/pull/1201 for those challenged tests from master and enable the tests excluded in https://github.com/jakartaee/rest/pull/1200.

jim-krueger commented 4 months ago

Updated to include nearly all of the TCK changes in 4.0 as well. Exceptions to this are noted in the description above.

spericas commented 4 months ago

Could you please review this PR @alwin-joseph?