On May 10, 2011, at 8:36 AM, ma...@apache.org wrote:

> Author: markt
> Date: Tue May 10 15:36:44 2011
> New Revision: 1101509
> 
> URL: http://svn.apache.org/viewvc?rev=1101509&view=rev
> Log:
> Work with Java 1.6 for now. Options for 1.5 (e.g. copying stuff from Harmony) 
> can be explored once the re-write is complete if it is considered worthwhile.
> 
I am OK with this for now, but after plating a little myself with the options, 
I     am not sure the 1.6 classes "unhacked" are going to get us what we need 
without changing the evictor and LIFO/FIFO contracts (seems we will need 
cursorability).

Phil

> Modified:
>    commons/proper/pool/trunk/build.xml
>    commons/proper/pool/trunk/pom.xml
> 
> Modified: commons/proper/pool/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1101509&r1=1101508&r2=1101509&view=diff
> ==============================================================================
> --- commons/proper/pool/trunk/build.xml (original)
> +++ commons/proper/pool/trunk/build.xml Tue May 10 15:36:44 2011
> @@ -61,8 +61,8 @@
>       <property name="javac.optimize" value="false"/>
>       <property name="javac.debug" value="true"/>
>       <property name="javac.deprecation" value="true"/>
> -      <property name="javac.target.version" value="1.5"/>
> -      <property name="javac.src.version" value="1.5"/>
> +      <property name="javac.target.version" value="1.6"/>
> +      <property name="javac.src.version" value="1.6"/>
>    </target>
> 
>    <!-- ######################################################### -->
> 
> Modified: commons/proper/pool/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1101509&r1=1101508&r2=1101509&view=diff
> ==============================================================================
> --- commons/proper/pool/trunk/pom.xml (original)
> +++ commons/proper/pool/trunk/pom.xml Tue May 10 15:36:44 2011
> @@ -135,8 +135,8 @@
>   <properties>
>     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
> -    <maven.compile.source>1.5</maven.compile.source>
> -    <maven.compile.target>1.5</maven.compile.target>
> +    <maven.compile.source>1.6</maven.compile.source>
> +    <maven.compile.target>1.6</maven.compile.target>
>     <commons.componentid>pool</commons.componentid>
>     <commons.release.version>2.0</commons.release.version>
>     <commons.jira.id>POOL</commons.jira.id>
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to