You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Remko Popma <re...@gmail.com> on 2014/09/22 15:37:00 UTC

Re: git commit: Revert WIP that does not compile due to dep on the new class.

Thanks for the quick response!

Sent from my iPhone

> On 2014/09/22, at 20:38, ggregory@apache.org wrote:
> 
> Repository: logging-log4j2
> Updated Branches:
>  refs/heads/master ef6183cde -> 9aec5c501
> 
> 
> Revert WIP that does not compile due to dep on the new class.
> 
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9aec5c50
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9aec5c50
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9aec5c50
> 
> Branch: refs/heads/master
> Commit: 9aec5c5019cf9a058fa89ecab6475217b204bf27
> Parents: ef6183c
> Author: Gary Gregory <ga...@gmail.com>
> Authored: Mon Sep 22 07:38:40 2014 -0400
> Committer: Gary Gregory <ga...@gmail.com>
> Committed: Mon Sep 22 07:38:40 2014 -0400
> 
> ----------------------------------------------------------------------
> .../java/org/apache/logging/log4j/core/lookup/Interpolator.java     | 1 -
> 1 file changed, 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9aec5c50/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java
> ----------------------------------------------------------------------
> diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java
> index c437ea8..0282bd0 100644
> --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java
> +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java
> @@ -85,7 +85,6 @@ public class Interpolator extends AbstractLookup {
>         lookups.put("sys", new SystemPropertiesLookup());
>         lookups.put("env", new EnvironmentLookup());
>         lookups.put("main", MapLookup.MAIN_SINGLETON);
> -        lookups.put("java", new JavaLookup());
>         // JNDI
>         try {
>             // [LOG4J2-703] We might be on Android
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org