Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented The getTypeAlias(TypeInformation info) method takes only a TypeInformation object - which does not contain any query data, so this mechanism cannot be used for partitioning multi-tenant data....

**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented This might be a good case for a custom mapper

**[Mariusz](https://jira.spring.io/secure/ViewProfile.jspa?name=marious)** commented Hi, you can just write: ```java // override method with name of your job bean @Bean public JobLauncherTestUtils getJobLauncherTestUtils() { return new JobLauncherTestUtils() { @Override @Autowired public void...

**[Ashok Kumar N](https://jira.spring.io/secure/ViewProfile.jspa?name=jn.ashokkumar)** commented I would like to contribute to the spring framework, can you please assign this type of work for me to contribute on? , thanks in advance

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented Thanks for your interest in contributing to this project. The way of doing so is by opening a PR on github, linking that one via the `Pull...

**[Eugene Tenkaev](https://jira.spring.io/secure/ViewProfile.jspa?name=hronom)** commented What the status of this? I need create temporary large set to remove stale items from the mongodb repository, this thing will be very helpful. Here is...

**[Garret Fick](https://jira.spring.io/secure/ViewProfile.jspa?name=garretfick)** commented This issue should be closed. I realised it is not in the spring data couchbase repository, but in another repository. I have created the issue there. https://issues.couchbase.com/browse/JCBC-1544

**[Garret Fick](https://jira.spring.io/secure/ViewProfile.jspa?name=garretfick)** commented Going back on my original. There is still work that can be done in this context. The couchbase-java-client declares a few attributes, but spring-data-couchbase declares the Document...

**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented This may not be a bad idea, but the scope is beyond spring-data-couchbase. For the example, this would need to be supported across DynamoDB and Couchbase spring-data...

**[Alexis SOUMAGNE](https://jira.spring.io/secure/ViewProfile.jspa?name=almex)** commented Up!