Skip to content

Commit bb086e2

Browse files
committed
[ZEPPELIN-4414]. Upgrade thrift to 0.13
1 parent e1ba413 commit bb086e2

21 files changed

+47
-41
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<!-- common library versions -->
117117
<slf4j.version>1.7.10</slf4j.version>
118118
<log4j.version>1.2.17</log4j.version>
119-
<libthrift.version>0.12.0</libthrift.version>
119+
<libthrift.version>0.13.0</libthrift.version>
120120
<gson.version>2.2</gson.version>
121121
<gson-extras.version>0.2.1</gson-extras.version>
122122
<jetty.version>9.4.18.v20190429</jetty.version>
@@ -194,6 +194,12 @@
194194
<groupId>org.apache.thrift</groupId>
195195
<artifactId>libthrift</artifactId>
196196
<version>${libthrift.version}</version>
197+
<exclusions>
198+
<exclusion>
199+
<groupId>javax.annotation</groupId>
200+
<artifactId>javax.annotation-api</artifactId>
201+
</exclusion>
202+
</exclusions>
197203
</dependency>
198204

199205
<dependency>

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/AngularObjectId.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class AngularObjectId implements org.apache.thrift.TBase<AngularObjectId, AngularObjectId._Fields>, java.io.Serializable, Cloneable, Comparable<AngularObjectId> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AngularObjectId");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/AppOutputAppendEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class AppOutputAppendEvent implements org.apache.thrift.TBase<AppOutputAppendEvent, AppOutputAppendEvent._Fields>, java.io.Serializable, Cloneable, Comparable<AppOutputAppendEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AppOutputAppendEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/AppOutputUpdateEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class AppOutputUpdateEvent implements org.apache.thrift.TBase<AppOutputUpdateEvent, AppOutputUpdateEvent._Fields>, java.io.Serializable, Cloneable, Comparable<AppOutputUpdateEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AppOutputUpdateEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/AppStatusUpdateEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class AppStatusUpdateEvent implements org.apache.thrift.TBase<AppStatusUpdateEvent, AppStatusUpdateEvent._Fields>, java.io.Serializable, Cloneable, Comparable<AppStatusUpdateEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AppStatusUpdateEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/InterpreterCompletion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class InterpreterCompletion implements org.apache.thrift.TBase<InterpreterCompletion, InterpreterCompletion._Fields>, java.io.Serializable, Cloneable, Comparable<InterpreterCompletion> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InterpreterCompletion");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/OutputAppendEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class OutputAppendEvent implements org.apache.thrift.TBase<OutputAppendEvent, OutputAppendEvent._Fields>, java.io.Serializable, Cloneable, Comparable<OutputAppendEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("OutputAppendEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/OutputUpdateAllEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class OutputUpdateAllEvent implements org.apache.thrift.TBase<OutputUpdateAllEvent, OutputUpdateAllEvent._Fields>, java.io.Serializable, Cloneable, Comparable<OutputUpdateAllEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("OutputUpdateAllEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/OutputUpdateEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class OutputUpdateEvent implements org.apache.thrift.TBase<OutputUpdateEvent, OutputUpdateEvent._Fields>, java.io.Serializable, Cloneable, Comparable<OutputUpdateEvent> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("OutputUpdateEvent");
3030

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/thrift/ParagraphInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
* limitations under the License.
1717
*/
1818
/**
19-
* Autogenerated by Thrift Compiler (0.12.0)
19+
* Autogenerated by Thrift Compiler (0.13.0)
2020
*
2121
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
2222
* @generated
2323
*/
2424
package org.apache.zeppelin.interpreter.thrift;
2525

2626
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
27-
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.12.0)", date = "2019-06-10")
27+
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.13.0)", date = "2020-01-06")
2828
public class ParagraphInfo implements org.apache.thrift.TBase<ParagraphInfo, ParagraphInfo._Fields>, java.io.Serializable, Cloneable, Comparable<ParagraphInfo> {
2929
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ParagraphInfo");
3030

0 commit comments

Comments
 (0)