You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2016/02/11 20:12:32 UTC

storm git commit: Adding STORM-1226 to CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master 1a445164a -> d041183f7


Adding STORM-1226 to CHANGELOG.md


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d041183f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d041183f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d041183f

Branch: refs/heads/master
Commit: d041183f78a134d844378c0443aba7677e6274f9
Parents: 1a44516
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Feb 11 13:12:25 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Feb 11 13:12:25 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d041183f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f12ca27..6e594f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1226: Port backtype.storm.util to java
  * STORM-1436: Random test failure on BlobStoreTest / HdfsBlobStoreImplTest (occasionally killed)
  * STORM-1476: Filter -c options from args and add them as part of storm.options
  * STORM-1257: port backtype.storm.zookeeper to java
@@ -6,8 +7,6 @@
  * STORM-1524: Add Pluggable daemon metrics Reporters
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
 ## 1.0.0
- * STORM-1533: IntegerValidator for metric consumer parallelism hint
- * STORM-1534: Pick correct version of jackson-annotations jar
  * STORM-1520: Nimbus Clojure/Zookeeper issue ("stateChanged" method not found)
  * STORM-1531: Junit and mockito dependencies need to have correct scope defined in storm-elasticsearch pom.xml
  * STORM-1526: Improve Storm core performance