GitHub user rfarivar opened a pull request: https://github.com/apache/storm/pull/1043
Storm 1226 This is translating util.clj into java functions mostly in utils/Utils.java. Translation is half way done, passing all unit tests. Putting the pull request up to get reviews. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rfarivar/storm STORM-1226 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/1043.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1043 ---- commit cc2daf3b41df371b85c505f3f25cf6de683e8eb8 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-13T20:05:24Z first batch of util.clj functions translated to java commit 41d229be2c26b4dc28cb0242624e7194bec4bd9d Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-13T20:59:06Z upmerged with org.apache.storm reorg commit 912d14c169a84f25f1814651167cb603ad544fc6 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-14T19:51:07Z fixing the failing test in supervisor-test due to find-first translation commit 65522f09e9bbf116d4bd6b5b3d3018ddbf6f3141 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-14T20:17:47Z translation finished up to find-first, passing all tests commit d4a7af67596557eccde232f8246617504f5460b6 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-20T16:37:06Z passing test, done up to uuid commit b6edf16937a92f97b2263e07a17cbcf1975a8da8 Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-20T22:11:59Z translate batch 3 commit 7de457eff0e514b9578c7c23ff89aff16d1e87b1 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-20T22:23:27Z passing tests. In the middle of replacing map-val commit c0aff49cacd95de10ac31afa770d5d511595739e Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-20T23:07:27Z Merge branch 'STORM-1226' of https://github.com/rfarivar/storm into ystorm-2572-util-translate-batch-3 commit 4067809bfcf5921fc1a97915ac331e1a1c4a1d05 Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-21T15:36:49Z fix failing tests commit 56d48faac918123af46f1e021e38549fa6a4cf6c Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-21T20:44:44Z creates package to help with mocking static methods commit f478858842ee075492e7392a72a3a1605c48b66e Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-21T20:46:28Z Batch 1 complete, all tests passing commit 43da3c607b38f7b45a1f54b6be3149f994407c4e Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-21T21:32:21Z moves staticmocking under test/ commit b370d9e9b76fe146728403be69ea151baf933a46 Author: Derek Dagit <der...@yahoo-inc.com> Date: 2016-01-21T21:57:18Z Merge remote-tracking branch 'reza/STORM-1226' into ystorm-2572-util-translate-batch-3 commit 77e10d4c151dbd9ec3b418686b5f04ddc06db9e4 Author: Reza Farivar <rfari...@yahoo-inc.com> Date: 2016-01-22T21:07:19Z Merge pull request #1 from d2r/ystorm-2572-util-translate-batch-3 util translate batch 3 commit eff86b2493a09536d79dbda95bb2099dfa1abf67 Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-25T17:05:44Z Translation up to the middle of batch 2, batch 1 and 3 complete commit 69c3ab748684db5a35f8abf6ca61fe7cfc45894c Author: rfarivar <rfari...@yahoo-inc.com> Date: 2016-01-25T17:45:07Z upmerged to master ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---