On Sat, May 21, 2016 at 7:17 AM, Remko Popma <remko.po...@gmail.com> wrote:
> Got it. No rush. Enjoy! > +1. Travel safe. Gary > Sent from my iPhone > > On 2016/05/21, at 23:02, Ralph Goers <ralph.go...@dslextreme.com> wrote: > > No. There is still one unit test generating the ${filename} file. I have > fixed the other one but have not committed it yet. I will do that when I > get them both fixed. I am visiting with family this morning and flying this > afternoon so I don’t know how much I will get done today. > > Ralph > > On May 21, 2016, at 8:21 AM, Remko Popma <remko.po...@gmail.com> wrote: > > Are all the license header issues resolved? > > On Saturday, 21 May 2016, Ralph Goers <ralph.go...@dslextreme.com> wrote: > >> Sorry, I am still traveling. To make matters worse, my Mac that has my >> code signing key won’t boot. I will be taking it to the Apple store on >> Monday. I don’t see anything wrong with the hardware. I think something >> went wrong with the last OS/X update. So it is still going to be a few >> days. >> >> Ralph >> >> On May 21, 2016, at 4:21 AM, Remko Popma <remko.po...@gmail.com> wrote: >> >> So I'm thinking it may be better to leave in the Kafka workaround and >> release current master as it is. >> >> (Can't wait to get 2.6 out there, by the way!) >> :-) >> >> On Saturday, 21 May 2016, Remko Popma <remko.po...@gmail.com> wrote: >> >>> I took a look at LOG4J2-1390 >>> <https://issues.apache.org/jira/browse/LOG4J2-1390> and the associated >>> branch. >>> The fix looks correct if the newest Kafka client correctly implemented >>> KAFKA-1660 <https://issues.apache.org/jira/browse/KAFKA-1660>, >>> but I would suggest it is better to leave the workaround in place so >>> that it works both with older versions of the Kafka client as well as the >>> newest version. >>> >>> On Sat, May 21, 2016 at 2:47 PM, Remko Popma <remko.po...@gmail.com> >>> wrote: >>> >>>> Mikael, I finally had a chance to look at the update for the Layout >>>> page. Looks good. I like the new table with parameters for the JSON layout. >>>> >>>> On Fri, May 20, 2016 at 5:26 PM, Mikael Ståldal < >>>> mikael.stal...@magine.com> wrote: >>>> >>>>> I have updated the layout manual page a bit. Please have a look at it. >>>>> >>>>> On Fri, May 20, 2016 at 10:15 AM, Mikael Ståldal < >>>>> mikael.stal...@magine.com> wrote: >>>>> >>>>>> What about the format for thread context map in JsonLayout and >>>>>> YamlLayout? >>>>>> >>>>>> https://issues.apache.org/jira/browse/LOG4J2-1362 >>>>>> >>>>>> https://issues.apache.org/jira/browse/LOG4J2-623 >>>>>> >>>>>> Currently it is: >>>>>> >>>>>> { >>>>>> "timeMillis" : 1463730772138, >>>>>> "thread" : "main", >>>>>> "level" : "INFO", >>>>>> "loggerName" : "HelloWorld", >>>>>> "message" : "Hello, world!", >>>>>> "contextStack" : [ "one", "two" ], >>>>>> "endOfBatch" : false, >>>>>> "loggerFqcn" : "org.apache.logging.log4j.spi.AbstractLogger", >>>>>> "contextMap" : [ { >>>>>> "key" : "bar", >>>>>> "value" : "BAR" >>>>>> }, { >>>>>> "key" : "foo", >>>>>> "value" : "FOO" >>>>>> } ], >>>>>> "threadId" : 1, >>>>>> "threadPriority" : 5 >>>>>> } >>>>>> >>>>>> and: >>>>>> >>>>>> --- >>>>>> timeMillis: 1463730772138 >>>>>> thread: "main" >>>>>> level: "INFO" >>>>>> loggerName: "HelloWorld" >>>>>> message: "Hello, world!" >>>>>> contextStack: >>>>>> - "one" >>>>>> - "two" >>>>>> endOfBatch: false >>>>>> loggerFqcn: "org.apache.logging.log4j.spi.AbstractLogger" >>>>>> contextMap: >>>>>> - key: "bar" >>>>>> value: "BAR" >>>>>> - key: "foo" >>>>>> value: "FOO" >>>>>> threadId: 1 >>>>>> threadPriority: 5 >>>>>> >>>>>> >>>>>> On Thu, May 19, 2016 at 8:50 PM, Ralph Goers < >>>>>> ralph.go...@dslextreme.com> wrote: >>>>>> >>>>>>> In fixing the problem with ${filename} I found a bug. I am still >>>>>>> debugging the second test that is creating that file. Given the slow >>>>>>> internet at my hotel I may have to wait til next week. >>>>>>> >>>>>>> Ralph >>>>>>> >>>>>>> On May 19, 2016, at 10:37 AM, Remko Popma <remko.po...@gmail.com> >>>>>>> wrote: >>>>>>> >>>>>>> I've been making minor edits to the site and docs, but please feel >>>>>>> free to start the release whenever you are ready. >>>>>>> >>>>>>> On Thu, May 19, 2016 at 12:06 AM, Remko Popma <remko.po...@gmail.com >>>>>>> > wrote: >>>>>>> >>>>>>>> I fixed 3 license issues (GilsDosAndDontsLatencyTesting.txt, >>>>>>>> log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml, >>>>>>>> and src/main/resources/perf-WithoutAnyAppender.xml). >>>>>>>> >>>>>>>> On Wed, May 18, 2016 at 8:30 PM, Ralph Goers < >>>>>>>> ralph.go...@dslextreme.com> wrote: >>>>>>>> >>>>>>>>> Thanks for finding it. I will fix it. >>>>>>>>> >>>>>>>>> Ralph >>>>>>>>> >>>>>>>>> On May 18, 2016, at 6:02 AM, Remko Popma <remko.po...@gmail.com> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> ${filename} is created by CompositeConfigurationTest, >>>>>>>>> ::compositeLogger and ::testReconfiguration >>>>>>>>> >>>>>>>>> I don't know why though. Can someone else fix that? >>>>>>>>> >>>>>>>>> I will fix the license issues for >>>>>>>>> GilsDosAndDontsLatencyTesting.txt, >>>>>>>>> >>>>>>>>> src/main/resources/perf-WithoutAnyAppender-location.xml, and >>>>>>>>> src/main/resources/perf-WithoutAnyAppender.xml >>>>>>>>> >>>>>>>>> >>>>>>>>> Remko >>>>>>>>> >>>>>>>>> Sent from my iPhone >>>>>>>>> >>>>>>>>> On 2016/05/18, at 13:12, Ralph Goers <ralph.go...@dslextreme.com> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> There are 2 files with unapproved licenses in log4j-core: >>>>>>>>> ${filename} and >>>>>>>>> src/test/java/org/apache/logging/log4j/core/async/perftest/GilsDosAndDontsLatencyTesting.txt. >>>>>>>>> Obviously the first is a build error but I am not sure if the second >>>>>>>>> is >>>>>>>>> meant to be there. If it is it needs an apache license header. We >>>>>>>>> need to >>>>>>>>> figure out which test is generating the ${filename} and fix it. >>>>>>>>> >>>>>>>>> There are 3 files with unapproved licenses in log4j-perf: perf.txt >>>>>>>>> (my fault and needs to be deleted), >>>>>>>>> src/main/resources/perf-WithoutAnyAppender-location.xml, and >>>>>>>>> src/main/resources/perf-WithoutAnyAppender.xml. >>>>>>>>> >>>>>>>>> These need to be fixed before I can release. >>>>>>>>> >>>>>>>>> Ralph >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On May 17, 2016, at 12:35 PM, Gary Gregory <garydgreg...@gmail.com> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> No need to torture yourself with slow internet. We can wait a few >>>>>>>>> days no? That would give us all time or at least myself to review the >>>>>>>>> current code. But I can't look until tonight at the earliest... >>>>>>>>> >>>>>>>>> Gary >>>>>>>>> >>>>>>>>> On Tue, May 17, 2016 at 8:15 AM, Ralph Goers < >>>>>>>>> ralph.go...@dslextreme.com> wrote: >>>>>>>>> >>>>>>>>>> The performance page has been completed. Is there anything left >>>>>>>>>> to do before the 2.6 release build? If not I can start it tonight - >>>>>>>>>> I >>>>>>>>>> hope. The wireless speed at my hotel is terrible so I have to use the >>>>>>>>>> hotspot on my phone. >>>>>>>>>> >>>>>>>>>> Ralph >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> --------------------------------------------------------------------- >>>>>>>>>> To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org >>>>>>>>>> For additional commands, e-mail: >>>>>>>>>> log4j-dev-h...@logging.apache.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org >>>>>>>>> Java Persistence with Hibernate, Second Edition >>>>>>>>> <http://www.manning.com/bauer3/> >>>>>>>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> >>>>>>>>> Spring Batch in Action <http://www.manning.com/templier/> >>>>>>>>> Blog: http://garygregory.wordpress.com >>>>>>>>> Home: http://garygregory.com/ >>>>>>>>> Tweet! http://twitter.com/GaryGregory >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> [image: MagineTV] >>>>>> >>>>>> *Mikael Ståldal* >>>>>> Senior software developer >>>>>> >>>>>> *Magine TV* >>>>>> mikael.stal...@magine.com >>>>>> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >>>>>> >>>>>> Privileged and/or Confidential Information may be contained in this >>>>>> message. If you are not the addressee indicated in this message >>>>>> (or responsible for delivery of the message to such a person), you >>>>>> may not copy or deliver this message to anyone. In such case, >>>>>> you should destroy this message and kindly notify the sender by reply >>>>>> email. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> [image: MagineTV] >>>>> >>>>> *Mikael Ståldal* >>>>> Senior software developer >>>>> >>>>> *Magine TV* >>>>> mikael.stal...@magine.com >>>>> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >>>>> >>>>> Privileged and/or Confidential Information may be contained in this >>>>> message. If you are not the addressee indicated in this message >>>>> (or responsible for delivery of the message to such a person), you may >>>>> not copy or deliver this message to anyone. In such case, >>>>> you should destroy this message and kindly notify the sender by reply >>>>> email. >>>>> >>>> >>>> >>> >> > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory