Fix ContinuousQueryListenerContainerTests [DATAGEODE-191] #235
Labels
in: core
Issues in core support
status: declined
A suggestion or change that we don't feel we should currently apply
type: task
A general task
Milestone
spring-projects-issues commentedMay 17, 2019
Juan Jose Ramos opened DATAGEODE-191 and commented
Some test methods use internal Apache Geode API (no actual access modifier but part of an
internal
package) and the implementation has been changed through GEODE-6759.The following methods will start failing with a
ClassCastException
once the changes from GEODE-6759 are released:afterPropertiesSetIsAutoStart
initializesQueryServiceFromPool
eagerlyInitializePoolFindsRegisteredPoolWithTheGivenName
initializesQueryServiceFromPoolIgnoresConfiguredQueryService
eagerlyInitializePoolFindsRegisteredPoolWithTheGivenNameWhenBeanFactoryGetBeanThrowsBeansException
Referenced from: pull request #20
The text was updated successfully, but these errors were encountered: