Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Added exceptions to public API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogpz committed Feb 4, 2022
1 parent 8c2f77d commit 77db403
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion buildSrc/src/main/resources/japicmp_exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"Class org.apache.geode.management.builder.GeodeClusterManagementServiceBuilder": "Moved internal class to fix split packages between geode-core and geode-management",
"Class org.apache.geode.management.api.ClusterManagementOperation": "Fixed missing @Experimental annotation",
"Method org.apache.geode.management.api.ClusterManagementOperation.getEndpoint()": "Fixed missing @Experimental annotation",
"Method org.apache.geode.management.api.ClusterManagementOperation.getOperator()": "Fixed missing @Experimental annotation"
"Method org.apache.geode.management.api.ClusterManagementOperation.getOperator()": "Fixed missing @Experimental annotation",
"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"
}

0 comments on commit 77db403

Please sign in to comment.