Ping! We need two more binding votes to pass the vote. Martin Grigorov Wicket Training and Consulting
On Tue, Jun 17, 2014 at 9:57 AM, Martin Grigorov <[email protected]> wrote: > > > On Mon, Jun 16, 2014 at 11:36 PM, Martijn Dashorst < > [email protected]> wrote: > >> On Fri, Jun 13, 2014 at 9:39 AM, Martin Grigorov <[email protected]> >> wrote: >> > [X] Yes, release Apache Wicket 7.0.0-M2 >> > >> > tested with wicket-examples, not very big application of mine, build >> > >> > Problems: >> > >> > 1) There are two CHANGELOG files in the dist. The one for 6.x may be >> > removed/not deployed. >> >> Will remove. >> >> > 2) Since mvn jetty:run doesn't work due to a bug in Maven 3.0.5+ I >> tried to >> > deploy wicket-examples.war in Tomcat >> >> Something to look into, but IMO nothing to hold up this release (m2)... >> > > Yes. I also don't think it is a stopper. > Filed https://issues.apache.org/jira/browse/WICKET-5620 > > >> >> Martijn >> >> > It fails with: >> > 3-Jun-2014 10:28:09.485 SEVERE [localhost-startStop-1] >> > org.apache.catalina.core.StandardContext.listenerStart Exception sending >> > context initialized event to listener instance of class >> > org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener >> > java.lang.RuntimeException: Could not bind BeanManager reference to >> JNDI: >> > Context is read only >> > If the naming context is read-only, you may need to use a configuration >> > tobind the BeanManager instead, such as Tomcat's context.xml or Jetty's >> > jetty-web.xml. >> > at >> > >> org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener.contextInitialized(BeanManagerResourceBindingListener.java:84) >> > at >> > >> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4739) >> > at >> > >> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5159) >> > at >> > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >> > at >> > >> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) >> > at >> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:702) >> > at >> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:697) >> > at >> > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:976) >> > at >> > >> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1762) >> > at >> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) >> > at java.util.concurrent.FutureTask.run(FutureTask.java:262) >> > at >> > >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> > at >> > >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> > at java.lang.Thread.run(Thread.java:744) >> > >> > >> > Martin Grigorov >> > Wicket Training and Consulting >> > >> > >> > On Fri, Jun 6, 2014 at 3:50 PM, Martijn Dashorst < >> [email protected] >> >> wrote: >> > >> >> This is a vote to release Apache Wicket 7.0.0-M2 >> >> >> >> 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-M2 >> >> [ ] No, don't release Apache Wicket 7.0.0-M2, because ... >> >> >> >> Distributions, changelog, keys and signatures can be found at: >> >> >> >> https://dist.apache.org/repos/dist/dev/wicket/7.0.0-M2 >> >> >> >> Staging repository: >> >> >> >> >> >> >> https://repository.apache.org/content/repositories/orgapachewicket-1020 >> >> >> >> 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-M2.tar.gz >> >> >> >> -----BEGIN PGP SIGNATURE----- >> >> Version: GnuPG/MacGPG2 v2.0.22 (Darwin) >> >> Comment: GPGTools - https://gpgtools.org >> >> >> >> iEYEABECAAYFAlORv7sACgkQJBX8W/xy/UW5GgCgwW7KVB4l2cQZ8P7WHuU+MIHh >> >> KLEAmgOapoEUX4r7gquKLmz5ij9YFlQP >> >> =hkys >> >> -----END PGP SIGNATURE----- >> >> >> >> apache-wicket-7.0.0-M2.zip >> >> >> >> -----BEGIN PGP SIGNATURE----- >> >> Version: GnuPG/MacGPG2 v2.0.22 (Darwin) >> >> Comment: GPGTools - https://gpgtools.org >> >> >> >> iEYEABECAAYFAlORv7sACgkQJBX8W/xy/UXeZwCfaIsq4F3mSByGyu1xnXNQRsCB >> >> pYsAoITkj/jjQu34tFGG+2TUUGlpBslc >> >> =8kYr >> >> -----END PGP SIGNATURE----- >> >> >> >> >> ======================================================================== >> >> >> >> Release Notes - Wicket - Version 7.0.0-M2 >> >> >> >> ** Bug >> >> >> >> * [WICKET-4545] - MarkupNotFoundException for Fragment and >> >> TransparentWebMarkupContainer >> >> * [WICKET-5241] - RequestLogger's server duration does not include >> >> 'detach duration' >> >> * [WICKET-5560] - A 404 error occurs when using a CryptoMapper >> >> * [WICKET-5569] - Unable to find markup for children of deeply >> >> nested IComponentResolvers during Ajax response >> >> * [WICKET-5573] - FilterToolbar generics broken >> >> * [WICKET-5579] - wicket:enclosure on wicket:extend - Detach >> >> called on component with id '0' while it had a non-empty queue >> >> * [WICKET-5581] - CachingResourceStreamLocator is not >> extension-aware >> >> * [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute >> >> Urls relative >> >> * [WICKET-5589] - Upgrade wicket-atmosphere to the latest version >> >> of atmosphere >> >> * [WICKET-5591] - Missing translation for HoursValidator.range (in >> >> DateTimeField) >> >> * [WICKET-5592] - Add a method to clear the cache of >> >> CachingResourceStreamLocator >> >> * [WICKET-5593] - AjaxFormValidatingBehavior attempts to update >> >> non-visible feedback panels >> >> * [WICKET-5595] - Atmosphere: updates infinitly with long polling >> >> transport >> >> * [WICKET-5596] - >> >> DropDownChoice#wantsOnSelectionChangedNotifications(T) not being >> >> called on unmounted page >> >> * [WICKET-5597] - button behaviour changed >> >> * [WICKET-5598] - AjaxFallbackButton does not call #onError(ART, >> >> Form) when JavaScript disabled >> >> >> >> ** Improvement >> >> >> >> * [WICKET-5574] - ComponentRenderer should use >> >> Application#createRequestCycle >> >> * [WICKET-5575] - Add support in >> >> FormTester#submit(String|Component) for Ajax submitters >> >> * [WICKET-5577] - Generation of wicket ids with prefix / suffix >> >> * [WICKET-5580] - Allow markup to find child fragments when >> >> wicket:child is inside a component tag >> >> * [WICKET-5585] - Wicket Extension Automplete does not work well >> >> with JavaScriptFilteredIntoFooterHeaderResponse >> >> * [WICKET-5586] - NextButton isEnabled() should bo logical >> >> conjunction of getWizardModel().isNextAvailable() and >> >> super.isEnabled() >> >> * [WICKET-5594] - AjaxButton #onSubmit() #onError() intricacies >> >> * [WICKET-5600] - Introduce CharSequenceResource similar to >> >> ByteArrayResource >> >> * [WICKET-5606] - SelectOptions with #setRecreateChoices(true) >> >> loses selection on form errors >> >> >> >> ** New Feature >> >> >> >> * [WICKET-5590] - Add a method to clear the cache of >> >> CachingResourceVersion >> >> >> >> ** Task >> >> >> >> * [WICKET-5172] - Add entry for Wicket 7 Javadocs in the website >> >> * [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 & >> 2.1.1 >> >> >> >> ** Wish >> >> >> >> * [WICKET-5340] - CssAttributeModifier and StyleAttributeModifier >> >> >> >> >> >> -- >> Become a Wicket expert, learn from the best: http://wicketinaction.com >> > >
