+1 to release. Checked tutorial examples and randomly some Wicket examples.
On Wed, Sep 12, 2018 at 12:19 PM Andrea Del Bene <[email protected]> wrote: > It's an issue with maven-jetty-plugin: > https://stackoverflow.com/questions/44848409/cdi-invalid-bean-archive-scanning-in-jetty-not-in-tomcat. > It should affect 8.0.0 as well, I will check it. IMHO is not a blocking > issue. > > On Wed, Sep 12, 2018 at 10:20 AM Emond Papegaaij < > [email protected]> wrote: > >> Hi, >> >> I'm trying to test the examples, but all I get is '503 Service >> Unavailable' >> and several stacktraces in the terminal: >> >> java.lang.IllegalStateException: WELD-ENV-000033: Invalid bean archive >> scanning result - found multiple results with the same reference: /home/ >> papegaaij/tmp/apache-wicket-8.1.0/wicket-examples/target/classes >> at >> org.jboss.weld.environment.deployment.discovery.AbstractDiscoveryStrategy.performDiscovery >> >> (AbstractDiscoveryStrategy.java:96) >> at >> org.jboss.weld.environment.servlet.WeldServletLifecycle.createDeployment >> (WeldServletLifecycle.java:311) >> at org.jboss.weld.environment.servlet.WeldServletLifecycle.initialize >> (WeldServletLifecycle.java:163) >> at org.jboss.weld.environment.servlet.EnhancedListener.onStartup >> (EnhancedListener.java:61) >> at org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup >> (ContainerInitializer.java:140) >> at >> org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart >> (ServletContainerInitializersStarter.java:64) >> at org.eclipse.jetty.util.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:68) >> at org.eclipse.jetty.servlet.ServletContextHandler.startContext >> (ServletContextHandler.java:355) >> at org.eclipse.jetty.webapp.WebAppContext.startWebapp >> (WebAppContext.java: >> 1497) >> at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp >> (JettyWebAppContext.java:360) >> at org.eclipse.jetty.webapp.WebAppContext.startContext >> (WebAppContext.java:1459) >> at org.eclipse.jetty.server.handler.ContextHandler.doStart >> (ContextHandler.java:847) >> at org.eclipse.jetty.servlet.ServletContextHandler.doStart >> (ServletContextHandler.java:287) >> at org.eclipse.jetty.webapp.WebAppContext.doStart >> (WebAppContext.java:545) >> at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart >> (JettyWebAppContext.java:428) >> at org.eclipse.jetty.util.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:68) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.start >> (ContainerLifeCycle.java:138) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart >> (ContainerLifeCycle.java:117) >> at org.eclipse.jetty.server.handler.AbstractHandler.doStart >> (AbstractHandler.java:113) >> at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart >> (ContextHandlerCollection.java:168) >> at org.eclipse.jetty.util.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:68) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.start >> (ContainerLifeCycle.java:138) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart >> (ContainerLifeCycle.java:117) >> at org.eclipse.jetty.server.handler.AbstractHandler.doStart >> (AbstractHandler.java:113) >> at org.eclipse.jetty.util.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:68) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.start >> (ContainerLifeCycle.java:138) >> at org.eclipse.jetty.server.Server.start (Server.java:416) >> at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart >> (ContainerLifeCycle.java:108) >> at org.eclipse.jetty.server.handler.AbstractHandler.doStart >> (AbstractHandler.java:113) >> at org.eclipse.jetty.server.Server.doStart (Server.java:383) >> at org.eclipse.jetty.util.component.AbstractLifeCycle.start >> (AbstractLifeCycle.java:68) >> at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty >> (AbstractJettyMojo.java:477) >> at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute >> (AbstractJettyMojo.java:343) >> at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute >> (JettyRunMojo.java: >> 169) >> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo >> (DefaultBuildPluginManager.java:134) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute >> (MojoExecutor.java:208) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute >> (MojoExecutor.java:154) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute >> (MojoExecutor.java:146) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject >> (LifecycleModuleBuilder.java:117) >> at >> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject >> (LifecycleModuleBuilder.java:81) >> at >> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build >> >> (SingleThreadedBuilder.java:51) >> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute >> (LifecycleStarter.java:128) >> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) >> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) >> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) >> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955) >> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290) >> at org.apache.maven.cli.MavenCli.main (MavenCli.java:194) >> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:62) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke (Method.java:498) >> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced >> (Launcher.java:289) >> at org.codehaus.plexus.classworlds.launcher.Launcher.launch >> (Launcher.java:229) >> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode >> (Launcher.java:415) >> at org.codehaus.plexus.classworlds.launcher.Launcher.main >> (Launcher.java: >> 356) >> >> Best regards, >> Emond >> >> On maandag 10 september 2018 23:26:38 CEST Andrea Del Bene wrote: >> > This is a vote to release Apache Wicket 8.1.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 8.1.0 >> > [ ] No, don't release Apache Wicket 8.1.0, because ... >> > >> > Distributions, changelog, keys and signatures can be found at: >> > >> > https://dist.apache.org/repos/dist/dev/wicket/8.1.0 >> > >> > Staging repository: >> > >> > >> https://repository.apache.org/content/repositories/orgapachewicket-1112/ >> > >> > 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]:bitstorm/wicket.git >> > Branch: build/wicket-8.1.0 >> > Release tag: rel/wicket-8.1.0 >> > >> > >> > ======================================================================== >> > >> > The signatures for the source release artefacts: >> > >> > >> > Signature for apache-wicket-8.1.0.zip: >> > >> > -----BEGIN PGP SIGNATURE----- >> > >> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34sACgkQh48B+qjT >> > VuEVAxAAmml9oyJjsVKXEJhRzBubp/sjHN+H1QJk99jRSEoe0fjhJg69mv06dai3 >> > bQbZwG/pmToYOA1WXxmmtq/MHaDQSLAM51fZcAG8/RcxThkOrQqNYIOEFlTf/q3A >> > WS4M4WP0fvA2IlY7UsWL4/Rb3m/TlSUtXn9ohsIl/5PgP2/NUSM5v4P2uyDzhQ57 >> > iDJ2WqbOimXwwp+thQg03xGuKpPDnwI6teqJuOhx9joNF0zmZCHxopyFSt5eM9qg >> > xoPoRffdqm/IGa2UmzTUC9Be2CVVQWoJLeSlRgvuo1KbwyKq6pDFENaPCev3Kv2l >> > PS8F18ux7FMQwaxz8bqTo7Fu3VLRRly9zI9gG4Y258COgTv4V8R6WRpchDfIBzbx >> > M3HNHJUNiieC/YHv2iDjlmoqVAcMX13CY81+yfgaLdEdd3d19xW6PcSKeWzYZNp+ >> > v7/eLHaIzObKbMt54xGRfoQGrAsQDQm/k568IroNpetE8pQ7ryGEllufNUXMy5Xz >> > r33VQ1NpTyKhI3H5GHv5biztSBELF5Lu5oA7oyIevldPAe7Dpw/TRGr/4vmD3ut5 >> > gwQKjf3nAri3xfQIs29oF8IMyOPsk4X7Z+xQDkNdFjQsyWXKUj7aTkhE0ZZYRZx4 >> > pq1MeFJr3fGM6BrAET0SnZGhjGMh+6aCGOlPwduuUaQ8HUmgN2c= >> > =zWeR >> > -----END PGP SIGNATURE----- >> > >> > Signature for apache-wicket-8.1.0.tar.gz: >> > >> > -----BEGIN PGP SIGNATURE----- >> > >> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAluW34oACgkQh48B+qjT >> > VuHlvA//RL/S0hW1kCYecuqtuZ5lp78ueDCYYL05zzJ5pQYn0ZvBNkkqbxM3kbT9 >> > 1V7h0cajy98Wtq+tUC+P0+L7IfYU0WYpKrHjR2aDjxj+H3Q9CFnqLDXJbeH6mwBC >> > P3EA9hE3K4lbLsZZYNCD8KNLZTj+BNM+Yy+bK8aRyk4AofvVeY6KmK95NkTDOQXK >> > FHUjNbN2Q6HjA12oPpC4YFP9vDrcuXVITkRQ81lRLjpMjFP/PGOd2Bm0sQGHqMXq >> > K21Pxdq37OUmvLNFCYWC+QPUBbx0aZpPXjrH8SGM5SO4va4W3cATAtJjUG5mnAfK >> > WrWRiXqjjZIwtXgBZpLcinniFUct3d1sWBxAMsaRQTybB4wgHZtISIyJAssRZwMb >> > zqAjOJPd8WQXEnhqFjHrkSfp4YGSBHl9fE8gPAHc5v4+IHRNucN23QyBtYq9GbqK >> > XQAkQCEgzzpOq9JHt3qw8yeOX8czVNbGHn+1x90YnRI8vzW6vTI/+u+3zWklnECx >> > W/Wr288I8qlS2Yybe0bLxs21ecgw95z+q8x09PZ+r4b2akf3++rBNq1sbTI+Wgn3 >> > GoKv5h2hw0dN1IDnn09LpCCOLAdtTjcRDk9kD7ykDqSwimepliAhcuUza+4v7VpK >> > lJo1T4d0KiH1FWCkqvFpvlICN54ynWMp/L16Lw0wYwHjoo4SzrU= >> > =Ei8c >> > -----END PGP SIGNATURE----- >> > >> > ======================================================================== >> > >> > CHANGELOG for 8.1.0: >> > >> > ** Bug >> > >> > * [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at >> > Weblogic >> > * [WICKET-6552] - Spring proxy creation fails with IAE inside ASM >> > ClassReader on JDK10 >> > * [WICKET-6553] - SelectOptions doesn't html-encode option values >> > * [WICKET-6564] - PageStoreManager#clear() does not completely >> clear >> > * [WICKET-6568] - Wicket fails / does not encode request header >> > values in AjaxCalls >> > * [WICKET-6571] - BaseWebSocketBehavior should check sessionId >> > cookie name dynamically >> > * [WICKET-6573] - WicketTesterHelper ignores invalid Ajax-Event >> > names starting with "on" >> > * [WICKET-6574] - JQueryResourceReference#get() (still) return V1 >> > * [WICKET-6584] - Import Junit Package as optional >> > >> > ** New Feature >> > >> > * [WICKET-6577] - Introduce class GenericWebMarkupContainer >> > >> > ** Improvement >> > >> > * [WICKET-6560] - Improve serialization warnings in ChainingModel >> > * [WICKET-6565] - ResponseIOException logged as an error in >> > DefaultExceptionMapper >> > * [WICKET-6575] - Ajax requests are still firing even when >> > placeholder tag is written only >> > * [WICKET-6576] - Support multiple dateFormats for >> LocalDateTextfield >> > * [WICKET-6580] - org.apache.wicket.util.lang.Bytes - toString() >> >> >> >> >> > > -- > Andrea Del Bene. > Apache Wicket committer. > -- Andrea Del Bene. Apache Wicket committer.
