jakartaee / rest

Jakarta RESTful Web Services
Other
362 stars 117 forks source link

Ensure resourceconstructor test includes beans.xml #1063

Closed andymc12 closed 2 years ago

andymc12 commented 2 years ago

This change adds the beans.xml file to the deployed WAR for the resourceconstructor test. The beans.xml was added as part of challenge issue #938, but from my testing it was not added to the WAR file. This change fixes that.

Since this only fixes a bug in a TCK test and makes no changes to spec or API, I'd like to request fast-track.

andymc12 commented 2 years ago

@jansupol could you take another look when you have a minute or two? The only change since you last approved was to modify the string concatenation logic to use Collectors.joining(...) instead. Thanks!