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:59:08 -0700

Looks fine. Thanks.

Sreenivas Munnangi wrote:
> Jane Young wrote:
>> Hi Sreeni,
>>
>> Please add the depenency in <dependencyManagement> in v3/pom.xml and
>> remove the version in the modules's pom.xml.
> done, pl. see the following
>
> munnangi[88]: svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 32929)
> +++ pom.xml (working copy)
> @@ -157,6 +157,7 @@
>
> <glassfish-management-api.version>3.0.0-b010</glassfish-management-api.version>
>
> <mimepull.version>1.4</mimepull.version>
> <findbugs.exclude></findbugs.exclude>
> + <btrace.version>1.0.4</btrace.version>
> </properties>
>
>
> @@ -1014,6 +1015,16 @@
> <artifactId>javahelp</artifactId>
> <version>2.0.02</version>
> </dependency>
> + <dependency>
> + <groupId>com.sun.tools.btrace</groupId>
> + <artifactId>btrace-agent</artifactId>
> + <version>${btrace.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>com.sun.tools.btrace</groupId>
> + <artifactId>btrace-boot</artifactId>
> + <version>${btrace.version}</version>
> + </dependency>
> </dependencies>
> </dependencyManagement>
> <!-- End: Dependency management -->
> munnangi[89]:
>
>
> munnangi[97]: svn diff btrace/pom.xml
> Index: btrace/pom.xml
> ===================================================================
> --- btrace/pom.xml (revision 32929)
> +++ btrace/pom.xml (working copy)
> @@ -119,13 +119,11 @@
> <dependency>
> <groupId>com.sun.tools.btrace</groupId>
> <artifactId>btrace-agent</artifactId>
> - <version>1.0.3</version>
> <optional>true</optional>
> </dependency>
> <dependency>
> <groupId>com.sun.tools.btrace</groupId>
> <artifactId>btrace-boot</artifactId>
> - <version>1.0.3</version>
> <optional>true</optional>
> </dependency>
> </dependencies>
> munnangi[98]:
>
>
>>
>> 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
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>