Re: Minimum Java version for Log4j 2 3.0?

2020-11-08 Thread Ralph Goers
I should add to this that since I plan to add module-info files for every Log4j module this is going to mean creating java9 modules for every module we currently have. I really don’t want to do that. Ralph > On Nov 8, 2020, at 10:26 PM, Ralph Goers wrote: > > I’ve just spent my weekend tryin

Re: Minimum Java version for Log4j 2 3.0?

2020-11-08 Thread Ralph Goers
I’ve just spent my weekend trying to do this. It took me quite a while to figure out that we are wrapping javac with something called errorprone and that the current configuration of it doesn’t work with Java 11. I managed to modify its configuration and got the compiles to work but StackLocat

Test framework updates (was: vote thread)

2020-11-08 Thread Matt Sicker
There could be a bug that wasn’t encountered other than in CI related to the test changes. -- Forwarded message - From: Gary Gregory Date: Sun, Nov 8, 2020 at 16:55 Subject: Re: [VOTE] Release Log4j 2.14.0-rc1 To: Apache Logging Developers List On Sun, Nov 8, 2020 at 12:03 PM M

Re: [VOTE] Release Log4j 2.14.0-rc1

2020-11-08 Thread Gary Gregory
On Sun, Nov 8, 2020 at 12:03 PM Matt Sicker wrote: > There’s a system property you can override in the tests to increase the > file cleanup timeout which seems to help ensure the tests end up passing in > I'm sorry to say that my experience with this RC on both Macos and Windows feels like our b

Re: [VOTE] Release Log4j 2.14.0-rc1

2020-11-08 Thread Matt Sicker
There’s a system property you can override in the tests to increase the file cleanup timeout which seems to help ensure the tests end up passing in Windows. If you try setting it to like 1 or 2 seconds, that might help. On Sun, Nov 8, 2020 at 10:49 Ralph Goers wrote: > That aligns with what we s

Re: [VOTE] Release Log4j 2.14.0-rc1

2020-11-08 Thread Ralph Goers
That aligns with what we see in Jenkins. They appear to be problems with the tests trying to cleanup. Not a blocker for the release. Ralph > On Nov 8, 2020, at 8:46 AM, Gary Gregory wrote: > > From the git tags, my failures on Windows are: > > [INFO] > [ERROR] Failures: > [ERROR] FileOutputTe

Re: [VOTE] Release Log4j 2.14.0-rc1

2020-11-08 Thread Gary Gregory
>From the git tags, my failures on Windows are: [INFO] [ERROR] Failures: [ERROR] FileOutputTest.testConfig target\status.log failed with java.nio.file.FileSystemException: target\status.log: The process cannot access the file because it is being used by another process. [ERROR] Errors: [ERROR] Ran