-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added exceptions to public API changes
- Loading branch information
1 parent
9a275bf
commit 9fc42b6
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
{ | ||
"Class org.apache.geode.management.builder.GeodeClusterManagementServiceBuilder": "Moved internal class to fix split packages between geode-core and geode-management", | ||
"Class org.apache.geode.cache.wan.GatewaySender":"Added to support new types of gatewaysenders", | ||
"Method org.apache.geode.cache.wan.GatewaySender.getType()":"Added to support new types of gatewaysenders", | ||
"Class org.apache.geode.cache.wan.GatewaySenderFactory":"Added to support new types of gatewaysenders", | ||
"Method org.apache.geode.cache.wan.GatewaySenderFactory.setType(java.lang.String)":"Added to support new types of gatewaysenders", | ||
"Class org.apache.geode.management.GatewaySenderMXBean":"Added to support new types of gatewaysenders", | ||
"Method org.apache.geode.management.GatewaySenderMXBean.getType()":"Added to support new types of gatewaysenders", | ||
|
||
} |