Spring Projects Issues
Spring Projects Issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[Jack Lever](https://jira.spring.io/secure/ViewProfile.jspa?name=beaverkilla)** commented This issue persists in 3.0.5.RELEASE. I can reproduce this issue using a couchbase repository using this code : ```java Optional userPresent = userRepository.findById(UUID.fromString(userId)); Optional orgNull = organisationRepository.findById(UUID.fromString(userId));...
**[subhashni balakrishnan](https://jira.spring.io/secure/[email protected])** commented We'll add support for it in kay for collections and option
**[Julien Debon](https://jira.spring.io/secure/ViewProfile.jspa?name=sir4ur0n)** commented Will it include `io.vavr.collection.Stream` for async Repository requests? This would be the parallel of support for `java.util.stream.Stream`
**[subhashni balakrishnan](https://jira.spring.io/secure/[email protected])** commented Just including the vavr dependency should make it work. Collections as well stream types are supported on repository methods. Is there a specific support you are expecting?...
**[Sateesh Valluru](https://jira.spring.io/secure/ViewProfile.jspa?name=sateeshk)** commented I had the same problem and debugging through found that internalBeanConfigurerAspect was being created only upon finishing the initialization of the context. I ended up doing the...
**[Gerrit Hübbers](https://jira.spring.io/secure/ViewProfile.jspa?name=abdull)** commented `@Sateesh`, can you clarify your step 2? What is
**[Sateesh Valluru](https://jira.spring.io/secure/ViewProfile.jspa?name=sateeshk)** commented It's just a bean that I added, with the following content: `@DependsOn` caused the internalBeanConfigurerAspect to be pre instantiated. `@DependsOn`("org.springframework.context.config.internalBeanConfigurerAspect") public class ForceConfigurable extends InstantiationAwareBeanPostProcessorAdapter { `@Autowired`...
**[Chris Beams](https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams)** commented Given that this issue is comparatively unlikely (occurs only for GAE-based apps using `@SpringConfigured`, and even then probably only in certain situations), and has not received many...