You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by Bryant Luk <br...@gmail.com> on 2009/10/30 22:28:15 UTC

Version 1.0 Additions

Hi,

Since we're going to re-spin the build another time, in addition to
the LICENSE/NOTICE changes, I think we should pick up the changes for:
the ResourceRegistry performance improvement
WINK-220 (Michael's HttpClient fix)
WINK-221 (JaxbElement fix)
WINK-222 (Performance improvement to JAXB provider)

We don't need to pick up the changes to the main pom.xml for the
wink-itests nor the wink-assembly change for 1.0 (picking up those
changes means the number of artifacts would grow due to the way the
automation of the release is done I think).

Here's the file diff list:

LICENSE
NOTICE
wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java
wink-client/src/main/java/org/apache/wink/client/ClientResponse.java
wink-client/src/main/java/org/apache/wink/client/internal/handlers/ClientResponseImpl.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/AbstractJAXBProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBElementXmlProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBXmlProvider.java
wink-providers/wink-abdera-provider/pom.xml
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBElementProvider.java
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBProvider.java
wink-providers/wink-jettison-provider/src/test/java/org/apache/wink/providers/jettison/internal/JettisonJAXBBadgerFishTest.java
wink-scripts/wink-dist/DEPENDENCIES (deleted)
wink-scripts/wink-dist/DISCLAIMER (deleted)
wink-scripts/wink-dist/NOTICE (deleted)
wink-scripts/wink-dist/aggregatejar/DEPENDENCIES
wink-scripts/wink-dist/aggregatejar/DISCLAIMER
wink-scripts/wink-dist/aggregatejar/NOTICE
wink-scripts/wink-dist/binarydist/LICENSE
wink-scripts/wink-dist/binarydist/NOTICE
wink-scripts/wink-dist/build.xml
wink-server/src/main/java/org/apache/wink/server/internal/registry/ResourceRegistry.java

Re: Version 1.0 Additions

Posted by Mike Rheinheimer <ro...@ohmyhead.com>.
I actually read through that whole License/Notice discussion.  It made my
head hurt.  :)

Glad to hear about the perf improvements and fixes going into yet another
release build.  Hopefully this one makes it.

+1

mike


On Sat, Oct 31, 2009 at 4:26 PM, Nicholas Gallardo
<ni...@yahoo.com>wrote:

> I guess I could just change the versions in the poms, but I'm not sure if
> there are any other changes that would be dragged along with the 1.1 stuff.
>  Cleanliness over speediness I guess.
>
> -N
>
>
>
> ----- Original Message ----
> From: Nicholas Gallardo <ni...@yahoo.com>
> To: wink-dev@incubator.apache.org
> Sent: Sat, October 31, 2009 4:18:29 PM
> Subject: Re: Version 1.0 Additions
>
> I forgot that the build scripts bump the release version of the poms to
> release.next.
>
> So to re-spin the build I'm going to:
>
> - create a new branch from the original 1.0 tag
> - check for any changes that went into the branch after we tagged
> - merge any post-tag changes to the new branch
> - merge Bryant's changes to resolve the -1 and the additional changes into
> the new branch
> - then re-spin the build
>
> If I'm missing something and there's any easier way to do this, I'd be
> happy to hear it.
>
> -Nick
>
>
>
>
> ----- Original Message ----
> From: Bryant Luk <br...@gmail.com>
> To: wink-dev@incubator.apache.org
> Sent: Fri, October 30, 2009 4:28:15 PM
> Subject: Version 1.0 Additions
>
> Hi,
>
> Since we're going to re-spin the build another time, in addition to
> the LICENSE/NOTICE changes, I think we should pick up the changes for:
> the ResourceRegistry performance improvement
> WINK-220 (Michael's HttpClient fix)
> WINK-221 (JaxbElement fix)
> WINK-222 (Performance improvement to JAXB provider)
>
> We don't need to pick up the changes to the main pom.xml for the
> wink-itests nor the wink-assembly change for 1.0 (picking up those
> changes means the number of artifacts would grow due to the way the
> automation of the release is done I think).
>
> Here's the file diff list:
>
> LICENSE
> NOTICE
>
> wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java
> wink-client/src/main/java/org/apache/wink/client/ClientResponse.java
>
> wink-client/src/main/java/org/apache/wink/client/internal/handlers/ClientResponseImpl.java
>
> wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/AbstractJAXBProvider.java
>
> wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBElementXmlProvider.java
>
> wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBXmlProvider.java
> wink-providers/wink-abdera-provider/pom.xml
>
> wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBElementProvider.java
>
> wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBProvider.java
>
> wink-providers/wink-jettison-provider/src/test/java/org/apache/wink/providers/jettison/internal/JettisonJAXBBadgerFishTest.java
> wink-scripts/wink-dist/DEPENDENCIES (deleted)
> wink-scripts/wink-dist/DISCLAIMER (deleted)
> wink-scripts/wink-dist/NOTICE (deleted)
> wink-scripts/wink-dist/aggregatejar/DEPENDENCIES
> wink-scripts/wink-dist/aggregatejar/DISCLAIMER
> wink-scripts/wink-dist/aggregatejar/NOTICE
> wink-scripts/wink-dist/binarydist/LICENSE
> wink-scripts/wink-dist/binarydist/NOTICE
> wink-scripts/wink-dist/build.xml
>
> wink-server/src/main/java/org/apache/wink/server/internal/registry/ResourceRegistry.java
>
>
>
>

Re: Version 1.0 Additions

Posted by Nicholas Gallardo <ni...@yahoo.com>.
I guess I could just change the versions in the poms, but I'm not sure if there are any other changes that would be dragged along with the 1.1 stuff.  Cleanliness over speediness I guess.

-N



----- Original Message ----
From: Nicholas Gallardo <ni...@yahoo.com>
To: wink-dev@incubator.apache.org
Sent: Sat, October 31, 2009 4:18:29 PM
Subject: Re: Version 1.0 Additions

I forgot that the build scripts bump the release version of the poms to release.next.

So to re-spin the build I'm going to:

- create a new branch from the original 1.0 tag
- check for any changes that went into the branch after we tagged
- merge any post-tag changes to the new branch
- merge Bryant's changes to resolve the -1 and the additional changes into the new branch
- then re-spin the build

If I'm missing something and there's any easier way to do this, I'd be happy to hear it.

-Nick




----- Original Message ----
From: Bryant Luk <br...@gmail.com>
To: wink-dev@incubator.apache.org
Sent: Fri, October 30, 2009 4:28:15 PM
Subject: Version 1.0 Additions

Hi,

Since we're going to re-spin the build another time, in addition to
the LICENSE/NOTICE changes, I think we should pick up the changes for:
the ResourceRegistry performance improvement
WINK-220 (Michael's HttpClient fix)
WINK-221 (JaxbElement fix)
WINK-222 (Performance improvement to JAXB provider)

We don't need to pick up the changes to the main pom.xml for the
wink-itests nor the wink-assembly change for 1.0 (picking up those
changes means the number of artifacts would grow due to the way the
automation of the release is done I think).

Here's the file diff list:

LICENSE
NOTICE
wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java
wink-client/src/main/java/org/apache/wink/client/ClientResponse.java
wink-client/src/main/java/org/apache/wink/client/internal/handlers/ClientResponseImpl.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/AbstractJAXBProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBElementXmlProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBXmlProvider.java
wink-providers/wink-abdera-provider/pom.xml
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBElementProvider.java
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBProvider.java
wink-providers/wink-jettison-provider/src/test/java/org/apache/wink/providers/jettison/internal/JettisonJAXBBadgerFishTest.java
wink-scripts/wink-dist/DEPENDENCIES (deleted)
wink-scripts/wink-dist/DISCLAIMER (deleted)
wink-scripts/wink-dist/NOTICE (deleted)
wink-scripts/wink-dist/aggregatejar/DEPENDENCIES
wink-scripts/wink-dist/aggregatejar/DISCLAIMER
wink-scripts/wink-dist/aggregatejar/NOTICE
wink-scripts/wink-dist/binarydist/LICENSE
wink-scripts/wink-dist/binarydist/NOTICE
wink-scripts/wink-dist/build.xml
wink-server/src/main/java/org/apache/wink/server/internal/registry/ResourceRegistry.java


      

Re: Version 1.0 Additions

Posted by Nicholas Gallardo <ni...@yahoo.com>.
I forgot that the build scripts bump the release version of the poms to release.next.

So to re-spin the build I'm going to:

- create a new branch from the original 1.0 tag
- check for any changes that went into the branch after we tagged
- merge any post-tag changes to the new branch
- merge Bryant's changes to resolve the -1 and the additional changes into the new branch
- then re-spin the build

If I'm missing something and there's any easier way to do this, I'd be happy to hear it.

-Nick




----- Original Message ----
From: Bryant Luk <br...@gmail.com>
To: wink-dev@incubator.apache.org
Sent: Fri, October 30, 2009 4:28:15 PM
Subject: Version 1.0 Additions

Hi,

Since we're going to re-spin the build another time, in addition to
the LICENSE/NOTICE changes, I think we should pick up the changes for:
the ResourceRegistry performance improvement
WINK-220 (Michael's HttpClient fix)
WINK-221 (JaxbElement fix)
WINK-222 (Performance improvement to JAXB provider)

We don't need to pick up the changes to the main pom.xml for the
wink-itests nor the wink-assembly change for 1.0 (picking up those
changes means the number of artifacts would grow due to the way the
automation of the release is done I think).

Here's the file diff list:

LICENSE
NOTICE
wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java
wink-client/src/main/java/org/apache/wink/client/ClientResponse.java
wink-client/src/main/java/org/apache/wink/client/internal/handlers/ClientResponseImpl.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/AbstractJAXBProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBElementXmlProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBXmlProvider.java
wink-providers/wink-abdera-provider/pom.xml
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBElementProvider.java
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBProvider.java
wink-providers/wink-jettison-provider/src/test/java/org/apache/wink/providers/jettison/internal/JettisonJAXBBadgerFishTest.java
wink-scripts/wink-dist/DEPENDENCIES (deleted)
wink-scripts/wink-dist/DISCLAIMER (deleted)
wink-scripts/wink-dist/NOTICE (deleted)
wink-scripts/wink-dist/aggregatejar/DEPENDENCIES
wink-scripts/wink-dist/aggregatejar/DISCLAIMER
wink-scripts/wink-dist/aggregatejar/NOTICE
wink-scripts/wink-dist/binarydist/LICENSE
wink-scripts/wink-dist/binarydist/NOTICE
wink-scripts/wink-dist/build.xml
wink-server/src/main/java/org/apache/wink/server/internal/registry/ResourceRegistry.java



      

Re: Version 1.0 Additions

Posted by Nicholas Gallardo <ni...@yahoo.com>.
+1

I'll get the files moved over into the branch asap.

-Nick



----- Original Message ----
From: Bryant Luk <br...@gmail.com>
To: wink-dev@incubator.apache.org
Sent: Fri, October 30, 2009 4:28:15 PM
Subject: Version 1.0 Additions

Hi,

Since we're going to re-spin the build another time, in addition to
the LICENSE/NOTICE changes, I think we should pick up the changes for:
the ResourceRegistry performance improvement
WINK-220 (Michael's HttpClient fix)
WINK-221 (JaxbElement fix)
WINK-222 (Performance improvement to JAXB provider)

We don't need to pick up the changes to the main pom.xml for the
wink-itests nor the wink-assembly change for 1.0 (picking up those
changes means the number of artifacts would grow due to the way the
automation of the release is done I think).

Here's the file diff list:

LICENSE
NOTICE
wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java
wink-client/src/main/java/org/apache/wink/client/ClientResponse.java
wink-client/src/main/java/org/apache/wink/client/internal/handlers/ClientResponseImpl.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/AbstractJAXBProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBElementXmlProvider.java
wink-common/src/main/java/org/apache/wink/common/internal/providers/entity/xml/JAXBXmlProvider.java
wink-providers/wink-abdera-provider/pom.xml
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBElementProvider.java
wink-providers/wink-jettison-provider/src/main/java/org/apache/wink/providers/jettison/JettisonJAXBProvider.java
wink-providers/wink-jettison-provider/src/test/java/org/apache/wink/providers/jettison/internal/JettisonJAXBBadgerFishTest.java
wink-scripts/wink-dist/DEPENDENCIES (deleted)
wink-scripts/wink-dist/DISCLAIMER (deleted)
wink-scripts/wink-dist/NOTICE (deleted)
wink-scripts/wink-dist/aggregatejar/DEPENDENCIES
wink-scripts/wink-dist/aggregatejar/DISCLAIMER
wink-scripts/wink-dist/aggregatejar/NOTICE
wink-scripts/wink-dist/binarydist/LICENSE
wink-scripts/wink-dist/binarydist/NOTICE
wink-scripts/wink-dist/build.xml
wink-server/src/main/java/org/apache/wink/server/internal/registry/ResourceRegistry.java