Spring Projects Issues
Spring Projects Issues
[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch) (Migrated from [LDAP-342](https://jira.spring.io/browse/LDAP-342?redirect=false)) said: It would be nice to be able to export Spring LDAP repositories as REST endpoints using Spring Data REST. There is an example of...
Migrated from [LDAP-340](https://jira.spring.io/browse/LDAP-340?redirect=false)
[alt250](https://jira.spring.io/secure/ViewProfile.jspa?name=alt250) (Migrated from [LDAP-320](https://jira.spring.io/browse/LDAP-320?redirect=false)) said: 2.0 version of ApacheDS will be ready soon, it is time to upgrade
Migrated from [LDAP-298](https://jira.spring.io/browse/LDAP-298?redirect=false)
Migrated from [LDAP-297](https://jira.spring.io/browse/LDAP-297?redirect=false)
[Michael Osipov](https://jira.spring.io/secure/ViewProfile.jspa?name=michael-o) (Migrated from [LDAP-322](https://jira.spring.io/browse/LDAP-322?redirect=false)) said: `LdapQueryBuilder` does not support rule OID attribute filters. For more details about rule OIDs, look here: https://msdn.microsoft.com/en-us/library/aa746475%28v=vs.85%29.aspx The current alternative is to construct the...
Reload an entity (and its relationship fields) after save. Refresh method missing. [DATAREST-1445]
**[Andrea Bevilacqua](https://jira.spring.io/secure/ViewProfile.jspa?name=batterista87)** opened **[DATAREST-1445](https://jira.spring.io/browse/DATAREST-1445?redirect=false)** and commented After saving an entity with the method .save of CrudRepository, it does not retrive the "entire/complete" persisted entity: the fields of a ManyToOne relationship...
**[Andre Rocha](https://jira.spring.io/secure/ViewProfile.jspa?name=andrewpaiven)** opened **[DATAREST-1155](https://jira.spring.io/browse/DATAREST-1155?redirect=false)** and commented I am working on a project with Spring Data Rest and JPA and I am trying to configure an HTTP interceptor to configure switch...
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** opened **[SPR-11399](https://jira.spring.io/browse/SPR-11399?redirect=false)** and commented #### Status Quo The documentation in the reference manual for transactional support in the Spring TestContext Framework (TCF) is currently very lacking. Currently there...
**[Kazuki Shimizu](https://jira.spring.io/secure/ViewProfile.jspa?name=kazuki43zoo)** opened **[SPR-15967](https://jira.spring.io/browse/SPR-15967?redirect=false)** and commented I propose to allow to override a validation message using bean validation message code(like `{javax.validation.constraint.Size.message}`) at Spring's `MessageSource`. e.g) message.properties ```properties javax.validation.constraints.Size.message={0}'s size is...