+1 to release tested: - build from source (mvn clean install) - random wicket-examples - run grunt to test the JS - wicketstuff (mvn clean test) - wicket-bootstrap -- mvn clean install PASSES -- the demo application fails with: java.lang.IllegalStateException at org.apache.wicket.MarkupContainer.dequeue(MarkupContainer.java:2134) at org.apache.wicket.MarkupContainer.dequeue(MarkupContainer.java:2046) at org.apache.wicket.MarkupContainer.addedComponent(MarkupContainer.java:958) at org.apache.wicket.MarkupContainer.add(MarkupContainer.java:187)
I will debug it soon. Martin Grigorov Wicket Training and Consulting On Mon, Apr 21, 2014 at 7:34 PM, Igor Vaynberg <[email protected]>wrote: > +1 to release > > -igor > > On Sun, Apr 20, 2014 at 1:44 PM, Martijn Dashorst > <[email protected]> wrote: > > WOW. This is the first of many votes to come for our first Wicket 7 > > release train. It took some work, but I managed to manipulate our > > projects, Maven and its release plugin to generate the right release > > version numbers for the right projects. > > > > Known issue: > > > > Wicket Atmosphere version mismatch between wicket 6 and 7 > > > > It appears that wicket-experimental/wicket-atmosphere has version 0.10 > > if we release 7.0.0-M1 **right now**. > > > > Now I don't have a clear view if atmosphere in master is up to date > > with 0.18 from Wicket 6.15. > > > > I think it ultimately doesn't **yet**. If 7.x/atmosphere:0.10 is on > > the same patch level as 6.x/atmosphere/0.10, then we have parity in > > versions. If 7.x/atmosphere:0.10 is on the same patch level as > > 6.x/atmosphere/0.18, we can fix the numbering scheme in 7.0.0-M2 > > > > > > So here it goes: > > > > ======================================================================== > > > > This is a vote to release Apache Wicket 7.0.0-M1 > > > > 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-M1 > > [ ] No, don't release Apache Wicket 7.0.0-M1, because ... > > > > Distributions, changelog, keys and signatures can be found at: > > > > https://dist.apache.org/repos/dist/dev/wicket/7.0.0-M1 > > > > Staging repository: > > > > > https://repository.apache.org/content/repositories/orgapachewicket-1018 > > > > 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. > > > > Release notes: > > > > - Wicket 7 requires Java 7 at a minimum > > - Wicket 7 requires at least a servlet 3 compatible container > > - Migration guide: http://s.apache.org/wicket7migrate > > > > ======================================================================== > > > > The signatures for the source release artefacts: > > > > apache-wicket-7.0.0-M1.tar.gz.asc > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG/MacGPG2 v2.0.22 (Darwin) > > Comment: GPGTools - https://gpgtools.org > > > > iEYEABECAAYFAlNUK4wACgkQJBX8W/xy/UXKbgCdHzMcgjCtDXTJsLLUwHEGNWUJ > > ZwwAoNCbquGqNMzYY9tMi+lflzH4MqcP > > =x14q > > -----END PGP SIGNATURE----- > > > > apache-wicket-7.0.0-M1.zip.asc > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG/MacGPG2 v2.0.22 (Darwin) > > Comment: GPGTools - https://gpgtools.org > > > > iEYEABECAAYFAlNUK4wACgkQJBX8W/xy/UXUfQCg1EU8S+Z5mdy7svWlK1WwMAG3 > > tWwAoJr6egOay7UNi8HCH2cOBZekOO0j > > =AVEj > > -----END PGP SIGNATURE----- >
