Martin, maybe you did not removed the artifact (wicket7.0.0-take2) from your local repo?
On Wed, Jul 15, 2015 at 9:46 AM, Emond Papegaaij <[email protected] > wrote: > This commit is in the released source tarball. Are you sure you are not > using > an older release? Line 727 of Page.java reads 'private void > setNextAvailableId()', which is what it should be after > d4c7cdbe7b62534ca537d175fc4a23f0ed56125b . Also, the release branch on > https://github.com/dashorst/wicket/commits/build/wicket-7.0.0 shows the > commit. > > Best regards, > Emond > > On Wednesday 15 July 2015 10:37:57 Martin Grigorov wrote: > > WICKET-5943 works fine with current master. > > > > commit d4c7cdbe7b62534ca537d175fc4a23f0ed56125b > > Author: Andrea Del Bene <[email protected]> > > Date: Tue Jul 7 11:20:03 2015 +0200 > > > > Revert "WICKET-5933 Avoid serialization of untouched page after ajax > > request" > > > > This reverts commit 127ec84f300166dc2315eb8d36f3c275850d24a2. > > > > > > Martijn sent the vote mail at July 10th. > > > > It seems the release uses older Wicket ... :-/ > > > > -1 Do not release > > > > > > > > > > Martin Grigorov > > Freelancer. Available for hire! > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Wed, Jul 15, 2015 at 10:26 AM, Martin Grigorov <[email protected]> > > > > wrote: > > > https://issues.apache.org/jira/browse/WICKET-5943 seems to be still > > > broken with 7.0.0 > > > I think Andrea reverted > https://issues.apache.org/jira/browse/WICKET-5933 > > > several days before the cut of the release... > > > This has to be investigated. > > > > > > Martin Grigorov > > > Freelancer. Available for hire! > > > Wicket Training and Consulting > > > https://twitter.com/mtgrigorov > > > > > > On Tue, Jul 14, 2015 at 7:23 PM, andrea del bene <[email protected] > > > > > > > > wrote: > > >> +1 so far so good. Tested with AJAX examples and my main app. > > >> > > >> On 10/07/2015 10:16, Martijn Dashorst wrote: > > >>> This is the third vote to release Apache Wicket 7.0.0 > > >>> > > >>> 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 7.0.0 > > >>> [ ] No, don't release Apache Wicket 7.0.0, because ... > > >>> > > >>> Distributions, changelog, keys and signatures can be found at: > > >>> https://dist.apache.org/repos/dist/dev/wicket/7.0.0 > > >>> > > >>> Staging repository: > > >>> > https://repository.apache.org/content/repositories/orgapachewicket-1049/ > > >>> > > >>> 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: [email protected]:dashorst/wicket.git > > >>> Branch: build/wicket-7.0.0 > > >>> Release tag: wicket-7.0.0 > > >>> > > >>> > ======================================================================== > > >>> > > >>> The signatures for the source release artefacts: > > >>> Signature for apache-wicket-7.0.0.zip: > > >>> -----BEGIN PGP SIGNATURE----- > > >>> > > >>> Comment: GPGTools - https://gpgtools.org > > >>> > > >>> iEYEABECAAYFAlWffD4ACgkQJBX8W/xy/UXQ5gCcCyu+1/xu0Pes2k3zrg7E3M3s > > >>> T/EAnR5ogOoMWFQdh7U5Av9zdpbO1ZQ5 > > >>> =cXiK > > >>> -----END PGP SIGNATURE----- > > >>> > > >>> Signature for apache-wicket-7.0.0.tar.gz: > > >>> -----BEGIN PGP SIGNATURE----- > > >>> > > >>> Comment: GPGTools - https://gpgtools.org > > >>> > > >>> iEYEABECAAYFAlWffD4ACgkQJBX8W/xy/UU8lgCbBTNnY8dKh/8s8GRRKbASciHV > > >>> zA0AoKTzkOC4SCYBm7OY3VWvs3NvyxSo > > >>> =CR1U > > >>> -----END PGP SIGNATURE----- > > >>> > > >>> > ======================================================================== > > >>> > > >>> CHANGELOG for 7.0.0: > > >>> ** Bug > > >>> > > >>> * [WICKET-5909] - Session style is not taken into account when > > >>> > > >>> loading mounted resources. > > >>> > > >>> * [WICKET-5924] - FileUploadField does not work with Servlet 3.0 > > >>> > > >>> multipart config > > >>> > > >>> * [WICKET-5927] - Velocity remote code execution > > >>> * [WICKET-5939] - AjaxEventBehavior should not lower-case the > event > > >>> > > >>> name > > >>> > > >>> * [WICKET-5942] - TestCase failure after cfa36fbea621 > > >>> * [WICKET-5944] - CSRF prevention does not work with https URLs > on > > >>> > > >>> the default port > > >>> > > >>> * [WICKET-5946] - JavaScript/Css PackageResource should use the > > >>> > > >>> same charset for compressing > > >>> > > >>> ** Improvement > > >>> > > >>> * [WICKET-5922] - IoC: Optionally use objensis for proxy > creation > > >>> > > >>> to inject concrete classes without default ctor > > >>> > > >>> * [WICKET-5926] - Arquillian Support with Container > ServletContext > > >>> > > >>> in BaseWicketTester/WicketTester. > > >>> > > >>> * [WICKET-5928] - Move WicketTestCase from tests to main so that > > >>> > > >>> it is reusable by other Wicket modules and applications. > > >>> > > >>> * [WICKET-5929] - Introduce IPartialPageRequestHandler > > >>> * [WICKET-5930] - Upgrade Atmosphere to 2.2.7 > > >>> * [WICKET-5931] - Improve generics for ListView: don't use > wildcard > > >>> > > >>> for T > > >>> > > >>> * [WICKET-5932] - Allow empty column list for DataTable > > >>> * [WICKET-5933] - Avoid serialization of untouched page after > ajax > > >>> > > >>> request > > >>> > > >>> * [WICKET-5935] - IoC Guice: cache proxies and fail on creation > > >>> > > >>> when binding is missing > > >>> > > >>> * [WICKET-5936] - simplify cdata escaping for ajax-response > > >>> * [WICKET-5945] - add a new topic/listener that notifies of Ajax > > >>> > > >>> calls done > >
