Skip to content

Conversation

@onichols-pivotal
Copy link
Contributor

@onichols-pivotal onichols-pivotal commented Oct 11, 2021

first fix #6915 removed the errant setter. this fix removes the getter. (both were introduced in 1.15, so removing it now before we ship 1.15.0 does not break compatibility with any released version of Geode)

adding new methods to a public interface like GatewaySender is a breaking change for other implementations of this interface, such as in Spring Data Geode project. We can consider bringing these only when a new major is proposed (e.g. Geode 2.0)

All of the Geode code that uses this getter already uses AbstractGatewaySender anyway, so the easiest fix is just to push this down for now.

@onichols-pivotal onichols-pivotal merged commit 956db9c into apache:develop Oct 11, 2021
@onichols-pivotal onichols-pivotal deleted the GEODE-9629-also-shouldnt-have-added-new-getter branch October 11, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants