spring-data-commons icon indicating copy to clipboard operation
spring-data-commons copied to clipboard

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Results 241 spring-data-commons issues
Sort by recently updated
recently updated
newest added

**[Wyatt Smith](https://jira.spring.io/secure/ViewProfile.jspa?name=wyatt)** opened **[DATACMNS-1347](https://jira.spring.io/browse/DATACMNS-1347?redirect=false)** and commented When I add an `@Version` to my model, the `@DateCreated` is no longer set. I do not think this makes sense because a versioned...

type: bug

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACMNS-1699](https://jira.spring.io/browse/DATACMNS-1699?redirect=false)** and commented We should provide embedded object support at Commons level to embed objects in their parent data structure. Typically, embedded object fields are flattened out...

in: mapping
type: enhancement

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-190](https://jira.spring.io/browse/DATACMNS-190?redirect=false)** and commented --- No further details from [DATACMNS-190](https://jira.spring.io/browse/DATACMNS-190?redirect=false)

type: documentation

**[Łukasz Świątek](https://jira.spring.io/secure/ViewProfile.jspa?name=l.swiatek)** opened **[DATACMNS-1830](https://jira.spring.io/browse/DATACMNS-1830?redirect=false)** and commented Changes to constructor in CustomConversions, made it impossible to register GenericConverter which does not specify ConvertibleTypes. Such converters will be filtered out.     --- No...

type: bug

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACMNS-1716](https://jira.spring.io/browse/DATACMNS-1716?redirect=false)** and commented Entity callbacks defined as lambda expression do not expose any generic typing that could be used for filtering therefore `EntityCallbacks` attempts invoking a callback...

type: enhancement

**[Greg Turnquist](https://jira.spring.io/secure/ViewProfile.jspa?name=gregturn)** opened **[DATACMNS-1668](https://jira.spring.io/browse/DATACMNS-1668?redirect=false)** and commented This started as a Spring HATEOAS issue, but it turns out, was actually observed in Spring Data REST. Spring Data REST's paging is based...

type: enhancement

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-1644](https://jira.spring.io/browse/DATACMNS-1644?redirect=false)** and commented The support to publish domain events from aggregates leverages `@AfterDomainEventPublication` to trigger event resets in the aggregate. Implementations usually wipe out a collection which...

in: web
in: core
in: repository
type: enhancement

**[James Howe](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesmhowe)** opened **[DATACMNS-1616](https://jira.spring.io/browse/DATACMNS-1616?redirect=false)** and commented There are some APIs that are designed to work with `nulls`, but are in packages annotated with `@NonNullApi`. This generates static analysis warning for...

type: bug
in: core

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-1619](https://jira.spring.io/browse/DATACMNS-1619?redirect=false)** and commented [DATACMNS-1617](https://jira.spring.io/browse/DATACMNS-1617) unveiled that we apparently inadvertently keep repository interfaces that cannot even be loaded around for inspection (see `RepositoryConfigurationExtensionSupport.getRepositoryConfigurations(…)` and {….loadRepositoryInterface(…)}}). They effectively cannot...

in: repository
type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACMNS-1513](https://jira.spring.io/browse/DATACMNS-1513?redirect=false)** and commented `PersistentProperty` and `PreferredConstructor` should indicate property/parameter nullability derived from JSR305 (`@Nullable`, `@Nonnull`) and Kotlin definitions. We already provide `NullableUtils` to determine null/non-null defaults on...

type: task
in: mapping