[logging-log4j2] Git Push Summary

2017-01-28 Thread rgoers
Repository: logging-log4j2
Updated Tags:  refs/tags/log4j-2.8 [created] 0a011b91e


logging-log4j-scala git commit: Fix maven artifacts link

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 7417d8310 -> d5d24332a


Fix maven artifacts link


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/d5d24332
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/d5d24332
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/d5d24332

Branch: refs/heads/master
Commit: d5d24332a425f870a1a251788f87bbaa7fd4556a
Parents: 7417d83
Author: Matt Sicker 
Authored: Sat Jan 28 13:31:55 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 13:31:55 2017 -0600

--
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/d5d24332/README.md
--
diff --git a/README.md b/README.md
index 081b072..48e0860 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Apache Log4j 2 is distributed under the [Apache License, 
version 2.0](https://ww
 ## Download
 
 [How to download Log4j](https://logging.apache.org/log4j/2.x/download.html),
-and [how to use it from SBT, Maven, Ivy and 
Gradle](https://logging.apache.org/log4j/2.x/maven-artifacts.html).
+and [how to use it from SBT, Maven, Ivy and 
Gradle](https://logging.apache.org/log4j/2.x/maven-artifacts.html#Scala_API).
 
 ## Issue Tracking
 



logging-log4j-scala git commit: Fix grammar typo

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master fe7b1334c -> 7417d8310


Fix grammar typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/7417d831
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/7417d831
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/7417d831

Branch: refs/heads/master
Commit: 7417d831096c5c0addd276c997999719f2819e92
Parents: fe7b133
Author: Matt Sicker 
Authored: Sat Jan 28 13:30:11 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 13:30:11 2017 -0600

--
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/7417d831/README.md
--
diff --git a/README.md b/README.md
index baa6254..081b072 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ provider implementations). Idiomatic Scala features are 
provided as an
 alternative to using the Log4j 2 Java API.
 
 Note that Scala 2.12 support requires Java 8 at minimum and was introduced
-as in Log4j 2.8.1 (earlier versions of Log4j Scala API do not have Scala
+in Log4j 2.8.1 (earlier versions of Log4j Scala API do not have Scala
 2.12 compatible binaries available other than in nightly snapshots).
 
 [![Build 
Status](https://builds.apache.org/buildStatus/icon?job=Log4jScala)](https://builds.apache.org/job/Log4jScala)



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

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 7699ccc05 -> fe7b1334c


Add intro to README


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/fe7b1334
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/fe7b1334
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/fe7b1334

Branch: refs/heads/master
Commit: fe7b1334c40df5dfaab17c5f7211b1f00297edca
Parents: 7699ccc
Author: Matt Sicker 
Authored: Sat Jan 28 13:29:06 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 13:29:06 2017 -0600

--
 README.md | 11 +++
 1 file changed, 11 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/fe7b1334/README.md
--
diff --git a/README.md b/README.md
index 4245683..baa6254 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,16 @@
 # [Apache Log4j 2 Scala API](http://logging.apache.org/log4j/2.x/)
 
+Log4j Scala API is a Scala logging facade based on Log4j 2. This supports
+Scala 2.10, 2.11, and 2.12, on Java 7 at minimum. Log4j Scala API provides
+Log4j 2 as its default logging implementation, but this is not strictly
+required (e.g., this API can also be used with Logback or other Log4j 2 API
+provider implementations). Idiomatic Scala features are provided as an
+alternative to using the Log4j 2 Java API.
+
+Note that Scala 2.12 support requires Java 8 at minimum and was introduced
+as in Log4j 2.8.1 (earlier versions of Log4j Scala API do not have Scala
+2.12 compatible binaries available other than in nightly snapshots).
+
 [![Build 
Status](https://builds.apache.org/buildStatus/icon?job=Log4jScala)](https://builds.apache.org/job/Log4jScala)
 
 ## Usage



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

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 570ab690a -> 7699ccc05


Update README to be similar to logging-log4j2

* Adds CONTRIBUTING.md and link.
* Adds Usage section for SBT and API usage.
* Adds building from source instructions.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/7699ccc0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/7699ccc0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/7699ccc0

Branch: refs/heads/master
Commit: 7699ccc05dfcc1cbeb78dea0a244513a2e26cabf
Parents: 570ab69
Author: Matt Sicker 
Authored: Sat Jan 28 13:13:31 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 13:13:31 2017 -0600

--
 CONTRIBUTING.md | 70 
 README.md   | 53 +++
 2 files changed, 123 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/7699ccc0/CONTRIBUTING.md
--
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000..b3b5da3
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,70 @@
+
+
+# Contributing to Apache Log4j 2
+
+You have found a bug or you have an idea for a cool new feature? Contributing 
code is a great way to give something back to
+the open source community. Before you dig right into the code there are a few 
guidelines that we need contributors to
+follow so that we can have a chance of keeping on top of things.
+
+## Getting Started
+
++ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
++ Make sure you have a [GitHub account](https://github.com/signup/free).
++ If you're planning to implement a new feature it makes sense to discuss 
you're changes on the [dev 
list](https://logging.apache.org/log4j/2.x/mail-lists.html) first. This way you 
can make sure you're not wasting your time on something that isn't considered 
to be in Apache Log4j's scope.
++ Submit a ticket for your issue, assuming one does not already exist.
+  + Clearly describe the issue including steps to reproduce when it is a bug.
+  + Make sure you fill in the earliest version that you know has the issue.
++ Fork the repository on GitHub.
+
+## Making Changes
+
++ Create a topic branch from where you want to base your work (this is usually 
the master branch).
++ Make commits of logical units.
++ Respect the original code style:
+  + Only use spaces for indentation.
+  + Create minimal diffs - disable on save actions like reformat source code 
or organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
+  + Check for unnecessary whitespace with git diff --check before committing.
++ Make sure your commit messages are in the proper format. Your commit message 
should contain the key of the JIRA issue.
++ Make sure you have added the necessary tests for your changes.
++ Run all the tests with `mvn clean verify` to assure nothing else was 
accidentally broken.
+
+## Making Trivial Changes
+
+For changes of a trivial nature to comments and documentation, it is not 
always necessary to create a new ticket in JIRA.
+In this case, it is appropriate to start the first line of a commit with 
'(doc)' instead of a ticket number.
+
+## Submitting Changes
+
++ Sign the [Contributor License Agreement][cla] if you haven't already.
++ Push your changes to a topic branch in your fork of the repository.
++ Submit a pull request to the repository in the apache organization.
++ Update your JIRA ticket and include a link to the pull request in the ticket.
+
+## Additional Resources
+
++ [Project Guidelines](https://logging.apache.org/log4j/2.x/guidelines.html)
++ [Code Style Guide](https://logging.apache.org/log4j/2.x/javastyle.html)
++ [Apache Log4j 2 JIRA project 
page](https://issues.apache.org/jira/browse/LOG4J2)
++ [Contributor License Agreement][cla]
++ [General GitHub documentation](https://help.github.com/)
++ [GitHub pull request 
documentation](https://help.github.com/send-pull-requests/)
+
+[cla]:https://www.apache.org/licenses/#clas

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/7699ccc0/README.md
--
diff --git a/README.md b/README.md
index 70e2c28..4245683 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,46 @@
 
 [![Build 
Status](https://builds.apache.org/buildStatus/icon?job=Log4jScala)](https://builds.apache.org/job/Log4jScala)
 
+## Usage
+
+SBT users can add the following dependencies to their `build.sbt` file:
+
+```scala
+libraryDependencies += "org.apache.logging.log4j" %% "log4j-api-scala" % "2.8"
+```
+
+Basic usage 

logging-log4j2 git commit: Update version number in README

2017-01-28 Thread mattsicker
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 55c9037a7 -> 4c3459d79


Update version number in README


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4c3459d7
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4c3459d7
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4c3459d7

Branch: refs/heads/master
Commit: 4c3459d79ef9a786e3fa861c207b3007bec2842d
Parents: 55c9037
Author: Matt Sicker 
Authored: Sat Jan 28 12:50:26 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 12:50:26 2017 -0600

--
 README.md | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4c3459d7/README.md
--
diff --git a/README.md b/README.md
index 0b04068..bde127d 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,12 @@ Maven users can add the following dependencies to their 
`pom.xml` file:
   
 org.apache.logging.log4j
 log4j-api
-2.7
+2.8
   
   
 org.apache.logging.log4j
 log4j-core
-2.7
+2.8
   
 
 ```
@@ -30,8 +30,8 @@ Gradle users can add the following to their `build.gradle` 
file:
 
 ```gradle
 dependencies {
-  compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.7'
-  compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
+  compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8'
+  compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8'
 }
 ```
 



[2/2] logging-log4j2 git commit: Regenerate release notes with markdown format

2017-01-28 Thread mattsicker
Regenerate release notes with markdown format


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/55c9037a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/55c9037a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/55c9037a

Branch: refs/heads/master
Commit: 55c9037a7149ae849bc859873a9b35c79b75a8d2
Parents: e31e986
Author: Matt Sicker 
Authored: Sat Jan 28 12:46:09 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 12:46:09 2017 -0600

--
 RELEASE-NOTES.md  | 265 +
 RELEASE-NOTES.txt | 160 -
 2 files changed, 265 insertions(+), 160 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/55c9037a/RELEASE-NOTES.md
--
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 000..ef6e53c
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,265 @@
+# Apache Log4j 2.8 Release Notes
+
+The Apache Log4j 2 team is pleased to announce the Log4j 2.8 release!
+
+Apache Log4j is a well known framework for logging application behavior. Log4j 
2 is an upgrade
+to Log4j that provides significant improvements over its predecessor, Log4j 
1.x, and provides
+many other modern features such as support for Markers, lambda expressions for 
lazy logging,
+property substitution using Lookups, multiple patterns on a PatternLayout and 
asynchronous
+Loggers. Another notable Log4j 2 feature is the ability to be "garbage-free" 
(avoid allocating
+temporary objects) while logging. In addition, Log4j 2 will not lose events 
while reconfiguring.
+
+This release contains several bugfixes and new features. The new features 
include the ability
+to have the RollingFileAppender log directly to the archive files. More 
details on the new features and
+fixes are itemized below.
+
+Note that subsequent to the 2.6 release a minor source incompatibility was 
found due to the
+addition of new methods to the Logger interface. If you have code that does:
+
+logger.error(null, “This is the log message”, throwable);
+
+or similar with any log level you will get a compiler error saying the 
reference is ambiguous.
+To correct this either do:
+
+logger.error(“This is the log message”, throwable);
+
+or
+
+logger.error((Marker) null, “This is the log message”, throwable);
+
+The Log4j 2.8 API, as well as many core components, maintains binary 
compatibility with previous releases.
+
+## GA Release 2.8
+
+Changes in this version include:
+
+### New Features
+* [LOG4J2-1032](https://issues.apache.org/jira/browse/LOG4J2-1032):
+Make DefaultRolloverStrategy more efficent when renaming files. Add nomax 
option to the fileIndex attribute.
+* [LOG4J2-1101](https://issues.apache.org/jira/browse/LOG4J2-1101):
+RollingFileAppender now supports omitting the file name and writing directly 
to the archive files.
+* [LOG4J2-1243](https://issues.apache.org/jira/browse/LOG4J2-1243):
+Allow default value in property to be a Lookup.
+* [LOG4J2-1787](https://issues.apache.org/jira/browse/LOG4J2-1787):
+Document how to exclude transitive conflicting dependencies in Maven and 
Gradle.
+* [LOG4J2-1773](https://issues.apache.org/jira/browse/LOG4J2-1773):
+Add StatusLoggerRule to allow unit tests to set a status level.
+* [LOG4J2-424](https://issues.apache.org/jira/browse/LOG4J2-424):
+Add non-string data type support to JdbcAppender via new ColumnMapping plugin.
+* [LOG4J2-1771](https://issues.apache.org/jira/browse/LOG4J2-1771):
+Add a Builder to ColumnConfig and deprecate ColumnConfig.createColumnConfig().
+* [LOG4J2-1770](https://issues.apache.org/jira/browse/LOG4J2-1770):
+Add a Builder to JdbcAppender and deprecate JdbcAppender.createAppender().
+* [LOG4J2-1764](https://issues.apache.org/jira/browse/LOG4J2-1764):
+Use MethodHandle in ContextDataFactory cached constructor.
+* [LOG4J2-1730](https://issues.apache.org/jira/browse/LOG4J2-1730):
+Add Apache Cassandra appender and ColumnMapping plugin.
+* [LOG4J2-1759](https://issues.apache.org/jira/browse/LOG4J2-1759):
+Add TypeConverter for java.util.UUID.
+* [LOG4J2-1758](https://issues.apache.org/jira/browse/LOG4J2-1758):
+Add TypeConverter for java.nio.file.Path.
+* [LOG4J2-1755](https://issues.apache.org/jira/browse/LOG4J2-1755):
+Add TypeConverter and constraint validators for java.net.InetAddress and port 
numbers.
+* [LOG4J2-969](https://issues.apache.org/jira/browse/LOG4J2-969):
+Refactor SyslogAppender so that Layout is a Plugin element.
+* [LOG4J2-1660](https://issues.apache.org/jira/browse/LOG4J2-1660):
+Added public method ThreadContext::getThreadContextMap; removed class 
ThreadContextAccess.
+* 

[1/2] logging-log4j2 git commit: Format release notes in markdown

2017-01-28 Thread mattsicker
Repository: logging-log4j2
Updated Branches:
  refs/heads/master c8c6438da -> 55c9037a7


Format release notes in markdown

* Provides nicer output on GitHub.
* Provides easier output to copy/paste into an announcement email.
* Adds JIRA URLs to all items.
* Refactors action item output into a macro.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e31e986f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e31e986f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e31e986f

Branch: refs/heads/master
Commit: e31e986f9df213cf087cb8e5d9f70269fe863e74
Parents: c8c6438
Author: Matt Sicker 
Authored: Sat Jan 28 12:45:55 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 12:45:55 2017 -0600

--
 pom.xml |   2 +-
 src/changes/announcement.vm | 114 ---
 2 files changed, 36 insertions(+), 80 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e31e986f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 23f6fe8..0b76312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1361,7 +1361,7 @@
   src/changes
   true
   .
-  RELEASE-NOTES.txt
+  RELEASE-NOTES.md
   
 changes.xml
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e31e986f/src/changes/announcement.vm
--
diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm
index 16360d4..04795f9 100644
--- a/src/changes/announcement.vm
+++ b/src/changes/announcement.vm
@@ -14,10 +14,29 @@
 ## KIND, either express or implied.  See the License for the
 ## specific language governing permissions and limitations
 ## under the License.
-
+#set($h1='#')
+#set($h2='##')
+#set($h3='###')
 #set($relVersion=$announceParameters.releaseVersion)
 #set($relCount=$announceParameters.releaseCount)
-  Apache Log4j ${relVersion} RELEASE NOTES
+#macro(formatAction $item)
+## Use replaceAll to fix up LF-only line ends on Windows.
+## Also replace < and > with entity versions to avoid HTML being 
misinterpreted.
+#set($action=$item.action.replaceAll("\n","
+").replaceAll("<", "").replaceAll(">", ""))
+#if($item.issue)
+#set($issue = $item.issue)
+#set($url = "https://issues.apache.org/jira/browse/$issue;)
+#else
+#set($issue = "")
+#end
+* #if($issue)[$issue]($url):#end
+
+${action}#if($item.dueTo) Thanks to ${item.dueTo}.#end
+
+#end
+## -
+$h1 Apache Log4j ${relVersion} Release Notes
 
 The ${developmentTeam} is pleased to announce the Log4j ${relVersion} release!
 
@@ -35,121 +54,58 @@ fixes are itemized below.
 Note that subsequent to the 2.6 release a minor source incompatibility was 
found due to the
 addition of new methods to the Logger interface. If you have code that does:
 
-logger.error(null, “This is the log message”, throwable);
+logger.error(null, “This is the log message”, throwable);
 
 or similar with any log level you will get a compiler error saying the 
reference is ambiguous.
 To correct this either do:
 
-logger.error(“This is the log message”, throwable);
+logger.error(“This is the log message”, throwable);
 
 or
 
-logger.error((Marker) null, “This is the log message”, throwable);
+logger.error((Marker) null, “This is the log message”, throwable);
 
 The Log4j ${relVersion} API, as well as many core components, maintains binary 
compatibility with previous releases.
 
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
-$release.description.replaceAll("  ", "
+$h2 $release.description.replaceAll("  ", "
 ")
 
-#if ($release.getActions().size() == 0)
+#if ($release.actions.size() == 0)
 No changes defined in this version.
 #else
 Changes in this version include:
 
 #if ($release.getActions('add').size() !=0)
-New features:
+$h3 New Features
 #foreach($actionItem in $release.getActions('add'))
-## Use replaceAll to fix up LF-only line ends on Windows.
-#set($action=$actionItem.getAction().replaceAll("\n","
-"))
-#if ($actionItem.getIssue())
-#set($issue=$actionItem.getIssue())
-#else
-#set($issue="")
-#end
-#if ($actionItem.getDueTo())
-#set($dueto=$actionItem.getDueTo())
-#else
-#set($dueto="")
-#end
-o#if($!issue != "") $issue: #end ${action} #if($!dueto != "")Thanks to $dueto. 
#end
-
-#set($issue="")
-#set($dueto="")
+#formatAction($actionItem)
 #end
 #end
 
 #if ($release.getActions('fix').size() !=0)
-Fixed Bugs:
+$h3 Fixed Bugs
 #foreach($actionItem in $release.getActions('fix'))
-## Use replaceAll to fix up LF-only line ends on 

[2/3] logging-log4j2 git commit: Migrate log4j-bom to use logging-parent

2017-01-28 Thread mattsicker
Migrate log4j-bom to use logging-parent


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c3c0acf8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c3c0acf8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c3c0acf8

Branch: refs/heads/master
Commit: c3c0acf81a3da5c682a873ad247296d7a81333da
Parents: 6c83bc6
Author: Matt Sicker 
Authored: Sat Jan 21 15:30:31 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 21 15:30:31 2017 -0600

--
 log4j-bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c3c0acf8/log4j-bom/pom.xml
--
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index d35c700..9336483 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -19,9 +19,9 @@
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
   
-org.apache
-apache
-9
+org.apache.logging
+logging-parent
+1
   
   4.0.0
   Apache Log4j BOM



[3/3] logging-log4j2 git commit: Merge branch 'logging-parent'

2017-01-28 Thread mattsicker
Merge branch 'logging-parent'


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c8c6438d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c8c6438d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c8c6438d

Branch: refs/heads/master
Commit: c8c6438daffa24583756cb0912f9af8e4605e73f
Parents: 1fe46b1 c3c0acf
Author: Matt Sicker 
Authored: Sat Jan 28 11:03:00 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 11:03:00 2017 -0600

--
 log4j-1.2-api/pom.xml|  2 +-
 log4j-api-scala_2.10/pom.xml |  2 +-
 log4j-api-scala_2.11/pom.xml |  2 +-
 log4j-api/pom.xml|  2 +-
 log4j-bom/pom.xml|  6 ++---
 log4j-core/pom.xml   |  2 +-
 log4j-flume-ng/pom.xml   |  2 +-
 log4j-iostreams/pom.xml  |  2 +-
 log4j-jcl/pom.xml|  2 +-
 log4j-jmx-gui/pom.xml|  2 +-
 log4j-jul/pom.xml|  2 +-
 log4j-liquibase/pom.xml  |  2 +-
 log4j-nosql/pom.xml  |  2 +-
 log4j-osgi/pom.xml   |  2 +-
 log4j-slf4j-impl/pom.xml |  2 +-
 log4j-taglib/pom.xml |  2 +-
 log4j-to-slf4j/pom.xml   |  2 +-
 log4j-web/pom.xml|  2 +-
 pom.xml  | 53 +++
 19 files changed, 29 insertions(+), 64 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-1.2-api/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-api-scala_2.10/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-api-scala_2.11/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-api/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-bom/pom.xml
--
diff --cc log4j-bom/pom.xml
index 2c47d4b,9336483..44fde2e
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@@ -15,11 -15,13 +15,11 @@@
See the license for the specific language governing permissions and
limitations under the license.
-->
 -http://maven.apache.org/POM/4.0.0;
 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 +http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>

- org.apache
- apache
- 9
+ org.apache.logging
+ logging-parent
+ 1

4.0.0
Apache Log4j BOM

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-core/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-flume-ng/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-iostreams/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-jcl/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-jmx-gui/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-jul/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-liquibase/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-nosql/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-osgi/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-slf4j-impl/pom.xml
--

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c8c6438d/log4j-taglib/pom.xml
--


[1/3] logging-log4j2 git commit: Migrate to logging-parent

2017-01-28 Thread mattsicker
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1fe46b115 -> c8c6438da


Migrate to logging-parent

This also cleans up some unnecessary configs that are specified in the
parent pom.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6c83bc67
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6c83bc67
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6c83bc67

Branch: refs/heads/master
Commit: 6c83bc67cfeeea22358bed76b21580b96375ff9f
Parents: 15ae9d0
Author: Matt Sicker 
Authored: Sat Jan 21 15:24:51 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 21 15:24:51 2017 -0600

--
 log4j-1.2-api/pom.xml|  2 +-
 log4j-api-scala_2.10/pom.xml |  2 +-
 log4j-api-scala_2.11/pom.xml |  2 +-
 log4j-api/pom.xml|  2 +-
 log4j-core/pom.xml   |  2 +-
 log4j-flume-ng/pom.xml   |  2 +-
 log4j-iostreams/pom.xml  |  2 +-
 log4j-jcl/pom.xml|  2 +-
 log4j-jmx-gui/pom.xml|  2 +-
 log4j-jul/pom.xml|  2 +-
 log4j-liquibase/pom.xml  |  2 +-
 log4j-nosql/pom.xml  |  2 +-
 log4j-osgi/pom.xml   |  2 +-
 log4j-slf4j-impl/pom.xml |  2 +-
 log4j-taglib/pom.xml |  2 +-
 log4j-to-slf4j/pom.xml   |  2 +-
 log4j-web/pom.xml|  2 +-
 pom.xml  | 53 +++
 18 files changed, 26 insertions(+), 61 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-1.2-api/pom.xml
--
diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 98b6716..8bccbc8 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -210,7 +210,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-api-scala_2.10/pom.xml
--
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index 2bbeeaa..1ceeea8 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -144,7 +144,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-api-scala_2.11/pom.xml
--
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index cc40624..19299e2 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -144,7 +144,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-api/pom.xml
--
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index debeb2f..d43b2e4 100644
--- a/log4j-api/pom.xml
+++ b/log4j-api/pom.xml
@@ -227,7 +227,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-core/pom.xml
--
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 14fb8b3..978ec46 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -515,7 +515,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-flume-ng/pom.xml
--
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index 06bb7b5..964354b 100644
--- a/log4j-flume-ng/pom.xml
+++ b/log4j-flume-ng/pom.xml
@@ -245,7 +245,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6c83bc67/log4j-iostreams/pom.xml
--
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 1ca56b4..921d928 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -190,7 +190,7 @@
 

logging-log4j-boot git commit: Use Log4j 2.8

2017-01-28 Thread mattsicker
Repository: logging-log4j-boot
Updated Branches:
  refs/heads/master eb12b2b61 -> deeac70d0


Use Log4j 2.8


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/commit/deeac70d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/tree/deeac70d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/diff/deeac70d

Branch: refs/heads/master
Commit: deeac70d010c64258779001f1c2c9fa69cdea8a1
Parents: eb12b2b
Author: Matt Sicker 
Authored: Sat Jan 28 11:05:17 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 11:05:17 2017 -0600

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/blob/deeac70d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 36ab271..55b3d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
   
 1.7
 1.7
-2.7.1-SNAPSHOT
+2.8
 1.7.22
 5.14.1
 3.1.0



[logging-log4j-boot] Git Push Summary

2017-01-28 Thread mattsicker
Repository: logging-log4j-boot
Updated Branches:
  refs/heads/logging-parent [deleted] eb12b2b61


logging-log4j-boot git commit: Migrate to logging-parent

2017-01-28 Thread mattsicker
Repository: logging-log4j-boot
Updated Branches:
  refs/heads/master d5fc742b4 -> eb12b2b61


Migrate to logging-parent


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/commit/eb12b2b6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/tree/eb12b2b6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/diff/eb12b2b6

Branch: refs/heads/master
Commit: eb12b2b61b9981aa0fffc19221f965bb2f5ad3eb
Parents: d5fc742
Author: Matt Sicker 
Authored: Sat Jan 21 15:18:18 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 21 15:18:18 2017 -0600

--
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/blob/eb12b2b6/pom.xml
--
diff --git a/pom.xml b/pom.xml
index d030e6f..36ab271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,9 @@
   4.0.0
 
   
-org.apache
-apache
-18
+org.apache.logging
+logging-parent
+1
   
 
   org.apache.logging.log4j.boot
@@ -181,4 +181,4 @@
 
   
 
-
\ No newline at end of file
+



logging-log4j-scala git commit: Raise version to 2.8.1-SNAPSHOT

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 75ee3cd11 -> db1925817


Raise version to 2.8.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/db192581
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/db192581
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/db192581

Branch: refs/heads/master
Commit: db192581763c415af4b1acda50f253949e110255
Parents: 75ee3cd
Author: Matt Sicker 
Authored: Sat Jan 28 10:59:49 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 28 10:59:49 2017 -0600

--
 log4j-api-scala-sample/pom.xml | 2 +-
 log4j-api-scala_2.10/pom.xml   | 2 +-
 log4j-api-scala_2.11/pom.xml   | 2 +-
 log4j-api-scala_2.12/pom.xml   | 2 +-
 pom.xml| 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala-sample/pom.xml
--
diff --git a/log4j-api-scala-sample/pom.xml b/log4j-api-scala-sample/pom.xml
index 8b293f1..e4967ec 100644
--- a/log4j-api-scala-sample/pom.xml
+++ b/log4j-api-scala-sample/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.logging.log4j
 log4j-scala
-2.7.1-SNAPSHOT
+2.8.1-SNAPSHOT
 ../
   
   log4j-api-scala-sample

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.10/pom.xml
--
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index 77e8ae6..5a6721d 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.logging.log4j
 log4j-scala
-2.7.1-SNAPSHOT
+2.8.1-SNAPSHOT
 ../
   
   log4j-api-scala_2.10

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.11/pom.xml
--
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index 5220bdc..1e87803 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.logging.log4j
 log4j-scala
-2.7.1-SNAPSHOT
+2.8.1-SNAPSHOT
 ../
   
   log4j-api-scala_2.11

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/log4j-api-scala_2.12/pom.xml
--
diff --git a/log4j-api-scala_2.12/pom.xml b/log4j-api-scala_2.12/pom.xml
index 156caeb..8bcde23 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.logging.log4j
 log4j-scala
-2.7.1-SNAPSHOT
+2.8.1-SNAPSHOT
 ../
   
   log4j-api-scala_2.12

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/db192581/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8b447ab..51c2bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   org.apache.logging.log4j
   log4j-scala
-  2.7.1-SNAPSHOT
+  2.8.1-SNAPSHOT
   pom
 
   Apache Log4j 2 Scala API
@@ -42,7 +42,7 @@
   
 3.6
 ${basedir}
-2.7
+2.8
 2.12.1
 3.7
   



[logging-log4j-scala] Git Push Summary

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/logging-parent [deleted] 75ee3cd11


logging-log4j-scala git commit: Use logging-parent as new parent pom

2017-01-28 Thread mattsicker
Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 9831ccc76 -> 75ee3cd11


Use logging-parent as new parent pom

Clean up unnecessary build configurations (although there are probably
still more) specified by the parent pom.

This also copies over some implicit pom.xml configuration that was
relied upon from the old parent pom.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/75ee3cd1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/75ee3cd1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/75ee3cd1

Branch: refs/heads/master
Commit: 75ee3cd115e5dfd83bd9b99593acdcc0e73bd44e
Parents: 9831ccc
Author: Matt Sicker 
Authored: Sat Jan 21 15:14:10 2017 -0600
Committer: Matt Sicker 
Committed: Sat Jan 21 15:14:10 2017 -0600

--
 log4j-api-scala_2.10/pom.xml | 17 +
 log4j-api-scala_2.11/pom.xml | 17 +
 log4j-api-scala_2.12/pom.xml | 19 ++
 pom.xml  | 75 +++
 4 files changed, 58 insertions(+), 70 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/75ee3cd1/log4j-api-scala_2.10/pom.xml
--
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index b009850..77e8ae6 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -100,21 +100,6 @@
 org.apache.maven.plugins
 maven-surefire-plugin
   
-  
-  
-org.apache.maven.plugins
-maven-remote-resources-plugin
-
-  
-
-  process
-
-
-  false
-
-  
-
-  
   
 org.apache.felix
 maven-bundle-plugin
@@ -144,7 +129,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/75ee3cd1/log4j-api-scala_2.11/pom.xml
--
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index ae8b404..5220bdc 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -100,21 +100,6 @@
 org.apache.maven.plugins
 maven-surefire-plugin
   
-  
-  
-org.apache.maven.plugins
-maven-remote-resources-plugin
-
-  
-
-  process
-
-
-  false
-
-  
-
-  
   
 org.apache.felix
 maven-bundle-plugin
@@ -144,7 +129,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/75ee3cd1/log4j-api-scala_2.12/pom.xml
--
diff --git a/log4j-api-scala_2.12/pom.xml b/log4j-api-scala_2.12/pom.xml
index 2e2fea6..156caeb 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -32,6 +32,8 @@
 /scala_2.12
 2.12.0
 3.2.2
+1.8
+1.8
   
   
 
@@ -100,21 +102,6 @@
 org.apache.maven.plugins
 maven-surefire-plugin
   
-  
-  
-org.apache.maven.plugins
-maven-remote-resources-plugin
-
-  
-
-  process
-
-
-  false
-
-  
-
-  
   
 org.apache.felix
 maven-bundle-plugin
@@ -144,7 +131,7 @@
 maven-pmd-plugin
 ${pmd.plugin.version}
 
-  ${maven.compile.target}
+  ${maven.compiler.target}
 
   
   

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/75ee3cd1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 72f4521..8b447ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,11 +18,12 @@
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
   4.0.0
   
-org.apache.logging.log4j
-log4j
-2.7.1-SNAPSHOT
+org.apache.logging
+logging-parent
+1
   
 
+  org.apache.logging.log4j
   log4j-scala
   2.7.1-SNAPSHOT
   pom
@@ -41,6 +42,9 @@
   
 3.6
 ${basedir}
+2.7
+2.12.1
+3.7
   
 
   
@@ -60,6 +64,36 @@
 log4j-api-scala_2.12