Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29317 Bump hbase-thirdparty to 4.1.11 (#6993)#7002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -82,6 +82,8 @@ | ||
| <arg>-XDcompilePolicy=simple</arg> | ||
| <!-- All -Xep need to be on single line see: https://github.com/google/error-prone/pull/1115 --> | ||
| <arg>-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*/target/.* -Xep:FallThrough:OFF -Xep:MutablePublicArray:OFF -Xep:ClassNewInstance:ERROR -Xep:MissingDefault:ERROR -Xep:BanJNDI:WARN</arg> | ||
| <!-- Required by error prone >= 2.36.0. See https://github.com/google/error-prone/commit/e71db1f369a9367f6f2db34c4fbd006b6d6238fd !--> | ||
NihalJain marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| <arg>--should-stop=ifError=FLOW</arg> | ||
| </compilerArgs> | ||
| <annotationProcessorPaths> | ||
| <path> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -566,7 +566,7 @@ | ||
| in the dependencyManagement section as it could still lead to different versions of netty | ||
| modules and cause trouble if we only rely on transitive dependencies. | ||
| --> | ||
| <netty4.version>4.1.119.Final</netty4.version> | ||
| <netty4.version>4.1.121.Final</netty4.version> | ||
| <!-- end HBASE-15925 default hadoop compatibility values --> | ||
| <audience-annotations.version>0.13.0</audience-annotations.version> | ||
| <!-- | ||
| @@ -589,8 +589,8 @@ | ||
| Note that the version of jackson-[annotations,core,databind] must be kept in sync with the | ||
| version of jackson-jaxrs-json-provider shipped in hbase-thirdparty. | ||
| --> | ||
| <jackson.version>2.17.2</jackson.version> | ||
| <jackson.databind.version>2.17.2</jackson.databind.version> | ||
| <jackson.version>2.19.0</jackson.version> | ||
| <jackson.databind.version>2.19.0</jackson.databind.version> | ||
| <jaxb-api.version>2.3.1</jaxb-api.version> | ||
| <servlet.api.version>3.1.0</servlet.api.version> | ||
| <wx.rs.api.version>2.1.1</wx.rs.api.version> | ||
| @@ -612,7 +612,7 @@ | ||
| Version of protobuf that hbase uses internally (we shade our pb) Must match what is out | ||
| in hbase-thirdparty include. | ||
| --> | ||
| <internal.protobuf.version>4.28.2</internal.protobuf.version> | ||
| <internal.protobuf.version>4.30.2</internal.protobuf.version> | ||
| <protobuf.plugin.version>0.6.1</protobuf.plugin.version> | ||
| <thrift.path>thrift</thrift.path> | ||
| <thrift.version>0.14.1</thrift.version> | ||
| @@ -639,7 +639,9 @@ | ||
| --> | ||
| <checkstyle.version>8.29</checkstyle.version> | ||
| <exec.maven.version>3.1.0</exec.maven.version> | ||
| <error-prone.version>2.28.0</error-prone.version> | ||
| <!-- Error Prone 2.31.0 is the latest version which supports running on JDK 11, see | ||
| https://github.com/google/error-prone/releases/tag/v2.31.0 for details --> | ||
| <error-prone.version>2.31.0</error-prone.version> | ||
| ||
| <jamon.plugin.version>2.4.2</jamon.plugin.version> | ||
| <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version> | ||
| <maven.antrun.version>1.8</maven.antrun.version> | ||
| @@ -673,7 +675,7 @@ | ||
| databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in | ||
| hbase-thirdparty. | ||
| --> | ||
| <hbase-thirdparty.version>4.1.10</hbase-thirdparty.version> | ||
| <hbase-thirdparty.version>4.1.11</hbase-thirdparty.version> | ||
| <!-- Coverage properties --> | ||
| <jacoco.version>0.8.8</jacoco.version> | ||
| <jacocoArgLine/> | ||
Uh oh!
There was an error while loading. Please reload this page.