Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

@ConditionalOnClass should be used at configuration class level #730

Closed
@jialindai

Description

@jialindai

In AlwaysEncryptedAutoConfiguration, @ConditionalOnClass is used on bean method level. If the class referenced by the annotation is not in classpath, some exception is thrown. @ConditionalOnClass should be used on configration class level.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions