Spring Projects Issues

Results 1265 comments of Spring Projects Issues
trafficstars

**[Param](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49528)** commented I am not sure if this thread is still active, but found activity on this ticket. So would like to share this with you: Take a look at...

**[Keegan Witt](https://jira.spring.io/secure/ViewProfile.jspa?name=keegan)** commented I mentioned all the missing types, so the team could decide which are appropriate to add, but the one we cared about in particular was BSONTimestamp, which...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I think this stems from the fact that `AbstractMongoEventListener` was created way before Spring Framework applied this intensive generics resolution for calling listener instances. Have you tried...

**[lnevaril](https://jira.spring.io/secure/ViewProfile.jspa?name=lnevaril)** commented Yes, we are using both approaches and both of them possesses the same behavior. We have custom events extending `SpringApplicationEvent` and listeners registered using `@EventListener` annotation and they...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Okay, that's helpful. I remember the `ResolvableTypeProvider` interface being introduced for us in particular as I was asking for it (see [SPR-13069](https://jira.spring.io/browse/SPR-13069) for details) and I could...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented `ZonedDateTime` is not a type MongoDB understands. Spring Data in turn only supports date-time-types **without** time zone information out of the box as only those types guarantee...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I just checked your code sample and also can't get this to work on 2.0.1 as the app fails to bootstrap with a different error coming from...

**[thokrae](https://jira.spring.io/secure/ViewProfile.jspa?name=thokrae)** commented Thank you for the reponse. The example code runs with 2.0.1.RELEASE if I provide the connection details of a MongoDB cluster in the application.properties. ``` spring.data.mongodb.host=*** spring.data.mongodb.port=*** spring.data.mongodb.database=***...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I am running into an exception that a parameter name cannot be determined on 2.0.1. In general, as documented, date time types with time zones are not...

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented Moved to backlog in favor of [DATAMONGO-2075](https://jira.spring.io/browse/DATAMONGO-2075)