Spring Projects Issues
Spring Projects Issues
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-303](https://jira.spring.io/browse/DATAGEODE-303?redirect=false)** and commented TODO --- No further details from [DATAGEODE-303](https://jira.spring.io/browse/DATAGEODE-303?redirect=false)
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-325](https://jira.spring.io/browse/DATAGEODE-325?redirect=false)** and commented Add (smart) `FactoryBean` implementations to encapsulate an algorithm (strategy) for intelligently composing `CacheResolver`, `PoolResolver` and `RegionResolver` objects to be used in Function (Execution) and...
**[yozaner1324](https://jira.spring.io/secure/ViewProfile.jspa?name=yozaner1324)** opened **[DATAGEODE-342](https://jira.spring.io/browse/DATAGEODE-342?redirect=false)** and commented [GEODE-7458](https://issues.apache.org/jira/browse/GEODE-7458) added a method `startWithCleanQueue()` to the `GatewaySender` interface. Because `GatewaySenderWrapper` does not implement the new method, the class does not compile. To fix this,...
**[boglesby](https://jira.spring.io/secure/ViewProfile.jspa?name=boglesby1)** opened **[DATAGEODE-344](https://jira.spring.io/browse/DATAGEODE-344?redirect=false)** and commented `SpringCompatibilityTest` CI [build 16](https://concourse.gemfire-ci.info/teams/main/pipelines/gemfire-develop-test/jobs/SpringCompatibilityTest/builds/16) failed with a compilation error. [GEODE-7971](https://issues.apache.org/jira/browse/GEODE-7971) introduced a new `GatewaySender`, `mustGroupTransactionEvents()` API, so `GatewaySenderWrapper` compilation failed because it does not implement...
**[russellyou](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49986)** opened **[DATAGEODE-360](https://jira.spring.io/browse/DATAGEODE-360?redirect=false)** and commented When multi-user auth is enabled... ```java spring.data.gemfire.pool.multi-user-authentication=true ``` A call to a _Spring Data Repository_ query method: ```java repository.findAllById(CollectionUtils.asSet("Castle", "Jimmy")); ``` Results in an error:...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-361](https://jira.spring.io/browse/DATAGEODE-361?redirect=false)** and commented Currently, when users declare the `@LocatorApplication` annotation on a _Spring_ main class (e.g. a main class annotated with `@SpringBootApplication`), _Spring_ will configure and bootstrap...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-365](https://jira.spring.io/browse/DATAGEODE-365?redirect=false)** and commented This development task will add new SDG annotations, such as: `@ManagingLocatorCacheServerApplication` Which will be _meta-annotated_ with: * `@CacheServerApplication` * `@EnableLocator` * `@EnableManager` And expose...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-376](https://jira.spring.io/browse/DATAGEODE-376?redirect=false)** and commented This JIRA ticket is a continuation of [DATAGEODE-263](https://jira.spring.io/browse/DATAGEODE-263) to finish the Paging functionality and support in SDG. Specifically, this ticket is concerned with the...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-396](https://jira.spring.io/browse/DATAGEODE-396?redirect=false)** and commented Some users/customers are still using the `http://www.springframework.org/schema/gemfire` and {{http://www.springframework.org/schema/data/gemfire} XML namespace in their SDG applications configured with XML. This JIRA task will created aliases...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATAGEODE-119](https://jira.spring.io/browse/DATAGEODE-119?redirect=false)** and commented Currently, the SDG Function annotation support does not properly inspect the return type of the Function interface method execution, identifying single return type values....