You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I have noticed a bug in IndexOptions class. Using expireAfter(Duration duration) method should set expire field with given expiration time, but duration parameter is not used and unique option is set instead.
Hi!
I have noticed a bug in
IndexOptions
class. UsingexpireAfter(Duration duration)
method should setexpire
field with given expiration time, butduration
parameter is not used andunique
option is set instead.spring-data-mongodb/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/IndexOptions.java
Lines 86 to 91 in f910839
The text was updated successfully, but these errors were encountered: