Hello Andrea, why your personal repo displayed here:
Staging git repository data: Repository: *g...@github.com:bitstorm/wicket.git* On Mon, Aug 7, 2017 at 5:50 PM, Andrea Del Bene <an.delb...@gmail.com> wrote: > This is a vote to release Apache Wicket 8.0.0-M7 > > Please download the source distributions found in our staging area > linked below. > > I have included the signatures for both the source archives. This vote > lasts for 72 hours minimum. > > [ ] Yes, release Apache Wicket 8.0.0-M7 > [ ] No, don't release Apache Wicket 8.0.0-M7, because ... > > Distributions, changelog, keys and signatures can be found at: > > https://dist.apache.org/repos/dist/dev/wicket/8.0.0-M7 > > Staging repository: > > https://repository.apache.org/content/repositories/orgapachewicket-1096 > > The binaries are available in the above link, as are a staging > repository for Maven. Typically the vote is on the source, but should > you find a problem with one of the binaries, please let me know, I can > re-roll them some way or the other. > > Staging git repository data: > > Repository: g...@github.com:bitstorm/wicket.git > Branch: build/wicket-8.0.0-M7 > Release tag: rel/wicket-8.0.0-M7 > > > ======================================================================== > > The signatures for the source release artefacts: > > > Signature for apache-wicket-8.0.0-M7.zip: > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQIcBAABAgAGBQJZiENjAAoJEAzCjx+CMhBVYUUP/0T9R8oiLZafZ6bkvKsxWHxp > qhdinNhiG3sdsex+9cTNlzvazj0i1B4zmIqQ8+ekkVRPu/+rq/DH/SMTlTUrf9hk > 91drZQ5wc8Ido3MdI+SeS0NSFvVvvH36gjXoTwLckCcwrjkUsk2k/f2S+1JYcFFx > v+KTcbZJ6Y2M1iBJILlmO/GuyNSj/CXa3UOGkhNNMUU7MEMQDPb8ZvgQndUR3nWQ > dxnyB3LE7u8k1bjK75t3RuBme6fz0ASippG5Ph0Ce/BDum/6RILf+Tioc8ZKFtS2 > FCGoeFNgYb2Qx6x1Q0kZbfpxRW+SdV9ddYs0eLz2cNr4N2EYS7Y2xWcI0bUSv3gC > PXOfAJcUcWNz6LP1vtPhFCzWOAtt9Lt2JAM699AHpvAyl+pPyS163qvUmyrDwaf3 > QhBd9Vab9sCMav+OhImuVQL+iRFEyiMNm/kPlpZsz0RN8Zqqu73RT3vcNT/ZlGLm > bo1AIwuJesCw/VL34PWzdglOpMVjQzFVlwd6pNzxwbohrq6gFRMLNZYTVQkELREe > uII3KDxkY4dnyjCYCNi3Obp/FaphsJ6yvfwpesUrqzQjiX1C8QgMRcaQEpU+4DGo > UxejnO5Th1ECsSjYCaCFKok38zilAiaKaQeVPFa66/sM93IqAXe0dXdelirLu59Q > DO1Z0EwihlcEIqKmOLGV > =EiFe > -----END PGP SIGNATURE----- > > Signature for apache-wicket-8.0.0-M7.tar.gz: > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQIcBAABAgAGBQJZiENjAAoJEAzCjx+CMhBV0AoQALOjdIkE7o6t4ZgFO1B/jJvs > KgUl4q82vksqiWoGzOob+hkmDSlyDodXaFbZUNiKat79H8Dg5bKU7IUa+d8msPZ6 > iIy9DZk6Ty/QFtVNins7SeO9w8qGAN6LSImsskUE8FpfSMEjDmmzFMTy31A+AmWS > +L3mddk4JY5CtKA2dPeZHtrlcIFL+hO99t7FueqkEEilrN8ulFmfF1Fz4kyqEBA5 > XrWIgtVwUGLhd2iEgS28a/b3d0pZiweHb+MPWrItFDtZYwKzITefx8tfXir1qB2F > SPkBdbmW5f67Z+kECUTBR7Bes15vFtv9kThVTDEJ3UhA8rMdS8XmgOablGTbMEfo > ggU/raaeA7Ja4dAmxv38yLp4Ow5eoL3z5gsI9z5pUadVFItAtHs0GPMfJ14SnWY9 > T0Lz2CK2LRb7RN1il1t4WpIKR8v3QzP+BZA8ZQ+wEI0jtSc9hnIEHJfxxdOvGE4v > QSSrWs0/BNg1GrBQnIzsU/RW/Gdii5bSMBAguSkx+nXYwO7ooy25fTsnguPe6Fky > cdnl70Cf27GIg5RiLX8ujlATRduaedK7ieA86ym/sPAOJX4slrjVjmwsSpjruvEn > vaVvRUP5CcpQVPr0LQxI6jF/qq5V6/MTAdoTtrT/InvH8haZTVYdEenoSkEYezHW > Knnl3Uyv25EmO9nlUYJC > =PEGU > -----END PGP SIGNATURE----- > > ======================================================================== > > CHANGELOG for 8.0.0-M7: > > ** Bug > > * [WICKET-4324] - [wicket-ioc] LazyInitProxyFactory CGLIB proxies > naming strategy may cause java.lang.IllegalAccessError > * [WICKET-6366] - Autocomplete race condition makes page unresponsive > * [WICKET-6373] - Edge not recognized in UserAgent > * [WICKET-6374] - Exception caused by border extending another border > with <wicket:extend> > * [WICKET-6376] - Ajax redirects to non http(s)-urls are interpreted > as relative > * [WICKET-6377] - Autolinking breaks hierarchy for nested elements > * [WICKET-6379] - IModel's default models should detach the target > model > * [WICKET-6386] - Simplification of the code in WICKET-3347 is not > consistent with previous behavior > * [WICKET-6387] - ModalWindow PageReference broken > * [WICKET-6393] - NestedStringResourceLoader ignores hard-coded > default values and throws MissingResourceException > * [WICKET-6398] - WICKET-6204 breaks jQuery.noConflict() > * [WICKET-6399] - Dequeuing of Border component with nested body fails > * [WICKET-6400] - Object with array property fails on NPE when > construction JSON object > * [WICKET-6402] - OSGi-Manifest: wicket does not declare BSN > * [WICKET-6406] - Each path has to be pushed directly > * [WICKET-6419] - Localization of PageParameters > * [WICKET-6428] - PageProvider#getPageInstance() may return null > * [WICKET-6429] - AbstractRequestLogger should not create new Sessions > * [WICKET-6434] - Fixed WicketTester to detect components in enclosure > when doing isComponentOnAjaxResponse. > > ** Improvement > > * [WICKET-6372] - Consider to switch to a sans-serif typeface in the > Wicket guide > * [WICKET-6385] - Allow using custom port for web socket connections > * [WICKET-6388] - MockServletContext should define non-null session > tracking modes > * [WICKET-6389] - Introduce CsrfPreventionRequestCycleListener that > is aware of Web Socket requests > * [WICKET-6401] - OSGi-Manifest: wicket-util should decalre its > dependency to 'commons-io' and 'commons-fileupload' > * [WICKET-6412] - Model#orElse behavior is inconsistent! > * [WICKET-6421] - WicketTester should provide assertBehavior method > * [WICKET-6433] - Allow to set the rel attribute with CssHeaderItem > * [WICKET-6436] - Please add CompoundPropertyModel.of(T object) method > * [WICKET-6437] - Libraries should be updated to most recent versions > > ** Task > > * [WICKET-6390] - Update Tomcat to 8.5.15 to get the latest HTTP2 > features and APIs > > -- WBR Maxim aka solomax