[GitHub] flume pull request #152: FLUME-3132 Upgrade tomcat jasper library dependenci...

2017-08-15 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/152 FLUME-3132 Upgrade tomcat jasper library dependencies excluding vulnerable dependencies You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] flume pull request #154: FLUME-3112 Upgrade jackson-core library dependency

2017-08-15 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/154 FLUME-3112 Upgrade jackson-core library dependency Upgrading in dependency management and removing unused ones You can merge this pull request into a Git repository by running: $ git pull

[GitHub] flume pull request #153: FLUME-3131 Upgrade spring framework library depende...

2017-08-15 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/153 FLUME-3131 Upgrade spring framework library dependencies they cannot be upgraded because they are activemq dependencies. they were moved to test scope You can merge this pull request into a Git

[GitHub] flume pull request #172: Changing javax.jms to geronimo jms spec because of ...

2017-09-13 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/172 Changing javax.jms to geronimo jms spec because of GNU GPL licence is… … not compatible with Apache You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flume pull request #177: FLUME-3159 setting test connection to in-memory der...

2017-10-01 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/177 FLUME-3159 setting test connection to in-memory derby to make paralle… …l test run possible You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flume pull request #155: FLUME-3115 Update netty library

2017-08-21 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/155 FLUME-3115 Update netty library You can merge this pull request into a Git repository by running: $ git pull https://github.com/szaboferee/flume FLUME-3115 Alternatively you can review

[GitHub] flume pull request #156: FLUME-3152 Add Flume Metric for Backup Checkpoint E...

2017-08-22 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/156 FLUME-3152 Add Flume Metric for Backup Checkpoint Errors Added a new metric to the file channel new test case added build with tests was successful You can merge this pull request

[GitHub] flume pull request #162: FLUME-3148 Make tests run in parallel

2017-08-28 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/162 FLUME-3148 Make tests run in parallel updating surefire plugin, setting fork options, adding a testPortProvider Refactoring tests to use a common TestPortProvider Splitting Kafka test

[GitHub] flume pull request #164: FLUME-3157 Refactor TestHDFSEventSinkOnMiniCluster ...

2017-09-01 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/164 FLUME-3157 Refactor TestHDFSEventSinkOnMiniCluster to not use LeaseMa… …nager private API test refactored, it has the same result and behaviour Test ran successfully after

[GitHub] flume pull request #163: FLUME-3127 Upgrade libfb303 library dependency

2017-09-01 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/163 FLUME-3127 Upgrade libfb303 library dependency - thrift version changed to 0.9.3 - thrift objects generated with the new version - deprecated method calls updated in ScribeSource

[GitHub] flume pull request #162: FLUME-3148 Make tests run in parallel

2017-09-04 Thread szaboferee
Github user szaboferee closed the pull request at: https://github.com/apache/flume/pull/162 ---

[GitHub] flume pull request #188: FLUME-3201 Fix SyslogUtil to handle RFC3164 format ...

2017-12-05 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/188 FLUME-3201 Fix SyslogUtil to handle RFC3164 format in december correctly You can merge this pull request into a Git repository by running: $ git pull https://github.com/szaboferee/flume

[GitHub] flume pull request #197: FLUME-2442 Need an alternative to providing clear t...

2018-02-13 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/197 FLUME-2442 Need an alternative to providing clear text passwords in flume config Adding an interface with 3 implementations to provide functionality at the configuration level to replace

[GitHub] flume pull request #199: FLUME-3218 fixing executable permission in test cas...

2018-02-23 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/199 FLUME-3218 fixing executable permission in test case in a more portab… …le way You can merge this pull request into a Git repository by running: $ git pull https://github.com/szaboferee

[GitHub] flume pull request #205: change to trigger pull request build

2018-03-22 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/205 change to trigger pull request build You can merge this pull request into a Git repository by running: $ git pull https://github.com/szaboferee/flume jenkins-test Alternatively you can

[GitHub] flume pull request #205: change to trigger pull request build

2018-03-22 Thread szaboferee
Github user szaboferee closed the pull request at: https://github.com/apache/flume/pull/205 ---

[GitHub] flume pull request #230: FLUME-3182 add support for SSL/TLS for syslog (tcp)...

2018-10-11 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/230 FLUME-3182 add support for SSL/TLS for syslog (tcp) sources Adding SSL/TLS support for syslog and multi port syslog sources This change also contains some refactoring to avoid code duplication

[GitHub] flume pull request #233: FLUME-3282 Use slf4j in every component

2018-11-08 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/233 FLUME-3282 Use slf4j in every component Changed http sink to log with slf4j instead of log4j. Changed some test to use slf4j as well. You can merge this pull request into a Git repository

[GitHub] flume pull request #232: FLUME-3280 Improve maven build to help code reviews...

2018-11-07 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/232 FLUME-3280 Improve maven build to help code reviews by adding static … …code analyzer Adding spotbugs, pmd to the build. moving flume-checkstyle to a new build-support module

[GitHub] flume pull request #253: FLUME-3296 Revert log4j 2 upgrade on 1.9 branch

2018-12-03 Thread szaboferee
Github user szaboferee closed the pull request at: https://github.com/apache/flume/pull/253 ---

[GitHub] flume pull request #251: FLUME-3287 Update License file for 1.9 release

2018-11-29 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/251 FLUME-3287 Update License file for 1.9 release Updating the LICENSE file. Adding a helper script to dev-support You can merge this pull request into a Git repository by running: $ git

[GitHub] flume pull request #252: FLUME-3295 Revert "FLUME-2957. Remove Guava from ou...

2018-11-29 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/252 FLUME-3295 Revert "FLUME-2957. Remove Guava from our public API" This reverts commit 7f85df9e473ee675d461d5b76650694c5a6c0088. You can merge this pull request into a Git repository

[GitHub] flume pull request #247: FLUME-3183 Maven: generate SHA-512 checksum during ...

2018-11-23 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/247 FLUME-3183 Maven: generate SHA-512 checksum during deploy Addung SHA-512 checksum generation to maven Removed deprecated checksums Updated documentation You can merge this pull request

[GitHub] flume pull request #245: FLUME-3183 Maven: generate SHA-512 checksum during ...

2018-11-23 Thread szaboferee
Github user szaboferee closed the pull request at: https://github.com/apache/flume/pull/245 ---

[GitHub] flume pull request #245: FLUME-3183 Maven: generate SHA-512 checksum during ...

2018-11-23 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/245 FLUME-3183 Maven: generate SHA-512 checksum during deploy Added SHA-512 checksum generation to maven. Removed deprecated checksums. Updated documentation. You can merge this pull request

[GitHub] flume pull request #248: FLUME-3298 Make hadoop-common optional in hadoop-cr...

2018-11-26 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/248 FLUME-3298 Make hadoop-common optional in hadoop-credential-store-con… …fig-filter hadoop-common should be optional as in the hdfs-sink You can merge this pull request into a Git

[GitHub] flume pull request #249: FLUME-3299 Fix log4j scopes in pom files

2018-11-26 Thread szaboferee
GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/249 FLUME-3299 Fix log4j scopes in pom files Moving log4j dependencies to test scope. Adding log4j as dependency to flume-ng-dist to pack it in the binary tarball. You can merge this pull