I’m fine with that. I just don’t want more modules in the main project.
Ralph > On Apr 10, 2017, at 8:56 AM, Mikael Ståldal <mikael.stal...@magine.com> wrote: > > The whole point of this is to get the server components out of log4j-core, so > we need to create a new module. Maybe this new module can be moved to > log4j2-tools repo. > > On Mon, Apr 10, 2017 at 5:48 PM, Ralph Goers <ralph.go...@dslextreme.com > <mailto:ralph.go...@dslextreme.com>> wrote: > I created a new git repo for log4j2-tools. We should not create any more > modules if we can avoid it. > > Ralph > >> On Apr 10, 2017, at 7:28 AM, Remko Popma <remko.po...@gmail.com >> <mailto:remko.po...@gmail.com>> wrote: >> >> I guess this is a matter of preference but we already have a lot of modules. >> Having one for all standalone applications makes it easier for our users to >> find things. >> >> On Mon, Apr 10, 2017 at 11:24 PM, Mikael Ståldal <mikael.stal...@magine.com >> <mailto:mikael.stal...@magine.com>> wrote: >> Wouldn't it be better to have one for server and another for the other tools? >> >> On Mon, Apr 10, 2017 at 4:23 PM, Remko Popma <remko.po...@gmail.com >> <mailto:remko.po...@gmail.com>> wrote: >> I thought we were going to name this module log4j-tools instead of >> log4j-server, so it can host all our standalone apps? >> >> On Mon, Apr 10, 2017 at 11:11 PM, <mi...@apache.org >> <mailto:mi...@apache.org>> wrote: >> Update BOM >> >> >> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo >> <http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo> >> Commit: >> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fea17ad6 >> <http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fea17ad6> >> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fea17ad6 >> <http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fea17ad6> >> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fea17ad6 >> <http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fea17ad6> >> >> Branch: refs/heads/master >> Commit: fea17ad6bdc47825ec5b58b9df9e031936182d79 >> Parents: 1051081 >> Author: Mikael Ståldal <mikael.stal...@magine.com >> <mailto:mikael.stal...@magine.com>> >> Authored: Mon Apr 10 16:11:24 2017 +0200 >> Committer: Mikael Ståldal <mikael.stal...@magine.com >> <mailto:mikael.stal...@magine.com>> >> Committed: Mon Apr 10 16:11:24 2017 +0200 >> >> ---------------------------------------------------------------------- >> log4j-bom/pom.xml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> ---------------------------------------------------------------------- >> >> >> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fea17ad6/log4j-bom/pom.xml >> >> <http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fea17ad6/log4j-bom/pom.xml> >> ---------------------------------------------------------------------- >> diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml >> index 920f6a0..382f16e 100644 >> --- a/log4j-bom/pom.xml >> +++ b/log4j-bom/pom.xml >> @@ -96,6 +96,12 @@ >> <artifactId>log4j-iostreams</artifactId> >> <version>${project.version}</version> >> </dependency> >> + <!-- Server components --> >> + <dependency> >> + <groupId>org.apache.logging.log4j</groupId> >> + <artifactId>log4j-server</artifactId> >> + <version>${project.version}</version> >> + </dependency> >> <!-- java.util.logging adapter --> >> <dependency> >> <groupId>org.apache.logging.log4j</groupId> >> >> >> >> >> >> -- >> >> >> Mikael Ståldal >> Senior software developer >> >> Magine TV >> mikael.stal...@magine.com <mailto:mikael.stal...@magine.com> >> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >> <http://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. >> >> > > > > > -- > > > Mikael Ståldal > Senior software developer > > Magine TV > mikael.stal...@magine.com <mailto:mikael.stal...@magine.com> > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > <http://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. >