[jira] [Commented] (LOG4J2-1882) Migrate log4j-api-scala to SBT

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4J2-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418125#comment-16418125
 ] 

ASF subversion and git services commented on LOG4J2-1882:
-

Commit dcb1e2d6b6f9470c69ebed4ee8c60de6c782e2c7 in logging-log4j-scala's branch 
refs/heads/sbt from [~jvz]
[ https://git-wip-us.apache.org/repos/asf?p=logging-log4j-scala.git;h=dcb1e2d ]

LOG4J2-1882 - Merge API modules into one using SBT


> Migrate log4j-api-scala to SBT
> --
>
> Key: LOG4J2-1882
> URL: https://issues.apache.org/jira/browse/LOG4J2-1882
> Project: Log4j 2
>  Issue Type: Improvement
>  Components: Scala API
>Reporter: Matt Sicker
>Assignee: Matt Sicker
>Priority: Major
>
> One handy feature that would reduce quite an amount of duplication would be 
> the [cross build 
> feature|http://www.scala-sbt.org/0.13/docs/Cross-Build.html]. Since the Scala 
> API is in its own repo, using SBT for it makes more sense than sticking with 
> Maven.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-03-28 Thread Matt Sicker (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417947#comment-16417947
 ] 

Matt Sicker commented on LOG4J2-1705:
-

Next steps would be creating a site that will live at /log4j/kotlin/ similar to 
the Scala one, though it doesn't necessarily need to use maven-site-plugin if 
you know of something easier to use. As for publishing to Maven Central and 
such, that will require a release on our part, and I'd like to get the website 
and docs ready before we go forward with that.

> Kotlin wrapper for Log4j 2 API
> --
>
> Key: LOG4J2-1705
> URL: https://issues.apache.org/jira/browse/LOG4J2-1705
> Project: Log4j 2
>  Issue Type: New Feature
>  Components: API
>Reporter: Raman Gupta
>Assignee: Matt Sicker
>Priority: Major
>
> Similar to LOG4J2-1181 for Scala, provide a Kotlin wrapper for the Log4j 2 
> API that makes use of Kotlin features like delegates and string interpolation.
> If there is interest in this, I'd like to contribute a patch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-03-28 Thread Raman Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417789#comment-16417789
 ] 

Raman Gupta edited comment on LOG4J2-1705 at 3/28/18 5:23 PM:
--

[~jvz] What are the next steps? Should this get added to the main log4j2 site 
and manual @ http://logging.apache.org/log4j/2.x/ and a site created similar to 
http://logging.apache.org/log4j/scala/index.html? And what about publishing to 
maven central and such?


was (Author: rocketraman):
[~jvz] What are the next steps? Should this get added to the main log4j2 site 
and manual @ http://logging.apache.org/log4j/2.x/? And what about publishing to 
maven central and such?

> Kotlin wrapper for Log4j 2 API
> --
>
> Key: LOG4J2-1705
> URL: https://issues.apache.org/jira/browse/LOG4J2-1705
> Project: Log4j 2
>  Issue Type: New Feature
>  Components: API
>Reporter: Raman Gupta
>Assignee: Matt Sicker
>Priority: Major
>
> Similar to LOG4J2-1181 for Scala, provide a Kotlin wrapper for the Log4j 2 
> API that makes use of Kotlin features like delegates and string interpolation.
> If there is interest in this, I'd like to contribute a patch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LOG4J2-1705) Kotlin wrapper for Log4j 2 API

2018-03-28 Thread Raman Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/LOG4J2-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417789#comment-16417789
 ] 

Raman Gupta commented on LOG4J2-1705:
-

[~jvz] What are the next steps? Should this get added to the main log4j2 site 
and manual @ http://logging.apache.org/log4j/2.x/?

> Kotlin wrapper for Log4j 2 API
> --
>
> Key: LOG4J2-1705
> URL: https://issues.apache.org/jira/browse/LOG4J2-1705
> Project: Log4j 2
>  Issue Type: New Feature
>  Components: API
>Reporter: Raman Gupta
>Assignee: Matt Sicker
>Priority: Major
>
> Similar to LOG4J2-1181 for Scala, provide a Kotlin wrapper for the Log4j 2 
> API that makes use of Kotlin features like delegates and string interpolation.
> If there is interest in this, I'd like to contribute a patch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (LOG4J2-1882) Migrate log4j-api-scala to SBT

2018-03-28 Thread Matt Sicker (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4J2-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Sicker reassigned LOG4J2-1882:
---

Assignee: Matt Sicker

> Migrate log4j-api-scala to SBT
> --
>
> Key: LOG4J2-1882
> URL: https://issues.apache.org/jira/browse/LOG4J2-1882
> Project: Log4j 2
>  Issue Type: Improvement
>  Components: Scala API
>Reporter: Matt Sicker
>Assignee: Matt Sicker
>Priority: Major
>
> One handy feature that would reduce quite an amount of duplication would be 
> the [cross build 
> feature|http://www.scala-sbt.org/0.13/docs/Cross-Build.html]. Since the Scala 
> API is in its own repo, using SBT for it makes more sense than sticking with 
> Maven.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)