[GitHub] ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release notes

2018-04-15 Thread GitBox
ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release 
notes
URL: https://github.com/apache/accumulo-website/pull/77#discussion_r181598662
 
 

 ##
 File path: _posts/release/2018-03-06-accumulo-1.9.0.md
 ##
 @@ -3,10 +3,226 @@ title: Apache Accumulo 1.9.0
 draft: true
 ---
 
+Apache Accumulo 1.9.0 is a minor release on the 1.x branch. This release would 
be considered a maintainence release on 1.8
+branch except there are some API additions and performance improvements which 
resulted in a new minor release. Users of 1.8.x
+versions of Accumulo should upgrade to 1.9.0. There will be no more bug fix 
releases on the 1.8 branch. This release contains
+changes from 93 issues. [A list of all changes](#all-changes) in this release 
is available at the bottom of this page.
+
+Below are resources for this release:
+
+* [User Manual][user_manual] - In-depth developer and administrator 
documentation.
+* [Javadocs][javadoc] - Accumulo 1.9.0 API
+* [Examples][examples] - Code with corresponding readme files that give step 
by step instructions for running example code.
+
 ## Notable Changes
 
+### Deprecated ClientConfiguration API using commons config
+
+In [ACCUMULO-4611], public API in ClientConfiguration using commons config 
types was deprecated to better support Hadoop 3
+in the future. New methods were added to replace these methods which cause 
this release to be a 1.9.0 release.
+
+### Performance Improvements
+
+Several peformance improvements were added in [#379], [ACCUMULO-4778], 
[ACCUMULO-4779] and [ACCUMULO-4781].
 
 Review comment:
   I didn't know we could use `#` in the markdown links. Nice :smiley_cat: 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release notes

2018-04-15 Thread GitBox
ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release 
notes
URL: https://github.com/apache/accumulo-website/pull/77#discussion_r181598547
 
 

 ##
 File path: _posts/release/2018-03-06-accumulo-1.9.0.md
 ##
 @@ -3,10 +3,226 @@ title: Apache Accumulo 1.9.0
 draft: true
 ---
 
+Apache Accumulo 1.9.0 is a minor release on the 1.x branch. This release would 
be considered a maintainence release on 1.8
 
 Review comment:
   These lines are quite long for GitHub's code review screen. I think they are 
wrapping at 125 chars or so. Our standard 100 char line limit, or even 
something more conservative, like the 72 chars for standard email text 
wrapping, would make these easier to read and review.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release notes

2018-04-15 Thread GitBox
ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release 
notes
URL: https://github.com/apache/accumulo-website/pull/77#discussion_r181598634
 
 

 ##
 File path: _posts/release/2018-03-06-accumulo-1.9.0.md
 ##
 @@ -3,10 +3,226 @@ title: Apache Accumulo 1.9.0
 draft: true
 ---
 
+Apache Accumulo 1.9.0 is a minor release on the 1.x branch. This release would 
be considered a maintainence release on 1.8
+branch except there are some API additions and performance improvements which 
resulted in a new minor release. Users of 1.8.x
+versions of Accumulo should upgrade to 1.9.0. There will be no more bug fix 
releases on the 1.8 branch. This release contains
+changes from 93 issues. [A list of all changes](#all-changes) in this release 
is available at the bottom of this page.
 
 Review comment:
   I really dislike the "all changes" list being included in the release notes. 
It is reminiscent of the old CHANGES file that was too long and spammy to be 
useful, and duplicates the issue tracker and the git log's role, which is where 
a user can go if they really are interested in *all* the changes.
   
   The release notes should just be a summary of the most important, most 
relevant, stuff for transitioning to this new release.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release notes

2018-04-15 Thread GitBox
ctubbsii commented on a change in pull request #77: Updates to 1.9.0 release 
notes
URL: https://github.com/apache/accumulo-website/pull/77#discussion_r181598574
 
 

 ##
 File path: _posts/release/2018-03-06-accumulo-1.9.0.md
 ##
 @@ -3,10 +3,226 @@ title: Apache Accumulo 1.9.0
 draft: true
 ---
 
+Apache Accumulo 1.9.0 is a minor release on the 1.x branch. This release would 
be considered a maintainence release on 1.8
+branch except there are some API additions and performance improvements which 
resulted in a new minor release. Users of 1.8.x
 
 Review comment:
   Only the API addition contributed to the minor release version bump, because 
only that is covered by Semver. Mentioning the performance imnprovements isn't 
relevant here.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mikewalch opened a new pull request #77: Updates to 1.9.0 release notes

2018-04-15 Thread GitBox
mikewalch opened a new pull request #77: Updates to 1.9.0 release notes
URL: https://github.com/apache/accumulo-website/pull/77
 
 
   This PR does not publish the release notes or make them complete.  More work 
needs to be done.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services