Spring Projects Issues
Spring Projects Issues
**[Vaibhav Puranik](https://jira.spring.io/secure/ViewProfile.jspa?name=vpuranik)** opened **[DATAKV-2](https://jira.spring.io/browse/DATAKV-2?redirect=false)** and commented I had created this issue a while ago : https://jira.springframework.org/browse/SPR-5950 Is it possible for you to move this issue to DATAKV project? --- **Attachments:**...
[Alex Khromov](https://jira.spring.io/secure/ViewProfile.jspa?name=alehro) (Migrated from [SEC-2104](https://jira.spring.io/browse/SEC-2104?redirect=false)) said: Below are two snippets from my spring-security.xml. The first one is buggy the second one is good. The problem is that I don't see...
**[Brett Maxfield](https://jira.spring.io/secure/ViewProfile.jspa?name=maxfieb)** opened **[DATALDAP-22](https://jira.spring.io/browse/DATALDAP-22?redirect=false)** and commented It would be nice to be able to replace parameters in base dn of a custom `@Query` For example, you can do this as...
**[Alex](https://jira.spring.io/secure/ViewProfile.jspa?name=lindstrong)** opened **[DATALDAP-62](https://jira.spring.io/browse/DATALDAP-62?redirect=false)** and commented I have a POJO class that contains LDAP attributes. The class is annotated with `@Entry` annotation. The entity has some fields as a collection (i.e....
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATALDAP-184](https://jira.spring.io/browse/DATALDAP-184?redirect=false)** and commented --- No further details from [DATALDAP-184](https://jira.spring.io/browse/DATALDAP-184?redirect=false)
**[identigral](https://jira.spring.io/secure/ViewProfile.jspa?name=identigral)** opened **[DATALDAP-23](https://jira.spring.io/browse/DATALDAP-23?redirect=false)** and commented Please support SpEL in `@Entry` to avoid hardcoding values of 'base' and 'objectClasses' attributes --- **Affects:** 1.0.1 (Ingalls SR1)
**[kchobantonov](https://jira.spring.io/secure/ViewProfile.jspa?name=kchobantonov)** opened **[DATALDAP-105](https://jira.spring.io/browse/DATALDAP-105?redirect=false)** and commented Allow `org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery.execute` method to be extended (remove the final classifier so that custom subclasses can add support for example to handle paginated queries with sorting....
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATALDAP-4](https://jira.spring.io/browse/DATALDAP-4?redirect=false)** and commented --- No further details from [DATALDAP-4](https://jira.spring.io/browse/DATALDAP-4?redirect=false)
**[Loïc Dreux](https://jira.spring.io/secure/ViewProfile.jspa?name=ldreux)** opened **[SPR-14419](https://jira.spring.io/browse/SPR-14419?redirect=false)** and commented ResourceBundleMessageSource could store and load Properties with a custom implementation of the PropertiesPersister like [YamlPropertiesPersister.java](https://github.com/calavera/ey_yaml_persister/blob/master/src/main/java/com/engineyard/appcloud/yaml/YamlPropertiesPersister.java) but the extensions ".properties" and ".xml" are hard coded...
**[Robert Thaler](https://jira.spring.io/secure/ViewProfile.jspa?name=rthaler)** opened **[SPR-13322](https://jira.spring.io/browse/SPR-13322?redirect=false)** and commented #### Status Quo We often need to prepare data before a specific test and clean up this data after the test. Therefore we use...