Re: [Scala] Let's get version 11.0 going

2017-04-11 Thread Ralph Goers
1. Perform the release build. 2. Build the site. 3. Upload the site to where we can view it. 4. Vote on it. 5. When it passes upload the site to a directory adjacent to the log4j2 site directory. Something like log4j-scala/log4j-scala-11.0. Once you have that we can modify the links in the

[Scala] Let's get version 11.0 going

2017-04-11 Thread Matt Sicker
I'm starting a new project at work using Scala 2.12, and I'd like to not depend on a snapshot version of the API. The maven site generates fine as far as I can tell from the Jenkins job, but I'm not sure how to appropriately integrate it into the core site. I'd like to start

Re: Scala

2017-04-03 Thread Ralph Goers
o generate the Scala site. That's > just the easy way to do it in theory, though I find it cumbersome. If you > know of any better documentation generator that we could use there (or even > in log4j-core), please let us know! > > On 3 April 2017 at 04:06, Mikael Ståldal <mai

Re: Scala

2017-04-03 Thread Matt Sicker
We don't have to use maven-site-plugin to generate the Scala site. That's just the easy way to do it in theory, though I find it cumbersome. If you know of any better documentation generator that we could use there (or even in log4j-core), please let us know! On 3 April 2017 at 04:

Re: Scala

2017-04-03 Thread Mikael Ståldal
Using SBT would help to avoid having to duplicate the source code for each Scala version. However, I'm not sure about how to do the Maven site stuff with SBT. On Sun, Apr 2, 2017 at 10:41 PM, Matt Sicker wrote: > I'm not too experienced with it, but now that the Scala APIs are i

Re: Scala

2017-04-02 Thread Matt Sicker
I'm not too experienced with it, but now that the Scala APIs are in their own repo, it might be easier to use SBT instead of Maven for it. Just a thought for a future release. On 2 April 2017 at 15:27, Matt Sicker wrote: > And don't mind the site commit I made earlier. That was fr

Re: Scala

2017-04-02 Thread Matt Sicker
a test randomly decided to > fail at the worst possible time. > > On 2 April 2017 at 15:11, Ralph Goers wrote: > >> Has a Scala release been performed? The site needs to be deployed before >> I can modify the l

Re: Scala

2017-04-02 Thread Matt Sicker
No, I figured I'd do log4j-core first. Still working on that right now, had to restart the build from the tag because a test randomly decided to fail at the worst possible time. On 2 April 2017 at 15:11, Ralph Goers wrote: > Has a Scala release been performed? The site needs to be

Scala

2017-04-02 Thread Ralph Goers
Has a Scala release been performed? The site needs to be deployed before I can modify the log4j page(s) to point to it. Ralph - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Mikael Ståldal
e sub projects. Obviously, the Scala distribution will only > contain the Scala jars. So the assembly xml file needs to be modified to > only include what is being released. The distribution source and zip are > what the ASF actually considers to be the release. The source distribution > shoul

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Ralph Goers
The distribution zip and tarball contain all the artifacts that are being released - i.e. the jars. The Log4j distribution includes all the jars from all the sub projects. Obviously, the Scala distribution will only contain the Scala jars. So the assembly xml file needs to be modified to only

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Mikael Ståldal
I am a bit lost here. On Thu, Mar 9, 2017 at 4:56 PM, Mikael Ståldal wrote: > Change to what? > > On Thu, Mar 9, 2017 at 4:32 PM, Ralph Goers > wrote: > >> The instructions for what will be in the zip and tar balls will have to >> change. >> >> Ralph >> >> On Mar 9, 2017, at 8:01 AM, Matt Sicke

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Mikael Ståldal
Change to what? On Thu, Mar 9, 2017 at 4:32 PM, Ralph Goers wrote: > The instructions for what will be in the zip and tar balls will have to > change. > > Ralph > > On Mar 9, 2017, at 8:01 AM, Matt Sicker wrote: > > If you have time before the weekend, you could try copying over the > log4j-dis

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Ralph Goers
The instructions for what will be in the zip and tar balls will have to change. Ralph > On Mar 9, 2017, at 8:01 AM, Matt Sicker wrote: > > If you have time before the weekend, you could try copying over the > log4j-distribution section from the main pom files. The "release" maven > profile sh

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Matt Sicker
If you have time before the weekend, you could try copying over the log4j-distribution section from the main pom files. The "release" maven profile should activate it I believe, so you should see the generated zips and tarballs. On 9 March 2017 at 03:01, Mikael Ståldal wrote: > Nice! Tell me if

Re: Roadmap for log4j-api-scala 11.0

2017-03-09 Thread Mikael Ståldal
Nice! Tell me if there is anything I can do to help out. On Thu, Mar 9, 2017 at 5:07 AM, Matt Sicker wrote: > We've established that this will need to be released before we can > officially remove the equivalent modules from the main log4j repository > (and release cycle). Since the artifacts ar

Roadmap for log4j-api-scala 11.0

2017-03-08 Thread Matt Sicker
We've established that this will need to be released before we can officially remove the equivalent modules from the main log4j repository (and release cycle). Since the artifacts are no longer tied directly to log4j-api/core, we've also agreed that it makes sense to version it separately as well.

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-15 Thread JIRA
done before we make the next release. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-14 Thread Ralph Goers (JIRA)
eems to be sucking up my time. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-14 Thread Matt Sicker (JIRA)
this, but in theory, yeah, I think so. I'm not exactly sure on how to deploy a partial site like this or how releases of Log4j versus Log4j Scala API would coordinate site updates. > Setup build process for new Git repo logging-log4j-scal

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-14 Thread JIRA
main Log4j site now? > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 &g

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-07 Thread JIRA
site for the modules of logging-log4j-scala into the main Log4j web site. The root site of logging-log4j-scala is not very useful. > Setup build process for new Git repo logging-log4j-scala, includi

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-07 Thread Matt Sicker (JIRA)
I'm not exactly sure which would be the best way to do so, but here are some ideas on how: * Make the Log4j Scala API site its own subdirectory like Log4j Boot will be and just include prominent links on the main Log4j site (and the Logging Services site). I kind of prefer this option bec

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-02-07 Thread JIRA
now integrate the sites for the modules in this repo into the main Log4j web site? > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 >

Re: logging-log4j-scala git commit: Update README to be similar to logging-log4j2

2017-01-29 Thread Matt Sicker
I fixed that typo in the commons-build-plugin template as well. Looks like all the Commons projects have that exact typo! On 29 January 2017 at 10:52, Matt Sicker wrote: > Thanks! That's what I get for copying things from Commons instead of > writing them myself! :P > > On 28 January 2017 at 18:

Re: logging-log4j-scala git commit: Add intro to README

2017-01-29 Thread Matt Sicker
I noticed that right after I pushed it. Fixed in subsequent commit, thanks. On 28 January 2017 at 18:47, Remko Popma wrote: > Spelling nag: > introduced as in Log4j 2.8.1 -> introduced in > > Sent from my iPhone > > > On Jan 29, 2017, at 4:27, mattsic...@apache.org wrote: > > > > introduced > >

Re: logging-log4j-scala git commit: Update README to be similar to logging-log4j2

2017-01-29 Thread Matt Sicker
Thanks! That's what I get for copying things from Commons instead of writing them myself! :P On 28 January 2017 at 18:25, Remko Popma wrote: > Spelling nag: > discuss you're changes -> your > (Contributing.md) > > > (Away from pc) Remko > > Sent from my iPhone > > > On Jan 29, 2017, at 4:13, mat

Re: logging-log4j-scala git commit: Add intro to README

2017-01-28 Thread Remko Popma
Spelling nag: introduced as in Log4j 2.8.1 -> introduced in Sent from my iPhone > On Jan 29, 2017, at 4:27, mattsic...@apache.org wrote: > > introduced > +as in Log4j 2.8.1 - To unsubscribe, e-mail: log4j-dev-unsubscr...@loggin

Re: logging-log4j-scala git commit: Update README to be similar to logging-log4j2

2017-01-28 Thread Remko Popma
Spelling nag: discuss you're changes -> your (Contributing.md) (Away from pc) Remko Sent from my iPhone > On Jan 29, 2017, at 4:13, mattsic...@apache.org wrote: > > discuss you're changes - To unsubscribe, e-mail: log4j-dev-

Fwd: logging-log4j-scala git commit: Add intro to README

2017-01-28 Thread Matt Sicker
I just realized that I added that this brings in log4j-core by default, but it doesn't. We were discussing this before, but I don't remember if we decided whether or not to do that. -- Forwarded message -- From: Date: 28 January 2017 at 13:27 Subject: logging-log4j

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-28 Thread Matt Sicker (JIRA)
; Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 > Project: Lo

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-28 Thread Matt Sicker (JIRA)
ding. The site looks a little messed up, though, because of some path assumptions: https://builds.apache.org/job/Log4jScala/site/ > Setup build process for new Git repo logging-log4j-scala, including site > > >

[jira] [Closed] (LOG4J2-1428) Scala friedly overloading in MessageFactory(2)

2017-01-25 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal closed LOG4J2-1428. -- > Scala friedly overloading in MessageFactor

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-17 Thread JIRA
7;s do it here. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-16 Thread Matt Sicker (JIRA)
set up is a common parent pom with infrequent releases due to difficulties in sharing snapshot parent poms. > Setup build process for new Git repo logging-log4j-scala, including site > > >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-16 Thread Matt Sicker (JIRA)
for configuring CI for this? Or should I just include it here? I set up Jenkins for Log4j Boot which was pretty simple, and we can use basically the same setup for this repo (just using JDK 8 instead of JDK 7). > Setup build process for new Git repo logging-log4j-scala, includi

[jira] [Closed] (LOG4J2-1741) scala: add support for creating custom plugins

2017-01-01 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal closed LOG4J2-1741. -- > scala: add support for creating custom plug

[jira] [Resolved] (LOG4J2-1741) scala: add support for creating custom plugins

2017-01-01 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal resolved LOG4J2-1741. Resolution: Not A Problem > scala: add support for creating custom plug

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2017-01-01 Thread JIRA
8 for the whole log4j2-scala repo. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-31 Thread Matt Sicker (JIRA)
9 PM: --- I think the menus (in site.xml for each module) need to be copied from logging-log4j2 so that the site has a consistent left side navigation bar regardless of which component you're in. Other than that, I don't think anything else is needed in the log4j-scala repo other

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-31 Thread Matt Sicker (JIRA)
each module) need to be copied from logging-log4j2 so that the site has a consistent left side navigation bar regardless of which component you're in. Other than that, I don't think anything else is needed in the log4j-scala repo other than any other documentation you'd like to add. I

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-31 Thread JIRA
o be done in the log4j-scala repo now? > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
5 PM: --- I've imported the base config files from logging-log4j2 into the logging-log4j-scala repo. I've also copied over the docs from the Log4j manual into this repo. The site build works the same as the Log4j one: {{mvn install site site:stage}}. What still remains is: * Configure

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
5 PM: --- I've imported the base config files from logging-log4j2 into the logging-log4j-scala repo. I've also copied over the docs from the Log4j manual into this repo. The site build works the same as the Log4j one: {{mvn install site site:stage}}. What still remains is: * Configure

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
5 PM: --- I've imported the base config files from logging-log4j2 into the logging-log4j-scala repo. I've also copied over the docs from the Log4j manual into this repo. The site build works the same as the Log4j one: {{mvn install site site:stage}}. What still remains is: * Configure

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
iles from logging-log4j2 into the logging-log4j-scala repo. I've also copied over the docs from the Log4j manual into this repo. The site build works the same as the Log4j one: {{mvn install site site:stage}}. What still remains is: * Configure Log4j site to link to Log4j Scala sites (which cou

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
3 PM: --- I've imported the base config files from logging-log4j2 into the logging-log4j-scala repo. I've also copied over the docs from the Log4j manual into this repo. The site build works the same as the Log4j one: {{mvn install site site:stage}}. What still remains is: * Configure

[jira] [Assigned] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker reassigned LOG4J2-1691: --- Assignee: Matt Sicker > Setup build process for new Git repo logging-log4j-scala, includ

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-30 Thread Matt Sicker (JIRA)
aven-site-plugin for the scala repo. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org

[jira] [Commented] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
f build: KafkaLog4jAppender = new KafkaLog4jAppender(getName, getFilter, getLayout) } } {code} > scala: add support for creating custom plugins > -- > > Key: LOG4J2-1741 > URL: https://issues.apache.org/j

[jira] [Commented] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
ut") layout: Layout[_ <: Serializable], @PluginElement("Filters") filter: Filter): KafkaLog4jAppender = { new KafkaLog4jAppender(name, filter, layout) } } {code} > scala: add support for creating custom plugins >

[jira] [Commented] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread Gary Gregory (JIRA)
k we should use Builders when we (Log4j devs) write code examples to promote future proofing for binary compatibility. It might be a bit of YAGNI, but I've not met an Appender yet that does not another feature at some point. > scala: add support for creating cu

[jira] [Updated] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread PJ Fanning (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated LOG4J2-1741: --- Attachment: log4j2-sample.zip > scala: add support for creating custom plug

[jira] [Updated] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread PJ Fanning (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated LOG4J2-1741: --- Attachment: (was: log4j2-sample.zip) > scala: add support for creating custom plug

[jira] [Updated] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread PJ Fanning (JIRA)
at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:224) > scala: add support for creating custom plugins > -- > > Key: LOG4J2-1741 > URL: https://issues.ap

[jira] [Updated] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal updated LOG4J2-1741: --- Labels: scala (was: ) > scala: add support for creating custom plug

[jira] [Assigned] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal reassigned LOG4J2-1741: -- Assignee: Mikael Ståldal > scala: add support for creating custom plug

[jira] [Commented] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
nder in Scala, and it worked without problems: {code} import org.apache.logging.log4j.core.appender.AbstractAppender import org.apache.logging.log4j.core.config.plugins.{Plugin, PluginAttribute, PluginElement, PluginFactory} import org.apache.logging.log4j.core.{Filter, Layout, LogEvent} @Pl

[jira] [Reopened] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal reopened LOG4J2-1741: > scala: add support for creating custom plug

[jira] [Closed] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-16 Thread PJ Fanning (JIRA)
king and in the end, it was easier for me to use logback. > scala: add support for creating custom plugins > -- > > Key: LOG4J2-1741 > URL: https://issues.apache.org/jira/browse/LOG4J2-1741 >

[jira] [Commented] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-16 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755010#comment-15755010 ] Mikael Ståldal commented on LOG4J2-1741: As far as I can see, the Scala comp

[jira] [Closed] (LOG4J2-1742) scala: add support for creating custom plugins

2016-12-15 Thread PJ Fanning (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning closed LOG4J2-1742. -- Resolution: Duplicate > scala: add support for creating custom plug

[jira] [Created] (LOG4J2-1742) scala: add support for creating custom plugins

2016-12-15 Thread PJ Fanning (JIRA)
PJ Fanning created LOG4J2-1742: -- Summary: scala: add support for creating custom plugins Key: LOG4J2-1742 URL: https://issues.apache.org/jira/browse/LOG4J2-1742 Project: Log4j 2 Issue Type

[jira] [Created] (LOG4J2-1741) scala: add support for creating custom plugins

2016-12-15 Thread PJ Fanning (JIRA)
PJ Fanning created LOG4J2-1741: -- Summary: scala: add support for creating custom plugins Key: LOG4J2-1741 URL: https://issues.apache.org/jira/browse/LOG4J2-1741 Project: Log4j 2 Issue Type

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread JIRA
aven site build to work, then we can worry about CI. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apa

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread Matt Sicker (JIRA)
like that. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 >

[jira] [Comment Edited] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread Ralph Goers (JIRA)
0 PM: --- Sorry - I have been swamped at work. I have never used Travis. was (Author: ralphgoers): Sorry - I have been swamped at work. > Setup build process for new Git repo logging-log4j-scala, includi

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread Ralph Goers (JIRA)
work. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread Matt Sicker (JIRA)
avis? > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-12-12 Thread JIRA
process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 > Project: Log4j 2 >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-11-18 Thread Ralph Goers (JIRA)
the weekend. > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira/browse/LOG4J2-1691 >

[jira] [Commented] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-11-18 Thread JIRA
uild to work. [~ralphgoers]? > Setup build process for new Git repo logging-log4j-scala, including site > > > Key: LOG4J2-1691 > URL: https://issues.apache.org/jira

Re: Scala repo

2016-11-14 Thread Mikael Ståldal
Yes, when we have the build process (including documentation/site) working for the new repo. On Sun, Nov 13, 2016 at 3:22 AM, Gary Gregory wrote: > Now that we have a populated Scala repo, shall we remove the Scala modules > from the main repo? > > Gary > > -- > E-Mail: g

Re: Log4j RAT check fail in Scala module

2016-11-14 Thread Mikael Ståldal
eck failure in a Scala module: > > See http://pastebin.com/D1Vbk5px > > Thoughts? > > Gary > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <https://www.amazon.com/gp/product/1617290459/re

Scala repo

2016-11-12 Thread Gary Gregory
Now that we have a populated Scala repo, shall we remove the Scala modules from the main repo? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&cr

Log4j RAT check fail in Scala module

2016-11-11 Thread Gary Gregory
I am seeing a RAT check failure in a Scala module: See http://pastebin.com/D1Vbk5px Thoughts? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&a

[jira] [Commented] (LOG4J2-1690) Scala wrapper for Context map

2016-11-11 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657473#comment-15657473 ] Mikael Ståldal commented on LOG4J2-1690: In Git master (logging-log4j-scala

[jira] [Assigned] (LOG4J2-1690) Scala wrapper for Context map

2016-11-11 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal reassigned LOG4J2-1690: -- Assignee: Mikael Ståldal > Scala wrapper for Context

[jira] [Created] (LOG4J2-1691) Setup build process for new Git repo logging-log4j-scala, including site

2016-11-11 Thread JIRA
Mikael Ståldal created LOG4J2-1691: -- Summary: Setup build process for new Git repo logging-log4j-scala, including site Key: LOG4J2-1691 URL: https://issues.apache.org/jira/browse/LOG4J2-1691 Project

[jira] [Commented] (LOG4J2-1661) Support Scala 2.12.0

2016-11-11 Thread JIRA
d to get the build process to work for the new Git repo. > Support Scala 2.12.0 > > > Key: LOG4J2-1661 > URL: https://issues.apache.org/jira/browse/LOG4J2-1661 > Project: Log4j 2 > Issue Type: Improvem

[jira] [Created] (LOG4J2-1690) Scala wrapper for Context map

2016-11-11 Thread JIRA
Mikael Ståldal created LOG4J2-1690: -- Summary: Scala wrapper for Context map Key: LOG4J2-1690 URL: https://issues.apache.org/jira/browse/LOG4J2-1690 Project: Log4j 2 Issue Type: New Feature

Re: Scala Index

2016-11-10 Thread Matt Sicker
Very cool! On 10 November 2016 at 04:47, Mikael Ståldal wrote: > We are now listed here: https://index.scala-lang.org/apache/logging-log4j2 > > -- > [image: MagineTV] > > *Mikael Ståldal* > Senior software developer > > *Magine TV* > mikael.stal...@magine.com > Grev Turegatan 3 | 114 46 Stockho

Scala Index

2016-11-10 Thread Mikael Ståldal
We are now listed here: https://index.scala-lang.org/apache/logging-log4j2 -- [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 co

Re: New Git repo logging-log4j-scala

2016-11-10 Thread Mikael Ståldal
t; Ralph > > On Nov 9, 2016, at 7:53 AM, Matt Sicker wrote: > > I'm thinking that the log4j-scala site and docs can be generated on its > own, and then we can add links in the sidebar of the core site. I'm not too > experienced with the maven site plugin either. > &g

Re: New Git repo logging-log4j-scala

2016-11-09 Thread Ralph Goers
That is pretty much it. The links need to be added to site.xml. You should look in src/site to see how the Log4j 2 site is generated. Ralph Ralph > On Nov 9, 2016, at 7:53 AM, Matt Sicker wrote: > > I'm thinking that the log4j-scala site and docs can be generated on its own,

Re: New Git repo logging-log4j-scala

2016-11-09 Thread Matt Sicker
I'm thinking that the log4j-scala site and docs can be generated on its own, and then we can add links in the sidebar of the core site. I'm not too experienced with the maven site plugin either. On 9 November 2016 at 06:46, Mikael Ståldal wrote: > How do we move forward with this?

[jira] [Commented] (LOG4J2-1661) Support Scala 2.12.0

2016-11-09 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650841#comment-15650841 ] Mikael Ståldal commented on LOG4J2-1661: Adding Scala 2.12 support to new l

Re: New Git repo logging-log4j-scala

2016-11-09 Thread Mikael Ståldal
How do we move forward with this? I am not very experienced with Maven site stuff. On Tue, Nov 8, 2016 at 4:03 PM, Matt Sicker wrote: > We still need to figure out how to properly link and integrate the > log4j-scala sites from the main one. I'd imagine the integration should > l

Re: New Git repo logging-log4j-scala

2016-11-08 Thread Matt Sicker
We still need to figure out how to properly link and integrate the log4j-scala sites from the main one. I'd imagine the integration should look similar to how it already does now as a seamless experience. On 8 November 2016 at 06:26, Mikael Ståldal wrote: > I have now populated the new

New Git repo logging-log4j-scala

2016-11-08 Thread Mikael Ståldal
I have now populated the new Git repo logging-log4j-scala with the Scala stuff from the main repo, and also added Scala 2.12 support. The new project will require Java 8 to build. I set the main Log4j 2 project as parent, is that OK? Have I missed anything? Can we create a Jenkins build for

[jira] [Comment Edited] (LOG4J2-1661) Support Scala 2.12.0

2016-11-04 Thread JIRA
8 PM: - Seems to be quite easy (apart from requiring Java 8 for the build process), see branch LOG4J2-1661. was (Author: mikaelstaldal): Seems to be quite easy (apart from require Java 8 for the build process), see branch LOG4J2-1661. > Support Scala

[jira] [Commented] (LOG4J2-1661) Support Scala 2.12.0

2016-11-04 Thread JIRA
from require Java 8 for the build process), see branch LOG4J2-1661. > Support Scala 2.12.0 > > > Key: LOG4J2-1661 > URL: https://issues.apache.org/jira/browse/LOG4J2-1661 > Project: Log4j 2 >

[jira] [Commented] (LOG4J2-1661) Support Scala 2.12.0

2016-11-04 Thread JIRA
cala-lang.org/ > Support Scala 2.12.0 > > > Key: LOG4J2-1661 > URL: https://issues.apache.org/jira/browse/LOG4J2-1661 > Project: Log4j 2 > Issue Type: Improvement > Components: AP

Re: New version of Scala?

2016-11-04 Thread Matt Sicker
at 08:30, Mikael Ståldal wrote: > If someone create the new Git repo and give me access to it, I can > populate it. > > On Fri, Nov 4, 2016 at 12:18 PM, Mikael Ståldal > wrote: > >> I am OK with moving the Scala modules to a separate Git repository and >> build, give

[jira] [Commented] (LOG4J2-1661) Support Scala 2.12.0

2016-11-04 Thread JIRA
ttps://github.com/scala/make-release-notes/blob/2.12.x/projects-2.12.md > Support Scala 2.12.0 > > > Key: LOG4J2-1661 > URL: https://issues.apache.org/jira/browse/LOG4J2-1661 > Project: Log4j 2 >

Re: New version of Scala?

2016-11-04 Thread Mikael Ståldal
If someone create the new Git repo and give me access to it, I can populate it. On Fri, Nov 4, 2016 at 12:18 PM, Mikael Ståldal wrote: > I am OK with moving the Scala modules to a separate Git repository and > build, given that we keep the groupId and artifactIds, so that the users >

Re: New version of Scala?

2016-11-04 Thread Mikael Ståldal
I am OK with moving the Scala modules to a separate Git repository and build, given that we keep the groupId and artifactIds, so that the users will not notice any difference. It would probably be a good idea to try to keep the version numbers in sync also. On Thu, Nov 3, 2016 at 11:39 PM, Ralph

Re: New version of Scala?

2016-11-03 Thread Ralph Goers
I don’t have a problem with it using the same groupId. Ralph > On Nov 3, 2016, at 1:06 PM, Matt Sicker wrote: > > Can we get a new git repo in the logging project for the Scala extensions > then? > > Also, if we use a different get repo, should we continue releasing the

Re: New version of Scala?

2016-11-03 Thread Matt Sicker
n the components themselves remain untouched. On 3 November 2016 at 17:13, Gary Gregory wrote: > Same group ID is yes for me. This is just a tool chain issue. > > Gary > > On Thu, Nov 3, 2016 at 1:06 PM, Matt Sicker wrote: > >> Can we get a new git repo in the logging pro

Re: New version of Scala?

2016-11-03 Thread Gary Gregory
Same group ID is yes for me. This is just a tool chain issue. Gary On Thu, Nov 3, 2016 at 1:06 PM, Matt Sicker wrote: > Can we get a new git repo in the logging project for the Scala extensions > then? > > Also, if we use a different get repo, should we continue releasing these &g

  1   2   3   >