dev@glassfish.java.net

Re: Please review - changes related to Metro 2.1-b07 integration into GF 3.1

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 29 Jun 2010 10:04:34 -0700

Potociar Marek wrote:
> Hi Jane,
>
> On 29.6.2010, at 16:31, Jane Young wrote:
>
>> Hi Marek,
>>
>> It's good that we are changing jaxb version from 2.2.1.1-promoted-b2
>> to 2.2.2-promoted-b91 since Maven versioning scheme doesn't take 4
>> digits. (Please see Sahoo's e-mail on Maven versision:
>> http://old.nabble.com/Don%27t-assign-older-version-to-newer-maven-artifacts-ts28984375.html)
>>
>> FYI: 2.2.1.1-promoted-b2 in Maven versisioning is:
>>
>> java -jar maven-version.jar 2.2.1.1-promoted-b2
>> major = 0, minor = 0, micro = 0, qualifier = 2.2.1.1-promoted-b2,
>> buildNumber = 0
>>
>
> I had a similar conversation with Sahoo recently regarding the
> Woodstox OSGi 3.2.1.1 version. The Woodstox version will get fixed
> once we switch to the officially provided Woodstox 4.x OSGi bundle
> (there is some legal process going on right now as well as we need to
> make sure that Woodstox 4.x passes all TCK tests first).
>
Okay.
>>
>> Since
>> + <jaxb-api.version>2.2.2-promoted-b91</jaxb-api.version>
>> + <jaxb.version>2.2.2-promoted-b91</jaxb.version>
>>
>> are the same version, can we use one property for jaxb.version?
>
> Actually, I had to split the property into these two only recently as
> previous JAXB 2.2.2 implementation build was depending on JAXB 2.2.1
> API bundle. So I'd prefer keeping the two separate in case the similar
> thing happens in the future (even now JAXB API OSGi bundle
> v2.2.2-promoted-b91 is actually just a re-bundled version of JAXB API
> 2.2.1 - see the exported packages in the manifest file).
>
That's fine then.
The changes look fine.

Thanks,
Jane
> Thank you,
> Marek
>
>>
>> Thanks,
>> Jane
>>
>>
>> Potociar Marek wrote:
>>> Hello,
>>> I have made changes (listed bellow) in the GFv3 workspace related to
>>> the integration of Metro 2.1-b07 promoted build. Please let me know
>>> if you see any issues.
>>>
>>> Thanks,
>>> Marek
>>>
>>>
>>> changes in v3/pom.xml:
>>> ======================
>>>
>>> # This patch file was generated by NetBeans IDE
>>> # It uses platform neutral UTF-8 encoding and \n newlines.
>>> --- Remotely Modified (Based On HEAD)
>>> +++ Locally Modified (Based On LOCAL)
>>> @@ -134,10 +134,10 @@
>>> <uc-pkg-client.version>1.122-38.2791</uc-pkg-client.version>
>>>
>>> <uc-pkg-bootstrap.version>1.122-38.2791</uc-pkg-bootstrap.version>
>>>
>>> - <webservices.version>2.1-b06</webservices.version>
>>> + <webservices.version>2.1-b07</webservices.version>
>>> <woodstox.version>3.2.1.1</woodstox.version>
>>> - <jaxb-api.version>2.2.1</jaxb-api.version>
>>> - <jaxb.version>2.2.1.1-promoted-b2</jaxb.version>
>>> + <jaxb-api.version>2.2.2-promoted-b91</jaxb-api.version>
>>> + <jaxb.version>2.2.2-promoted-b91</jaxb.version>
>>> <!--webservices.version>2.1-b05</webservices.version>
>>> <woodstox.version>3.2.1</woodstox.version>
>>> <jaxb-api.version>2.2.1</jaxb-api.version>
>>>
>>> change in v3/packager/pkg_conf.py.template:
>>> ===========================================
>>>
>>> # This patch file was generated by NetBeans IDE
>>> # It uses platform neutral UTF-8 encoding and \n newlines.
>>> --- Remotely Modified (Based On HEAD)
>>> +++ Locally Modified (Based On LOCAL)
>>> @@ -26,7 +26,7 @@
>>> corba_version="3.1.0,0-1"
>>> jsf_version="2.0.2,0-10"
>>> grizzly_version="1.9.19,0-1"
>>> -metro_version="2.1,0-6"
>>> +metro_version="2.1,0-7"
>>> javahelp_version="2.0.2,0-0"
>>> shoal_version="1.5.2,0-0"
>>>
>>>
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>