Repository: incubator-apex-core Updated Branches: refs/heads/release-3.3 fafc4242f -> eb30af59d
Exclude toString for binary compatibility check Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/eb30af59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/eb30af59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/eb30af59 Branch: refs/heads/release-3.3 Commit: eb30af59dc28eab9ff6ccc484c627871a0348cac Parents: fafc424 Author: David Yan <[email protected]> Authored: Fri Feb 19 17:43:47 2016 -0800 Committer: David Yan <[email protected]> Committed: Fri Feb 19 17:43:47 2016 -0800 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb30af59/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b727a4..c6cf0d5 100644 --- a/pom.xml +++ b/pom.xml @@ -375,6 +375,9 @@ <onlyBinaryIncompatible>false</onlyBinaryIncompatible> <includeSynthetic>false</includeSynthetic> <ignoreMissingClasses>false</ignoreMissingClasses> + <excludes> + <exclude>*#toString()</exclude> + </excludes> </parameter> </configuration> <executions>
