Skip to content

Should Hibernate Validator be required? #1235

@piotrooo

Description

@piotrooo

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions