Commit f13c7f8
committed
[SPARK-12734][HOTFIX][TEST-MAVEN] Fix bug in Netty exclusions
This is a hotfix for a build bug introduced by the Netty exclusion changes in #10672. We can't exclude `io.netty:netty` because Akka depends on it. There's not a direct conflict between `io.netty:netty` and `io.netty:netty-all`, because the former puts classes in the `org.jboss.netty` namespace while the latter uses the `io.netty` namespace. However, there still is a conflict between `org.jboss.netty:netty` and `io.netty:netty`, so we need to continue to exclude the JBoss version of that artifact.
While the diff here looks somewhat large, note that this is only a revert of a some of the changes from #10672. You can see the net changes in pom.xml at 3119206...5211ab8#diff-600376dffeb79835ede4a0b285078036
Author: Josh Rosen <[email protected]>
Closes #10693 from JoshRosen/netty-hotfix.1 parent 008a558 commit f13c7f8
File tree
6 files changed
+11
-47
lines changed- dev/deps
- examples
6 files changed
+11
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | 522 | | |
529 | 523 | | |
530 | 524 | | |
| |||
768 | 762 | | |
769 | 763 | | |
770 | 764 | | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | 765 | | |
776 | 766 | | |
777 | 767 | | |
| |||
832 | 822 | | |
833 | 823 | | |
834 | 824 | | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | 825 | | |
840 | 826 | | |
841 | 827 | | |
| |||
936 | 922 | | |
937 | 923 | | |
938 | 924 | | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | 925 | | |
944 | 926 | | |
945 | 927 | | |
| |||
964 | 946 | | |
965 | 947 | | |
966 | 948 | | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | 949 | | |
972 | 950 | | |
973 | 951 | | |
| |||
997 | 975 | | |
998 | 976 | | |
999 | 977 | | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | 978 | | |
1005 | 979 | | |
1006 | 980 | | |
| |||
1029 | 1003 | | |
1030 | 1004 | | |
1031 | 1005 | | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | 1006 | | |
1037 | 1007 | | |
1038 | 1008 | | |
| |||
1061 | 1031 | | |
1062 | 1032 | | |
1063 | 1033 | | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | 1034 | | |
1069 | 1035 | | |
1070 | 1036 | | |
| |||
1085 | 1051 | | |
1086 | 1052 | | |
1087 | 1053 | | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | 1054 | | |
1093 | 1055 | | |
1094 | 1056 | | |
| |||
1832 | 1794 | | |
1833 | 1795 | | |
1834 | 1796 | | |
1835 | | - | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
1836 | 1804 | | |
1837 | 1805 | | |
1838 | | - | |
1839 | | - | |
1840 | | - | |
1841 | | - | |
1842 | 1806 | | |
1843 | 1807 | | |
1844 | 1808 | | |
| |||
0 commit comments