Skip to content

Commit

Permalink
Prep for 3.0.0 RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey committed Sep 22, 2019
1 parent d341cf4 commit 7bc3b10
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 38 deletions.
22 changes: 3 additions & 19 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,12 @@ The 'pwd' argument says where the thirdparty files to edit are and the
last argument is the version to search JIRA with.
DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
## Release thirdparty-2.2.1 - Unreleased (as of 2019-04-16)

### SUB-TASKS:

| JIRA | Summary | Priority | Component |
|:---- |:---- | :--- |:---- |
| [HBASE-22233](https://issues.apache.org/jira/browse/HBASE-22233) | [hbase-thirdparty] Add error prone annotations dependency explicitly and do not relocate it | Major | thirdparty |

## Release thirdparty-2.2.0 - Unreleased (as of 2019-03-30)

### BUG FIXES:

| JIRA | Summary | Priority | Component |
|:---- |:---- | :--- |:---- |
| [HBASE-22137](https://issues.apache.org/jira/browse/HBASE-22137) | [hbase-thirdparty] RC0 doesn't include google.protobuf so fails PB generation if you try to use it. | Major | . |
| [HBASE-18709](https://issues.apache.org/jira/browse/HBASE-18709) | [hbase-thirdparty] Clean out bundled proto files | Major | hbase-thirdparty |
## Release thirdparty-3.0.0 - Unreleased (as of 2019-09-22)


### OTHER:
### IMPROVEMENTS:

| JIRA | Summary | Priority | Component |
|:---- |:---- | :--- |:---- |
| [HBASE-22130](https://issues.apache.org/jira/browse/HBASE-22130) | [hbase-thirdparty] Upgrade thirdparty dependencies | Major | thirdparty |

| [HBASE-23052](https://issues.apache.org/jira/browse/HBASE-23052) | hbase-thirdparty version of GSON that works for branch-1 | Blocker | dependencies |

19 changes: 5 additions & 14 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,19 @@ The 'pwd' argument says where the thirdparty files to edit are and the
last argument is the version to search JIRA with.
DO NOT REMOVE THIS MARKER; FOR INTERPOLATING RNS!-->
# HBASE thirdparty-2.2.1 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

# HBASE thirdparty-2.2.0 Release Notes
# HBASE thirdparty-3.0.0 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.


---

* [HBASE-22130](https://issues.apache.org/jira/browse/HBASE-22130) | *Major* | **[hbase-thirdparty] Upgrade thirdparty dependencies**

Made following upgrades:
* [HBASE-23052](https://issues.apache.org/jira/browse/HBASE-23052) | *Blocker* | **hbase-thirdparty version of GSON that works for branch-1**

gson 2.8.1 -\> 2.8.5
guava 22.0 -\> 27.1-jre
pb 3.5.1 -\> 3.7.0
netty 4.1.17 -\> 4.1.34
commons-collections4 4.1 -\> 4.3
<!-- markdown -->
HBase's internal use of GSON is now done in a stand alone module named `hbase-shaded-gson` rather than as a part of the `hbase-shaded-miscellaneous` module. The relocated fully qualified class names are still the same.

Updated apache parent pom from 18 to 21 and misc plugins.
This internal artifact is also set to maintain JDK bytecode compatibility as appropriate for use with branches-1 based releases in addition to the existing use in later release lines.



2 changes: 1 addition & 1 deletion hbase-shaded-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-miscellaneous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-miscellaneous</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Apache HBase Third-Party Libs</name>
<packaging>pom</packaging>
<description>
Expand Down

0 comments on commit 7bc3b10

Please sign in to comment.