On 8/19/15 3:35 AM, Jörg Schaible wrote:
> Hi Phil,
>
> Phil Steitz wrote:
>
>> Can I get someone with a little more osgi and maven knowledge to
>> have a look at DBCP-445?  I would appreciate feedback on whether the
>> suggested fix is a good idea and how to get maven to do it if it is.

Thanks, Jörg!

Now, the question is, is this the right thing to do?  Is 1.1 the
right version to use?

Phil
> Here's at least the Maven part:
>
> ==================== %< ==================
> $ svndiff
> Index: pom.xml
> ===================================================================
> --- pom.xml     (revision 1696548)
> +++ pom.xml     (working copy)
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.commons</groupId>
>      <artifactId>commons-parent</artifactId>
> -    <version>34</version>
> +    <version>37</version>
>    </parent>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.commons</groupId>
> @@ -242,6 +242,8 @@
>  
>      <!-- Temporary fix to support Java 8 -->
>      <commons.jacoco.version>0.7.4.201502262128</commons.jacoco.version>
> +    <!-- See DBCP-445 -->
> +    
> <commons.osgi.import>*,javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial</commons.osgi.import>
>    </properties> 
>  
>    <build>
> ==================== %< ==================
>
> Cheers,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to