GitHub user phymbert opened a pull request:
https://github.com/apache/logging-log4j2/pull/83
[LOG4J2-1699] Refactor PosixFileAttributeViewAction with Builder. Fix posix
tests on jenkins.
Refactor PosixFileAttributeViewAction with Builder rather than method
factory. Split posix tests inner static classes to 2 differents test class
files because it doesnt run on jenkins. Add a static method in FileUtils to
check if posix file attribute view is supported in order to log if posix
attributes are defined
but the filesystem doesnt support it. Fix when user has only one group in
the test case.
Signed-off-by: phymbert <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phymbert/logging-log4j2 LOG4J2-1699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/83.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 #83
----
commit 64c55f2b60d1a22e948969582c0779e630b728c1
Author: phymbert <[email protected]>
Date: 2017-06-22T12:13:54Z
[LOG4J2-1699] Refactor PosixFileAttributeViewAction with Builder rather
than method factory. Split posix tests inner static classes to 2
differents test class file because it doesnt run on jenkins. Add a
static method in FileUtils to check if posix file attribute view is
supported. It will allow later to log if posix attributes are defined
but the file system doesnt support them. Fix when user has only one
group in the test case.
Signed-off-by: phymbert <[email protected]>
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---