-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auditing triggers unintended persistent entity creation for collection like types (List, Set,...) #3056
Comments
The problem we're seeing is actually created by having the |
Hello |
@igorg-il please have a look at the release calendar. |
I have defined a Kotlin class that contains a field such as
Map<Enum, HashSet<Something>>
and I can save it in the database. Now when I use the @EnableReactiveMongoAuditing annotation, I encounter the following error:The classes are defined as follows:
Also, in this link, I have created a project where you can reproduce the error. Also, you can see the correct way of working by removing the
@EnableReactiveMongoAuditing
annotation.This problem arose after upgrading Spring Boot from version 2.5.X to version 3.2.3.
Java version:
The text was updated successfully, but these errors were encountered: