[jira] [Created] (LOG4J2-1394) Minor issues with the 2.6 web site

2016-05-25 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-1394: --- Summary: Minor issues with the 2.6 web site Key: LOG4J2-1394 URL: https://issues.apache.org/jira/browse/LOG4J2-1394 Project: Log4j 2 Issue Type: Bug

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
On Wed, May 25, 2016 at 9:53 PM, Remko Popma wrote: > To verify the release, do you build from the source artifacts? Do you use > maven? > That's what I usually do, get the src zip file and try to build it all. Gary > > Sent from my iPhone > > > On 2016/05/26, at 13:12, Ralph Goers wrote: >

Re: How to deploy the site

2016-05-25 Thread Remko Popma
To verify the release, do you build from the source artifacts? Do you use maven? Sent from my iPhone > On 2016/05/26, at 13:12, Ralph Goers wrote: > > From the Infra instructions it sounds like they really don’t want us doing > this anyway. I am getting the feeling they only want us to have a

[jira] [Comment Edited] (LOG4J2-904) RollingFile appender doesn't zip and create new files

2016-05-25 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301469#comment-15301469 ] Ralph Goers edited comment on LOG4J2-904 at 5/26/16 4:38 AM: -

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
From the Infra instructions it sounds like they really don’t want us doing this anyway. I am getting the feeling they only want us to have a few personal pages. I suppose we could also figure out how to deploy the site to Nexus. Ralph > On May 25, 2016, at 9:02 PM, Remko Popma wrote: > > With

Re: How to deploy the site

2016-05-25 Thread Remko Popma
With sftp you can recursively copy directories with put -r * (I did initially have some trouble though, I think it didn't descend down the hierarchy. I probably did something wrong, can't remember exactly...) Also, I had to change permissions for everything afterwards. The -p option may help w

[jira] [Commented] (LOG4J2-904) RollingFile appender doesn't zip and create new files

2016-05-25 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15301469#comment-15301469 ] Ralph Goers commented on LOG4J2-904: Also, the "fix" for this issue is to change the F

[VOTE] Log4j 2.6 rc1

2016-05-25 Thread Ralph Goers
This is a vote to release Log4j 2.6, the next version of the Log4j 2 project. Please download, test, and cast your votes on the log4j developers list. [] +1, release the artifacts [] -1, don't release because... The vote will remain open for 72 hours (or more if required). All votes are welcome

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I used github.io instead. It took me about 30 seconds. I wish I could deploy the real site this way. svn is much slower. Ralph > On May 25, 2016, at 7:41 PM, Ralph Goers wrote: > > I refuse to do that. Our site is too big. If I have to I will find somewhere > else. > > R

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I refuse to do that. Our site is too big. If I have to I will find somewhere else. Ralph > On May 25, 2016, at 7:40 PM, Gary Gregory wrote: > > There is no shell access to home.a.o. I used Filezilla to preview the site > for Commons CSV, painful but it works, one file at a time... > > Gary

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
There is no shell access to home.a.o. I used Filezilla to preview the site for Commons CSV, painful but it works, one file at a time... Gary On May 25, 2016 7:33 PM, "Ralph Goers" wrote: > Now that we only have home.apache.org I have no idea how to deploy the > site for review. I can transfer th

How to deploy the site

2016-05-25 Thread Ralph Goers
Now that we only have home.apache.org I have no idea how to deploy the site for review. I can transfer the zip file via sftp but I have no idea how to unzip it. I am not going to transfer all the files one by one. How did you do it Remko? Ralph -

Re: 2.6 Release

2016-05-25 Thread Ralph Goers
Yes, I built the site but can’t upload it right now. I will let you know when it is there. Ralph > On May 25, 2016, at 9:47 AM, Matt Sicker wrote: > > Are you going to upload it to home.apache.org ? > > On 25 May 2016 at 10:51, Apache

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Matt Sicker
Plus there's the fact that some people are encouraging all logging to happen to stdout (in containers) for simpler log configuration and handling. It would be nice if we can support that scenario better. On 25 May 2016 at 09:18, Mikael Ståldal wrote: > There are use cases for logging to standard

Re: 2.6 Release

2016-05-25 Thread Matt Sicker
Are you going to upload it to home.apache.org? On 25 May 2016 at 10:51, Apache wrote: > The release build is finished. I have to build the site and make it all > available for review. I may not finish that until tonight. > > Ralph > > On May 25, 2016, at 6:57 AM, Remko Popma wrote: > > Ok. Done

Re: 2.6 Release

2016-05-25 Thread Apache
The release build is finished. I have to build the site and make it all available for review. I may not finish that until tonight. Ralph > On May 25, 2016, at 6:57 AM, Remko Popma wrote: > > Ok. Done tweaking the announcement. Thanks for waiting! > > On Wed, May 25, 2016 at 7:49 PM, Ralph Goe

[jira] [Commented] (LOG4J2-904) RollingFile appender doesn't zip and create new files

2016-05-25 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300215#comment-15300215 ] Gary Gregory commented on LOG4J2-904: - {quote} Still no fix for this issue?!? {quote}

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Mikael Ståldal
There are use cases for logging to standard out/err and redirecting to a file or something else than an actual console. It would be good if we would optimize so that is not 50x slower than logging directly to file. On Wed, May 25, 2016 at 4:09 PM, Remko Popma wrote: > > > On Wednesday, May 25, 2

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Remko Popma
On Wednesday, May 25, 2016 at 3:02:33 AM UTC+9, Richard Warburton wrote: > > Hi, > > Could we avoid that by using FileDescriptor.out / FileDescriptor.err >> instead of System.out / System.err ? >> >> On Tue, May 24, 2016 at 4:09 PM, Matt Sicker > > wrote: >> >>> All the PrintStream.write() metho

Re: 2.6 Release

2016-05-25 Thread Remko Popma
Ok. Done tweaking the announcement. Thanks for waiting! On Wed, May 25, 2016 at 7:49 PM, Ralph Goers wrote: > Yes. You need to update announcement.vm > > Sent from my iPad > > On May 24, 2016, at 11:54 PM, Remko Popma wrote: > > Can I tweak the announcement text a little? > > I'd like it to say

[jira] [Commented] (LOG4J2-904) RollingFile appender doesn't zip and create new files

2016-05-25 Thread Stephen A. Weinfield (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299979#comment-15299979 ] Stephen A. Weinfield commented on LOG4J2-904: - I haven't looked at this in awh

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Ralph Goers
It may be that the spec says the FileDescriptor has to point at a FileInputStream, in which case System.out would have to wrap it. Ralph > On May 25, 2016, at 5:43 AM, Ralph Goers wrote: > > You are missing the point. What does IBM's JDK do? What does the gnu JDK > do? What does Android do

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Ralph Goers
You are missing the point. What does IBM's JDK do? What does the gnu JDK do? What does Android do? You can only rely on what the spec says. I haven't read the spec, but the javadoc certainly says nothing. Ralph > On May 25, 2016, at 4:09 AM, Mikael Ståldal wrote: > > http://grepcode.com/f

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Mikael Ståldal
http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/lang/System.java#1087 On Wed, May 25, 2016 at 12:51 PM, Ralph Goers wrote: > I haven't looked at the source, but the point is that FileDescriptor gives > no guarantees what it is referencing. > > Sent from my iPad

Re: 2.6 Release

2016-05-25 Thread Ralph Goers
Yes. You need to update announcement.vm Sent from my iPad > On May 24, 2016, at 11:54 PM, Remko Popma wrote: > > Can I tweak the announcement text a little? > > I'd like it to say > > ... the ability to be "garbage-free" (avoid allocating temporary objects) > while logging if certain conditi

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Ralph Goers
I haven't looked at the source, but the point is that FileDescriptor gives no guarantees what it is referencing. Sent from my iPad > On May 25, 2016, at 12:49 AM, Mikael Ståldal > wrote: > > > but I would guess the the FileDescriptor may just be a reference to the > > PrintStream. > > I thi

[jira] [Commented] (LOG4J2-904) RollingFile appender doesn't zip and create new files

2016-05-25 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299702#comment-15299702 ] Bernhard Mähr commented on LOG4J2-904: -- Still no fix for this issue?!? I have the sa

[jira] [Commented] (LOG4J2-1362) Create a YAML layout

2016-05-25 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299663#comment-15299663 ] Mikael Ståldal commented on LOG4J2-1362: Looks good now. I guess this issue can b

[jira] [Closed] (LOG4J2-623) Better structure of Thread Context Map in JSONLayout

2016-05-25 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal closed LOG4J2-623. - Thanks! > Better structure of Thread Context Map in JSONLayout >

Re: Garbage-free Log4j docs preview

2016-05-25 Thread Mikael Ståldal
> but I would guess the the FileDescriptor may just be a reference to the PrintStream. I think it's the other way around, System.out is a wrapper around FileDescriptor.out. Look at the source code for java.lang.System in JDK 8. On Tue, May 24, 2016 at 7:53 PM, Ralph Goers wrote: > The javadoc f

Re: 2.6 Release

2016-05-25 Thread Gary Gregory
On Windows, I get a test failure in core: UdpSerializedSocketServerTest>AbstractSocketServerTest.test10ShortMessages:118->AbstractSocketServerTest.testServer:161->AbstractSocketServerTest.testServer:201 Incorrect number of events received expected:<10> but was:<7> Gary On Tue, May 24, 2016 at 1