-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
area/dependenciesBelongs project dependenciesBelongs project dependenciestype/enhancementIs an enhancement requestIs an enhancement request
Milestone
Description
With a very simple application:
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.shell:spring-shell-starter-jansi:4.0.0-SNAPSHOT'
}I get:
***************************
APPLICATION FAILED TO START
***************************
Description:
The Bean Validation API is on the classpath but no implementation could be found
Action:
Add an implementation, such as Hibernate Validator, to the classpath
I'm not sure whether a validator implementation is a hard requirement.
If it is, should it be included (or pulled in transitively) by the core module?
Metadata
Metadata
Assignees
Labels
area/dependenciesBelongs project dependenciesBelongs project dependenciestype/enhancementIs an enhancement requestIs an enhancement request