Skip to content

Commit

Permalink
[hotfix][kinesis][build] Document why guava must not be relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Mar 3, 2020
1 parent 69bdb72 commit 197991a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ under the License.
</includes>
</artifactSet>
<relocations combine.children="override">
<!-- DO NOT RELOCATE GUAVA IN THIS PACKAGE -->
<!-- Do not relocate guava because it is exposed in the Kinesis API (KinesisProducer#addUserRecord).
Users may be using other affected API's, so relocations may break user-code -->
<relocation>
<pattern>com.google.protobuf</pattern>
<shadedPattern>org.apache.flink.kinesis.shaded.com.google.protobuf</shadedPattern>
Expand Down

0 comments on commit 197991a

Please sign in to comment.