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 Gary Gregory <ga...@gmail.com> on 2014/03/27 02:31:47 UTC

Java 7 again

There are some dependencies on Java 7 in the code now:

Description    Resource    Path    Location    Type
The import java.util.concurrent.ThreadLocalRandom cannot be resolved
ConfigurationTest.java
/log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
28    Java Problem
ThreadLocalRandom cannot be resolved    ConfigurationTest.java
/log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
130    Java Problem

Can the author fix those? Or, should we update to Java 7?

Gary

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Java 7 again

Posted by Gary Gregory <ga...@gmail.com>.
Great! Thank you,
Gary


On Wed, Mar 26, 2014 at 10:03 PM, Matt Sicker <bo...@gmail.com> wrote:

> Fixed in r1582149.
>
>
> On 26 March 2014 20:57, Gary Gregory <ga...@gmail.com> wrote:
>
>> Easy on the potty talk mister! ;)
>>
>> G
>>
>>
>> On Wed, Mar 26, 2014 at 9:50 PM, Matt Sicker <bo...@gmail.com> wrote:
>>
>>> Oh well shit, that was my bad. I'll take a look.
>>>
>>>
>>> On 26 March 2014 20:31, Gary Gregory <ga...@gmail.com> wrote:
>>>
>>>> There are some dependencies on Java 7 in the code now:
>>>>
>>>> Description    Resource    Path    Location    Type
>>>> The import java.util.concurrent.ThreadLocalRandom cannot be resolved
>>>> ConfigurationTest.java
>>>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>>>> 28    Java Problem
>>>> ThreadLocalRandom cannot be resolved    ConfigurationTest.java
>>>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>>>> 130    Java Problem
>>>>
>>>> Can the author fix those? Or, should we update to Java 7?
>>>>
>>>> Gary
>>>>
>>>> --
>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>>> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
>>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>>> Spring Batch in Action <http://www.manning.com/templier/>
>>>> Blog: http://garygregory.wordpress.com
>>>> Home: http://garygregory.com/
>>>> Tweet! http://twitter.com/GaryGregory
>>>>
>>>
>>>
>>>
>>> --
>>> Matt Sicker <bo...@gmail.com>
>>>
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Java 7 again

Posted by Matt Sicker <bo...@gmail.com>.
Fixed in r1582149.


On 26 March 2014 20:57, Gary Gregory <ga...@gmail.com> wrote:

> Easy on the potty talk mister! ;)
>
> G
>
>
> On Wed, Mar 26, 2014 at 9:50 PM, Matt Sicker <bo...@gmail.com> wrote:
>
>> Oh well shit, that was my bad. I'll take a look.
>>
>>
>> On 26 March 2014 20:31, Gary Gregory <ga...@gmail.com> wrote:
>>
>>> There are some dependencies on Java 7 in the code now:
>>>
>>> Description    Resource    Path    Location    Type
>>> The import java.util.concurrent.ThreadLocalRandom cannot be resolved
>>> ConfigurationTest.java
>>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>>> 28    Java Problem
>>> ThreadLocalRandom cannot be resolved    ConfigurationTest.java
>>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>>> 130    Java Problem
>>>
>>> Can the author fix those? Or, should we update to Java 7?
>>>
>>> Gary
>>>
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> Spring Batch in Action <http://www.manning.com/templier/>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>>>
>>
>>
>>
>> --
>> Matt Sicker <bo...@gmail.com>
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>

Re: Java 7 again

Posted by Gary Gregory <ga...@gmail.com>.
Easy on the potty talk mister! ;)

G


On Wed, Mar 26, 2014 at 9:50 PM, Matt Sicker <bo...@gmail.com> wrote:

> Oh well shit, that was my bad. I'll take a look.
>
>
> On 26 March 2014 20:31, Gary Gregory <ga...@gmail.com> wrote:
>
>> There are some dependencies on Java 7 in the code now:
>>
>> Description    Resource    Path    Location    Type
>> The import java.util.concurrent.ThreadLocalRandom cannot be resolved
>> ConfigurationTest.java
>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>> 28    Java Problem
>> ThreadLocalRandom cannot be resolved    ConfigurationTest.java
>> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
>> 130    Java Problem
>>
>> Can the author fix those? Or, should we update to Java 7?
>>
>> Gary
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Java 7 again

Posted by Matt Sicker <bo...@gmail.com>.
Oh well shit, that was my bad. I'll take a look.


On 26 March 2014 20:31, Gary Gregory <ga...@gmail.com> wrote:

> There are some dependencies on Java 7 in the code now:
>
> Description    Resource    Path    Location    Type
> The import java.util.concurrent.ThreadLocalRandom cannot be resolved
> ConfigurationTest.java
> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
> 28    Java Problem
> ThreadLocalRandom cannot be resolved    ConfigurationTest.java
> /log4j-core/src/test/java/org/apache/logging/log4j/core/config    line
> 130    Java Problem
>
> Can the author fix those? Or, should we update to Java 7?
>
> Gary
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>