spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

How about adding validation to MongoCustomConversions class constructor

Open hqsz opened this issue 2 years ago • 0 comments

First, thank you for supporting spring framework.

I encounter this converter issue while i developing with spring & mongodb. Also, we have solution to avoid above issue, but there seems to be a hole that can create problems(unexpected behavior to service developers)

So, how about validation (at least add warning) to Converter<String, Enum> without ReadingConverter annotation? If it is okay, can i try on this issue? 😄

Please review positively! have a nice day

hqsz avatar Nov 02 '23 16:11 hqsz