[GitHub] logging-log4j2 issue #93: modification to resolver to discover jar assests w...

2017-07-31 Thread ta924
Github user ta924 commented on the issue: https://github.com/apache/logging-log4j2/pull/93 After some additional research I found that an internal library was excluding all log4jplugins.dat files to ensure that only specific packages were scanned. This was accomplished by a custom

[GitHub] logging-log4j2 issue #93: modification to resolver to discover jar assests w...

2017-07-26 Thread ta924
Github user ta924 commented on the issue: https://github.com/apache/logging-log4j2/pull/93 Sorry Gary had some things pop up on the work front that have eaten up most of my time. I will get you an example as soon as things free up. --- If your project is set up for it, you can

[GitHub] logging-log4j2 issue #93: modification to resolver to discover jar assests w...

2017-07-19 Thread ta924
Github user ta924 commented on the issue: https://github.com/apache/logging-log4j2/pull/93 Hi. Sorry for the delay had to prep for a few presentations the last couple days. I will shoot to have one ready by the end of the week. --- If your project is set up for it, you can reply to

[GitHub] logging-log4j2 issue #93: modification to resolver to discover jar assests w...

2017-07-17 Thread ta924
Github user ta924 commented on the issue: https://github.com/apache/logging-log4j2/pull/93 Submitted code change to introduce try-with-resources block, thank you for the catch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] logging-log4j2 issue #93: modification to resolver to discover jar assests w...

2017-07-17 Thread ta924
Github user ta924 commented on the issue: https://github.com/apache/logging-log4j2/pull/93 I will evaluate the test logic in place to see if it is an option to create a sample jar of the same structure. --- If your project is set up for it, you can reply to this email and have your

[GitHub] logging-log4j2 pull request #93: modification to resolver to discover jar as...

2017-07-17 Thread ta924
Github user ta924 commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/93#discussion_r127734669 --- Diff: log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.java --- @@ -329,6 +331,49 @@ private void

[GitHub] logging-log4j2 pull request #93: modification to resolver to discover jar as...

2017-07-17 Thread ta924
GitHub user ta924 opened a pull request: https://github.com/apache/logging-log4j2/pull/93 modification to resolver to discover jar assests without the manipula… …tion of asset paths. This PR is to address issue https://issues.apache.org/jira/browse/LOG4J2-1852. If the