dev@glassfish.java.net

Re: Please review changes to flashlight/btrace pom.xml to pull in new vesrsion of btrace jars

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 19 Oct 2009 16:14:41 -0700

Hi Sreeni,

Please add the depenency in <dependencyManagement> in v3/pom.xml and
remove the version in the modules's pom.xml.

Thanks,
Jane

Sreenivas Munnangi wrote:
> Hi,
>
> BTrace team has provided a fix in their new version 1.0.4 [1] to
> resolve glassfishv3 deadlock issue 9898 [2]. Performance team
> confirmed that with this patch deadlock issue is resolved.
>
> Following are the glassfish side changes to integrate with new version
> of btrace 1.0.4.
>
> munnangi[81]: svn diff flashlight/btrace/pom.xml
> Index: flashlight/btrace/pom.xml
> ===================================================================
> --- flashlight/btrace/pom.xml (revision 32929)
> +++ flashlight/btrace/pom.xml (working copy)
> @@ -119,13 +119,13 @@
> <dependency>
> <groupId>com.sun.tools.btrace</groupId>
> <artifactId>btrace-agent</artifactId>
> - <version>1.0.3</version>
> + <version>1.0.4</version>
> <optional>true</optional>
> </dependency>
> <dependency>
> <groupId>com.sun.tools.btrace</groupId>
> <artifactId>btrace-boot</artifactId>
> - <version>1.0.3</version>
> + <version>1.0.4</version>
> <optional>true</optional>
> </dependency>
> </dependencies>
> munnangi[82]:
>
> thanks
> sreeni
>
> [1]
> http://download.java.net/maven/2/com/sun/tools/btrace/btrace-agent/1.0.4/
> [2]
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=9898
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>