Re: [VOTE] Combine the project user and dev mailing lists into user@ and dev@

2017-03-07 Thread Stefan Bodewig
On 2017-03-08, Matt Sicker wrote: > I may be missing some mailing lists considering I just subscribed to half > of them less than five minutes ago. > This is a vote to merge the various Apache Logging Services mailing lists. > The proposal is to combine them as follows: > log4j-dev@, log4php-dev

Re: github

2017-01-18 Thread Stefan Bodewig
Sorry for the comment from the outside. Accepting a PR is only a matter of merging the commits or using something like "git am" on a file you create from the PR by appending .patch - e.g. https://github.com/apache/logging-log4j2/pull/53.patch If you do so, this will not close the PR, though. You

Re: [compress] BZip2 block size is invalid

2016-02-21 Thread Stefan Bodewig
Hi Remko On 2016-02-21, Remko Popma wrote: > The funny/funky thing about this issue is that it only happens on our > (Ubuntu) Jenkins continuous integration server, not when we build locally. > (System info: https://builds.apache.org/computer/ubuntu-4/systemInfo) > To make it extra fun it's sp

Re: [compress] BZip2 block size is invalid

2016-02-21 Thread Stefan Bodewig
On 2016-02-21, Gary Gregory wrote: > Caused by: java.io.IOException: BZip2 block size is invalid > at > > org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.init(BZip2CompressorInputStream.java:251) Are you sure this is a valid bzip2 file - i.e. can command line

German Article About Log4j 2.x

2015-01-21 Thread Stefan Bodewig
Hi all last week's JavaSPEKTRUM[1] (a german magazine on Java) has published an article by a coworker (my boss, actually) and myself. Stefan [1] http://www.sigs-datacom.de/fachzeitschriften/javaspektrum.html [2] https://www.innoq.com/de/articles/2015/01/logging-konsolidieren-log4j2/ ---

[jira] [Closed] (LOG4J2-876) Some typo fixes and enhancements for the site

2014-10-19 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig closed LOG4J2-876. - looks good, thanks > Some typo fixes and enhancements for the s

[jira] [Updated] (LOG4J2-876) Some typo fixes and enhancements for the site

2014-10-18 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated LOG4J2-876: -- Summary: Some typo fixes and enhancements for the site (was: Some typos and enhancements for

[jira] [Updated] (LOG4J2-876) Some typo fixes and enhancements for the site

2014-10-18 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated LOG4J2-876: -- Attachment: 0003-typos.patch 0002-not-all-ASF-projects-use-git.patch

[jira] [Created] (LOG4J2-876) Some typos and enhancements for the site

2014-10-18 Thread Stefan Bodewig (JIRA)
Stefan Bodewig created LOG4J2-876: - Summary: Some typos and enhancements for the site Key: LOG4J2-876 URL: https://issues.apache.org/jira/browse/LOG4J2-876 Project: Log4j 2 Issue Type

Re: Hibernate 4.x/JBoss Logging and Log4j2

2014-10-13 Thread Stefan Bodewig
Here are combinations of versions, dependencies and system properties that I have found that worked: https://wiki.apache.org/logging/Log4j2AndHibernate4 Stefan - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org F

Re: Hibernate 4.x/JBoss Logging and Log4j2

2014-10-12 Thread Stefan Bodewig
On 2014-10-12, Gary Gregory wrote: > Not even in 4.3.6? "The problem" is not Hibernate but the jboss-logging library it uses. https://github.com/jboss-logging/jboss-logging Last "release" has been 3.2.0.Beta1 in February, log4j2 support has been added in July. Oh, while looking through the com

Re: Hibernate 4.x/JBoss Logging and Log4j2

2014-10-12 Thread Stefan Bodewig
On 2014-10-12, Matt Sicker wrote: > I thought JBoss logging already added log4j2 support a while back? But never cut a release after that. Stefan - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional

Re: Hibernate 4.x/JBoss Logging and Log4j2

2014-10-12 Thread Stefan Bodewig
On 2014-10-12, Stefan Bodewig wrote: > I finallly figured out how to combine the two (in short, use the slf4j > bridge and explicitly tell jboss logging to use slf4j) log4j2's slf4j binding, of course. Stefan - To

Hibernate 4.x/JBoss Logging and Log4j2

2014-10-12 Thread Stefan Bodewig
Hi it took me quite some time to get Hibernate 4.x to log using log4j2. Part of the problem is that most documentation on Hibernate logging is based on Hibernate 3.x and Hibernate 4.x now uses JBoss Logging which changes everything. I finallly figured out how to combine the two (in short, use the

Re: github is tracking the wrong branch as default

2014-10-12 Thread Stefan Bodewig
On 2014-10-12, Remko Popma wrote: > Wow! That branch is like two years old... Right. It takes an INFRA ticket to fix it but I felt it might be better if the ticket came from a member of the team. Stefan - To unsubscribe, e-mai

github is tracking the wrong branch as default

2014-10-12 Thread Stefan Bodewig
Hi all while trying to pull some information together for an internal log4j2 talk I realized github uses 2.0-beta1 as the default branch which is what PRs would be based against or what Github's statistics are based on. Back when Ant moved from svn to git we had a similar issue and the ASF infra

log4j-12 build on JDK8 snapshot

2013-10-14 Thread Stefan Bodewig
log4-dev meet Ludmila, Ludmila meet log4j-dev Ludmila runs an instance of Gump on JDK8 snapshots and reports the build fails for log4j-12. The underlying cause seems to be a backwards incompatible change in javadoc, probably combined with some problem inside log4j's javadoc comments and what I co

Re: Log4J 2

2012-02-06 Thread Stefan Bodewig
On 2012-02-06, Ralph Goers wrote: > As you may be aware I have been working on Log4j 2 for about 2 years > now. It now consists of a fairly large body of code with fairly > decent documentation. I feel it is ready to come out of my > experimental branch and onto its own main branch where others w

Re: Recent Gump Error and DefaultHandler

2004-12-15 Thread Stefan Bodewig
On Wed, 15 Dec 2004, Ceki Gülc <[EMAIL PROTECTED]> wrote: > If my memory serves me correctly, we have already encountered the > same exact problem previously and had solved it. Quite possible, one of the nasty little BWC problems of JAXP 1.3. > This particular instance of the problem will get fi

Recent Gump Error and DefaultHandler

2004-12-15 Thread Stefan Bodewig
Hi all, the last log4j run failed because of [javac] /home/gump/workspaces2/public/workspace/logging-log4j/src/java/org/apache/log4j/joran/util/JoranDocument.java:126: unreported exception java.io.IOException; must be caught or declared to be thrown [javac] return super.resolveEnti

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/net SMTPAppender.java

2004-12-15 Thread Stefan Bodewig
On Tue, 14 Dec 2004, Ceki Gülc <[EMAIL PROTECTED]> wrote: > The fact that a small typo affects 200 projects should tell you that > something is wrong with Gump's current approach. Absolutely agreed. We know we could do better, we just haven't had the time/skills to change it yet. > For example,

Re: Fwd: failure notice

2004-12-01 Thread Stefan Bodewig
On Tue, 30 Nov 2004, Ceki Gülcü <[EMAIL PROTECTED]> wrote: > First and more philosophically, there is more to software > development than keeping gump happy. Absolutely. But then again, Gump is probably happy right now since it has told the log4j project that its change will require a code chang

Re: [GUMP@lsd]: logging-log4j/logging-log4j failed

2004-03-31 Thread Stefan Bodewig
On Wed, 31 Mar 2004, Ceki Gülc <[EMAIL PROTECTED]> wrote: > We have just received this very recent log4j failure. It is due to a > new dependency on the servlet-api i.e. servlet-api.jar. What > should/can we do to fix this? The ideal workflow would see you add to your Gump project descriptor