Skip to content

Propagate time series options correctly. #3990

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

Closed
wants to merge 2 commits into from
Closed

Conversation

christophstrobl
Copy link
Member

This PR fixes an issue when creating a collection via MongoTemplate without passing on type information. In this case potential time series information was lost.

Closes: #3984

This commit fixes an issue when creating a collection via MongoTemplate without passing on type information. In this case potential time series information was lost.
@christophstrobl christophstrobl requested a review from mp911de March 10, 2022 13:47
@mp911de mp911de self-assigned this Mar 11, 2022
@mp911de mp911de added the type: bug A general bug label Mar 11, 2022
@mp911de mp911de added this to the 3.3.3 (2021.1.3) milestone Mar 11, 2022
mp911de pushed a commit that referenced this pull request Mar 11, 2022
This commit fixes an issue when creating a collection via MongoTemplate without passing on type information. In this case potential time series information was lost.

Closes #3984
Original pull request: #3990.
mp911de added a commit that referenced this pull request Mar 11, 2022
Extract CreateCollectionOptions conversion to EntityOperations to unify collection creation. Adopt tests.

See #3984
Original pull request: #3990.
mp911de pushed a commit that referenced this pull request Mar 11, 2022
This commit fixes an issue when creating a collection via MongoTemplate without passing on type information. In this case potential time series information was lost.

Closes #3984
Original pull request: #3990.
mp911de added a commit that referenced this pull request Mar 11, 2022
Extract CreateCollectionOptions conversion to EntityOperations to unify collection creation. Adopt tests.

See #3984
Original pull request: #3990.
@mp911de mp911de closed this Mar 11, 2022
@mp911de mp911de deleted the issue/3984 branch March 11, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MongoTemplate.createCollection(String, CollectionOptions) does not consider timeseries options
2 participants