-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Open
Labels
type: taskA general taskA general task
Milestone
Description
We have some architecture checks that reference Spring Boot types such as @ConfigurationProperties
and @ConditionalOnMissingBean
. They have no tests at the moment as those types are not available for us to test against (we use string references in the checks themselves). We should try to improve this, perhaps by following a similar pattern to the configuration metadata annotation processor where the names of the annotations are configurable and overridden by TestConfigurationMetadataAnnotationProcessor
. If we follow this approach, I'd change both the class names and the package names (rather than just the package names) to avoid duplicates when opening types by name in an IDE.
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task