Skip to content

Commit

Permalink
Regenerate interface code on thrift 0.17.0 (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Huffman <[email protected]>
  • Loading branch information
tpetracca and rhuffy authored Dec 5, 2024
1 parent 6aad1ab commit c548cf6
Show file tree
Hide file tree
Showing 48 changed files with 15,226 additions and 12,680 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -790,11 +790,11 @@
<uptodate property="thriftUpToDate" srcfile="${interface.dir}/cassandra.thrift"
targetfile="${interface.thrift.gen-java}/org/apache/cassandra/thrift/Cassandra.java" />
</target>
<target name="gen-thrift-java" unless="thriftUpToDate" depends="check-gen-thrift-java"
<target name="gen-thrift-java" depends="check-gen-thrift-java"
description="Generate Thrift Java artifacts">
<echo>Generating Thrift Java code from ${basedir}/interface/cassandra.thrift...</echo>
<exec executable="thrift" dir="${basedir}/interface" failonerror="true">
<arg line="--gen java:hashcode" />
<arg line="--gen java:generated_annotations=undated" />
<arg line="-o ${interface.thrift.dir}" />
<arg line="cassandra.thrift" />
</exec>
Expand Down
1 change: 0 additions & 1 deletion interface/cassandra.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

namespace java org.apache.cassandra.thrift
namespace cpp org.apache.cassandra
namespace csharp Apache.Cassandra
namespace py cassandra
namespace php cassandra
namespace perl Cassandra
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c548cf6

Please sign in to comment.