Hello,
Because of how the wicketstuff-core release process works there is the
possibility that the current wicket upstream contains changes that are
different from the latest stable wicket release.
When I create a release branch I do so at the top of the present
development branch (core-1.4.x or master) and then just change the
<wicket.version> property in the top pom.xml file. At this point when I
build if there is this divergence in features between the upstream
wicket releases the build will break.
My approach is to find the commit that last changed the file and then
use git revert $commit to undo it. This works perfectly when the only
files that changed in a particular commit were those related to the
upstream change.
The purpose of this email is to ask wicketstuff developers to continue
this practice of a separate commit to contain upstream related changes
to make it simple for me at release time to revert changes.
If you look at the commits for the wicketstuff-core-1.5-rc2.1 tag you
can see several reverts were required to get things to compile with
wicket 1.5-rc2. This worked great because the commits only dealt with
upstream changes.
Thanks,
Mike
- [wicketstuff-core] Wicketstuff Developers please use a ... Michael O'Cleirigh
-