You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
SpringBootTestHints currently configures hints for types in spring-test and simultaneously leaves out several annotations that can be synthesized -- for example, @ActiveProfiles which is currently breaking some of the sample applications.
Deliverables
Extract SpringTestHints from the existing SpringBootTestHints
Add hints for all remaining annotations in spring-test that can be used as custom merged annotations
The text was updated successfully, but these errors were encountered:
Overview
SpringBootTestHints
currently configures hints for types inspring-test
and simultaneously leaves out several annotations that can be synthesized -- for example,@ActiveProfiles
which is currently breaking some of the sample applications.Deliverables
SpringTestHints
from the existingSpringBootTestHints
spring-test
that can be used as custom merged annotationsThe text was updated successfully, but these errors were encountered: