-
Notifications
You must be signed in to change notification settings - Fork 1.1k
MongoTemplate.createCollection(String, CollectionOptions)
does not consider timeseries options
#3984
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
Comments
good catch - we'll take care of this! |
MongoTemplate.createCollection(String, CollectionOptions)
does not consider timeseries options
mp911de
added a commit
that referenced
this issue
Mar 11, 2022
Add missing Override annotations to template API methods. See #3984
mp911de
added a commit
that referenced
this issue
Mar 11, 2022
Add missing Override annotations to template API methods. See #3984
mp911de
added a commit
that referenced
this issue
Mar 11, 2022
Add missing Override annotations to template API methods. See #3984
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the convertToDocument method is called when the non-object creation method createCollection is used, this method is not adapted to the time series


The text was updated successfully, but these errors were encountered: