spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Add @WebEndpointTest attribute to specify target frameworks

Open vpavic opened this issue 3 years ago • 1 comments

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.

vpavic avatar Aug 10 '22 11:08 vpavic

Possible implementation: https://github.com/wilkinsona/spring-boot/tree/gh-32054.

wilkinsona avatar Aug 10 '22 16:08 wilkinsona