Move -util.net / -util. criteria into -core?
Brent Putman
putmanb at georgetown.edu
Thu Jun 13 18:39:30 EDT 2013
On 6/13/13 6:18 PM, Cantor, Scott wrote:
> I actually forgot that we did a release of that code, that's why I hadn't
> branched it at all. I think the reason for doing the branch is that POMs
> depending on 1.0-SNAPSHOT won't pick up the new APIs.
I think so, if I'm parsing what you're saying. Because before adding
the API you'd ordinarily do a late branch of the trunk to be
1.0-SNAPSHOT, Then the trunk becomes 1.1-SNAPSHOT, where the new API's
are added.
> I'll take care of moving things, and will branch the 1.0.0
> java-support tag (and update trunk to 1.1-SNAPSHOT) if there's no
> objection.
I think the branch will be 1.0-SNAPSHOT, not 1.0.0 (i.e. from which we
could theoretically release a 1.0.1, etc. if necessary). Since that new
branch can't contain any API additions, we'd need to figure out in what
revision the first API addition happened on the trunk after the 1.0.0
release (if any) and create the branch from the previous revision. And
then starting with that revision, look forward to HEAD and see if there
are any subsequent changes to port to the 1.0 branch (obviously just
non-API changes). It's slightly more difficult to do after the fact,
unfortunately.
More information about the dev
mailing list