MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
154 stars 62 forks source link

Upgrage to Wicket 7.4.0 #73

Closed MarcGiffing closed 8 years ago

MarcGiffing commented 8 years ago

The tests are failing now:

java.lang.AssertionError: path: 'form:passwordBorder:passwordBorder_body:password' does not exist for page: CustomerEditPage

The CustomerEditPage extends CustomerCreatePage. The tests in the CustomerCreatePageTest are working.

@martin-g are there any changes in the path resolution? I couldn't find anything in the change logs.

martin-g commented 8 years ago

There were two regressions related to borders + queued components. Please try with 7.5.0-SNAPSHOT and create a ticket if it still fails. Thank you!

On Jul 30, 2016 9:58 AM, "MarcGiffing" notifications@github.com wrote:

The tests are failing now:

java.lang.AssertionError: path: 'form:passwordBorder:passwordBorder_body:password' does not exist for page: CustomerEditPage

The CustomerEditPage extends CustomerCreatePage. The tests in the CustomerCreatePageTest are working.

@martin-g https://github.com/martin-g are there any changes in the path resolution? I couldn't find anything in the change logs.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MarcGiffing/wicket-spring-boot/issues/73#issuecomment-236349015, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOKQnsGjOGayGK4jbZOC2SoBXZgP7qcks5qavYfgaJpZM4JWckC .

MarcGiffing commented 8 years ago

I still got the error with 7.5.0-SNAPSHOT. I will create a jira ticket

Implementation-Title: Wicket Core Built-By: buildslave18 Tool: Bnd-2.3.0.201405100607 Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))" Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: org.apache.wicket Specification-Title: Wicket Core Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-SymbolicName: org.apache.wicket.core Implementation-Version: 7.5.0-SNAPSHOT Specification-Vendor: Apache Software Foundation Bundle-Name: Wicket Core Created-By: Apache Maven Bundle Plugin DynamicImport-Package: * Bundle-Vendor: Apache Software Foundation Build-Jdk: 1.7.0_75 Bundle-Version: 7.5.0.SNAPSHOT Bnd-LastModified: 1469632561544 Bundle-ManifestVersion: 2

martin-g commented 8 years ago

Sorry about that! Next time I'll use the examples to test the Wicket release!

On Jul 30, 2016 5:28 PM, "MarcGiffing" notifications@github.com wrote:

I still got the error with 7.5.0-SNAPSHOT. I will create a jira ticket

Implementation-Title: Wicket Core Built-By: buildslave18 Tool: Bnd-2.3.0.201405100607 Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))" Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: org.apache.wicket Specification-Title: Wicket Core Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-SymbolicName: org.apache.wicket.core Implementation-Version: 7.5.0-SNAPSHOT Specification-Vendor: Apache Software Foundation Bundle-Name: Wicket Core Created-By: Apache Maven Bundle Plugin DynamicImport-Package: * Bundle-Vendor: Apache Software Foundation Build-Jdk: 1.7.0_75 Bundle-Version: 7.5.0.SNAPSHOT Bnd-LastModified: 1469632561544 Bundle-ManifestVersion: 2

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MarcGiffing/wicket-spring-boot/issues/73#issuecomment-236368121, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOKQmr_DpGlc0w9Nqq4WmzsHrKV9qQrks5qa196gaJpZM4JWckC .

MarcGiffing commented 8 years ago

You do not have to apologize! I'm thankful that you react to my requests! :+1: