TimeFilterTest

2020-03-08 Thread Ralph Goers
Is anyone else having problems with TimeFilterTest in core today? I am in Arizona so we did not spring forward as we are MST all year. I see the test is setting a timezone of America/Los Angeles. Ralph

Re: Modularization

2020-03-08 Thread Matt Sicker
Sounds like a great idea to me. I’ve been trying to use package private classes where possible in the bean branch which would fit very well with that pattern. Hopefully we can arrange classes in such a way to avoid needing to export the internal ones at all like you suggested. On Sun, Mar 8, 2020

Re: Modularization

2020-03-08 Thread Apache
Rats. Substitute “no plans” with “only plans”. Ralph > On Mar 8, 2020, at 6:31 AM, Apache wrote: > > I have no plans to do this in master. One of the main goals of 3.0 is to be > fully modularized. This is just one part of that. > > Ralph > >> On Mar 8, 2020, at 5:26 AM, Gary Gregory wrote

Re: Modularization

2020-03-08 Thread Apache
I have no plans to do this in master. One of the main goals of 3.0 is to be fully modularized. This is just one part of that. Ralph > On Mar 8, 2020, at 5:26 AM, Gary Gregory wrote: > > Is this worthy doing in 2.0? In 3 we can do whatever we want IMO. > > Gary > >> On Sat, Mar 7, 2020, 23:2

Re: Modularization

2020-03-08 Thread Gary Gregory
Is this worthy doing in 2.0? In 3 we can do whatever we want IMO. Gary On Sat, Mar 7, 2020, 23:24 Ralph Goers wrote: > I started looking at log4j-core in master today with an eye towards > creating the module-info.java file. As I went through it I realized we > would have to expose almost all o

Re: Modularization

2020-03-08 Thread Andrew Marlow
sounds good to me. On Sun, 8 Mar 2020 at 04:24, Ralph Goers wrote: > I started looking at log4j-core in master today with an eye towards > creating the module-info.java file. As I went through it I realized we > would have to expose almost all of the packages because we have co-mingled > private