Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The "HttpComponentsCoreReleaseProcess" page has been changed by OlegKalnichevski. http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess?action=diff&rev1=17&rev2=18 -------------------------------------------------- * Review RELEASE_NOTES.txt and make sure all important issues closed since the previous release are included in the release notes + * Write an opening statement for the release highlighting the most changes, bug fixed and improvements + + * Make sure you are using JDK 1.5 and a reasonably up to date version of Maven to build the packages + + {{{ + mvn -version + }}} + * Generate pre-release JARs by running {{{ mvn package }}} - * Write an opening statement for the release highlighting the most changes, bug fixed and improvements + * If this is a non-ALPHA release, verify binary compatibility with the previous stable baseline version. Baseline version is the latest stable xx.yy.00 release + + {{{ + mvn clirr:check + }}} + + Please note Clirr currently can't handle Java 5 constructs very well and it can generate bogus errors about incompatibility of {{{Enum}}}s + + {{{ + [INFO] [clirr:check {execution: default-cli}] + [INFO] Comparing to version: 4.0 + [ERROR] org.apache.http.impl.nio.reactor.SSLMode: Method 'public org.apache.http.impl.nio.reactor.SSLMode[] values()' is now final + [ERROR] org.apache.http.nio.reactor.IOReactorStatus: Method 'public org.apache.http.nio.reactor.IOReactorStatus[] values()' is now final + }}} * Review the following pages --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org