Spring Projects Issues
Spring Projects Issues
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAMONGO-1922](https://jira.spring.io/browse/DATAMONGO-1922?redirect=false)** and commented --- 1 votes, 2 watchers
Remove joda time converters converting to non native types from StoreConversions. [DATAMONGO-2472]
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAMONGO-2472](https://jira.spring.io/browse/DATAMONGO-2472?redirect=false)** and commented reading: `java.time.LocalDateTime` -> `org.joda.time.LocalDateTime` --- No further details from [DATAMONGO-2472](https://jira.spring.io/browse/DATAMONGO-2472?redirect=false)
**[Dan Markhasin](https://jira.spring.io/secure/ViewProfile.jspa?name=minimizer)** opened **[DATAMONGO-1863](https://jira.spring.io/browse/DATAMONGO-1863?redirect=false)** and commented As described in [DATAMONGO-525](https://jira.spring.io/browse/DATAMONGO-525) (https://jira.spring.io/browse/DATAMONGO-525), we are looking for a way to generate collection names dynamically to support multi-tenancy. This can be achieved by...
**[Rasheed Amir](https://jira.spring.io/secure/ViewProfile.jspa?name=rasheed)** opened **[DATAMONGO-1651](https://jira.spring.io/browse/DATAMONGO-1651?redirect=false)** and commented We have some entities which are extendable. And in order to make them extedable we have a field of type `com.fasterxml.jackson.databind.node.JsonNode` in them; so,...
**[Egor Lyashenko](https://jira.spring.io/secure/ViewProfile.jspa?name=yagich)** opened **[DATAMONGO-1440](https://jira.spring.io/browse/DATAMONGO-1440?redirect=false)** and commented I'm trying to introduce auditing by using `@LastModifiedDate` annotation. It works fine for top-level documents but I've faced with the problem for embedded objects....
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAMONGO-2163](https://jira.spring.io/browse/DATAMONGO-2163?redirect=false)** and commented Similar to [DATAMONGO-2138](https://jira.spring.io/browse/DATAMONGO-2138), we should provide a type-safe Update DSL using Kotlin property references. The initial pull request contained already a potential example: ```java...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATAREST-744](https://jira.spring.io/browse/DATAREST-744?redirect=false)** and commented --- 1 votes, 2 watchers
**[Chris Beams](https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams)** opened **[DATAREST-608](https://jira.spring.io/browse/DATAREST-608?redirect=false)** and commented Given entities Person and Posession, where Person has a collection of Possessions and both entities are exposed via SD REST repositories respectively, I would...
**[Daniele Renda](https://jira.spring.io/secure/ViewProfile.jspa?name=drenda81)** opened **[DATAREST-1592](https://jira.spring.io/browse/DATAREST-1592?redirect=false)** and commented I've a Spring Projection as this: ```java @Projection(name = "table", types = {CycleCountingOrderLine.class}) public interface CycleCountingOrderLineTableProjection { int getLine(); ProductType getItemType(); String getItemManufacturer(); String...
**[Lash Sanghera](https://jira.spring.io/secure/ViewProfile.jspa?name=lashsanghera)** opened **[DATAREST-1024](https://jira.spring.io/browse/DATAREST-1024?redirect=false)** and commented I am implementing server side sorting with Spring Data REST and Spring Data JPA included in Spring Boot 1.3.1.RELEASE version. The JPA entity I...