Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6234 - Replace Guava with phoenix-thirdparty version in 4.x - #1317
Conversation
stoty
commented
Sep 20, 2021
💔 -1 overall
This message was automatically generated. |
stoty
left a comment
There was a problem hiding this comment.
Looks good.
Could you please clean up the version handling in the poms before commit ?
| </dependency> | ||
| <!-- Transaction dependencies --> | ||
| <!-- |
There was a problem hiding this comment.
Nit: delete instead of commenting out
| <dependency> | ||
| <groupId>org.apache.tephra</groupId> | ||
| <artifactId>tephra-core</artifactId> | ||
| <version>${tephra.version}</version> |
There was a problem hiding this comment.
The versions should be defined in the top project dependencyManagement section
| @@ -118,6 +123,7 @@ | |||
| <dependency> | |||
| <groupId>org.apache.tephra</groupId> | |||
| <artifactId>tephra-core</artifactId> | |||
| <version>${tephra.version}</version> | |||
There was a problem hiding this comment.
This should already be dependencyMananged in the top pom
| <dependency> | ||
| <groupId>org.apache.tephra</groupId> | ||
| <artifactId>tephra-hbase-compat-${tephra.hbase.compat.version}</artifactId> | ||
| <version>${tephra.version}</version> |
There was a problem hiding this comment.
The versions should be defined in the top project dependencyManagement section
| @@ -173,6 +173,7 @@ | |||
| <dependency> | |||
| <groupId>org.apache.tephra</groupId> | |||
| <artifactId>tephra-core</artifactId> | |||
| <version>${tephra.version}</version> | |||
There was a problem hiding this comment.
The versions should be defined in the top project dependencyManagement section
(Why do we even have test dependencies in phoenix-server ? - that's a question for another day)
virajjasani
left a comment
There was a problem hiding this comment.
+1 overall, worth fixing the above comments
gjacoby126
commented
Sep 21, 2021
Fixed the versions (which revealed some extra unshaded twill dependencies in UpdateStatisticsTool) and reran tests locally which passed. Merging and then will backport to 4.16. Thanks for the reviews @stoty and @virajjasani ! |
stoty
commented
Sep 21, 2021
💔 -1 overall
This message was automatically generated. |
No description provided.