spring-boot
spring-boot copied to clipboard
Add @WebEndpointTest attribute to specify target frameworks
As discussed in https://github.com/spring-projects/spring-boot/pull/32046#pullrequestreview-1067421804, it would be useful if @WebEndpointTest had an attribute that would allow to specify target web frameworks that given test should be executed against.
Possible implementation: https://github.com/wilkinsona/spring-boot/tree/gh-32054.