Re: Library versions

2017-11-13 Thread Matt Sicker
Oh now those are some very cool commands! TIL On 13 November 2017 at 19:02, Gary Gregory wrote: > Yes, the tool is called "Maven" ;-) > > I am also on announce mailing lists of various projects. > > Try this: > > mvn versions:display-dependency-updates > > and: > > cls & mvn versions:display-plu

Re: Library versions

2017-11-13 Thread Gary Gregory
Yes, the tool is called "Maven" ;-) I am also on announce mailing lists of various projects. Try this: mvn versions:display-dependency-updates and: cls & mvn versions:display-plugin-updates Gary On Mon, Nov 13, 2017 at 5:00 PM, Remko Popma wrote: > Gary, > > Just wondering: how do you keep

Library versions

2017-11-13 Thread Remko Popma
Gary, Just wondering: how do you keep track of library version updates? Is there a tool to get notified when there’s an update? Amazing job by the way! Remko (Shameless plug) Every java main() method deserves http://picocli.info

Re: Planning out what we can do to get Chainsaw back in the game

2017-11-13 Thread Ole Ersoy
Here's a 10 minute video where an Angular timer application is built and packaged for all desktops (Apple, M$, Linux - And all browsers) ... in 10 minutes. https://www.youtube.com/watch?v=u_vMChpZMCk If you use the youtube speedup chrome extension you can probably set the speedup factor to 2

Re: logging-log4j2 git commit: Fix typo

2017-11-13 Thread Remko Popma
Sorry, I still see one misspelled Aggreement (Away from pc) > On Nov 14, 2017, at 1:02, rgo...@apache.org wrote: > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master ac82a0d78 -> 7ade3025b > > > Fix typo > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Mikael Ståldal
Nice. Too bad that Jetty doesn't support automatic discovery of logging impl as Tomcat do. Maybe we should issue a feature request about that? On 2017-11-13 16:49, Gary Gregory wrote: I also updated log4j-appserver/src/site/markdown/index.md.vm Thank you! Gary On Mon, Nov 13, 2017 at 8:04

Re: [log4j2] org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID

2017-11-13 Thread Ralph Goers
I copied the file from somewhere else in Log4j and it had it. Ralph > On Nov 13, 2017, at 11:00 AM, Gary Gregory wrote: > > Why does the Tomcat logger > define org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID > ? > > Is that class serializable even though it is not decla

[log4j2] org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID

2017-11-13 Thread Gary Gregory
Why does the Tomcat logger define org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID ? Is that class serializable even though it is not declared as a such? Thank you, Gary

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Gary Gregory
In org.apache.logging.log4j.appserver.jetty.Log4j2Logger.PrivateManager.getContext(): Is this just a matter of changing false to true in: public static LoggerContext getContext() { final ClassLoader cl = Log4j2Logger.class.getClassLoader(); return getContext(FQCN,

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Gary Gregory
I will take a look... On Nov 13, 2017 08:43, "Ralph Goers" wrote: > Are you planning on fixing this? > > Ralph > > > On Nov 11, 2017, at 5:15 PM, Ralph Goers > wrote: > > > > Because the caller of newLogger(name) is AbstractLogger its ClassLoader > will always be used. You need the ClassLoader

Re: logging-log4j2 git commit: Add PR notice to README

2017-11-13 Thread Matt Sicker
Also, I know I've asked about using sign-offs before instead of CLAs, and I know we can't do that, but should we request sign-offs for smaller PRs that don't require a CLA? Could be useful for record keeping purposes. On 13 November 2017 at 09:52, Remko Popma wrote: > Aggreement-> Agreement > (A

Re: [VOTE] Release Apache Chainsaw 2.0.0-rc1

2017-11-13 Thread Matt Sicker
Another thing I noticed is that the downloads page needs to be updated to link to the (future) dist URLs instead of ones in the site's directory (no proper mirroring in the old links). On 12 November 2017 at 19:25, Scott Deboy wrote: > I don't recall why - it was a while back :) > > Yes, I think

Re: logging-log4j2 git commit: Add PR notice to README

2017-11-13 Thread Remko Popma
Aggreement-> Agreement (Away from pc) On Tue, Nov 14, 2017 at 0:50 wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master d85f39abc -> 8b71dbbf1 > > > Add PR notice to README > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: > http://git-w

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Gary Gregory
I also updated log4j-appserver/src/site/markdown/index.md.vm Thank you! Gary On Mon, Nov 13, 2017 at 8:04 AM, Gary Gregory wrote: > Oh, I added a section to the main index: > > #h3 Integrating with Application Servers > > Version 2.10.0 introduces a the module log4j-appserver to improve > integ

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Ralph Goers
Are you planning on fixing this? Ralph > On Nov 11, 2017, at 5:15 PM, Ralph Goers wrote: > > Because the caller of newLogger(name) is AbstractLogger its ClassLoader will > always be used. You need the ClassLoader of the caller of getLogger(). > > Ralph > >> On Nov 11, 2017, at 3:43 PM, Gary

Re: logging-log4j2 git commit: [LOG4J2-2114] Provide a native Log4j 2 implementation of Eclipse Jetty's org.eclipse.jetty.util.log.Logger.

2017-11-13 Thread Gary Gregory
Oh, I added a section to the main index: #h3 Integrating with Application Servers Version 2.10.0 introduces a the module log4j-appserver to improve integration with Apache Tomcat and Eclipse Jetty. Gary On Sun, Nov 12, 2017 at 10:10 AM, Mikael Ståldal wrote: > On 2017-11-12 16:00, Gary Gregor