Shouldn't the change log entry be something like "Removed unwanted transitive dependency on geronimo-jms_1.1_spec to allow OSGi tests to pass."?
Sent from my iPhone > On 5 Dec 2016, at 3:19, ggreg...@apache.org wrote: > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 19ac9876f -> e0d9aa76b > > > [LOG4J2-1723] > > Unwanted transitive dependency on geronimo-jms_1.1_spec causes OSGi > tests to fail. > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e0d9aa76 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e0d9aa76 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e0d9aa76 > > Branch: refs/heads/master > Commit: e0d9aa76b8b960f97577e6dffb923cf1376e95ff > Parents: 19ac987 > Author: Gary Gregory <ggreg...@apache.org> > Authored: Sun Dec 4 10:19:11 2016 -0800 > Committer: Gary Gregory <ggreg...@apache.org> > Committed: Sun Dec 4 10:19:11 2016 -0800 > > ---------------------------------------------------------------------- > log4j-core/pom.xml | 6 ++++++ > src/changes/changes.xml | 3 +++ > 2 files changed, 9 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e0d9aa76/log4j-core/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml > index 5228a8d..0f19606 100644 > --- a/log4j-core/pom.xml > +++ b/log4j-core/pom.xml > @@ -234,6 +234,12 @@ > <groupId>org.apache.activemq</groupId> > <artifactId>activemq-broker</artifactId> > <scope>test</scope> > + <exclusions> > + <exclusion> > + <groupId>org.apache.geronimo.specs</groupId> > + <artifactId>geronimo-jms_1.1_spec</artifactId> > + </exclusion> > + </exclusions> > </dependency> > <dependency> > <groupId>commons-logging</groupId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e0d9aa76/src/changes/changes.xml > ---------------------------------------------------------------------- > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > index 8830609..1280d14 100644 > --- a/src/changes/changes.xml > +++ b/src/changes/changes.xml > @@ -138,6 +138,9 @@ > <action issue="LOG4J2-1676" dev="ggregory" type="fix" due-to="Joern > Huxhorn"> > Some LogEvents may not carry a Throwable (Use Message.getThrowable() > in log(Message) methods.) > </action> > + <action issue="LOG4J2-1723" dev="ggregory" type="fix" due-to="Ludovic > HOCHET"> > + Unwanted transitive dependency on geronimo-jms_1.1_spec causes OSGi > tests to fail. > + </action> > <action issue="LOG4J2-1644" dev="ggregory" type="update" due-to="Tim > Gokcen, Pavel Sivolobtchik"> > Inefficient locking in AbstractLoggerAdapter. > </action> > --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org