spring-data-mongodb
spring-data-mongodb copied to clipboard
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access...
I used the Instant in my model and got this error: ```console Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private java.time.Instant(long,int) accessible: module java.base does not "opens java.time" to unnamed module...
``` {"time":"2022-10-12T04:16:41,766Z","level":"ERROR","thread":"https-jsse-nio-8080-exec-2","logger":"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]","message":"Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 120000 ms while waiting for a connection to...
**[Christian](https://jira.spring.io/secure/ViewProfile.jspa?name=christianfin)** opened **[DATAMONGO-2291](https://jira.spring.io/browse/DATAMONGO-2291?redirect=false)** and commented With transactions enabled, it can happen, that the mongodb throws a WriteConflict-Exception. This kind of exception can happen, if two transactions modify the same document...
Queryable Encryption is a new feature in MongoDB 6.0. It allows customers to encrypt sensitive data from the client side, store it as fully randomized encrypted data on the database...
**[Remi Dettai](https://jira.spring.io/secure/ViewProfile.jspa?name=rdettai)** opened **[DATAMONGO-1362](https://jira.spring.io/browse/DATAMONGO-1362?redirect=false)** and commented Upsert does not generate `_class` attribute event if entity class is specified. The attached Spring Boot test demonstrates this. As you can see in...