solomax commented on PR #553:
URL: https://github.com/apache/wicket/pull/553#issuecomment-1468178979

   @martin-g it seems current master is not buildable for me :(
   
   ```
   mvn --version
   Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
   Maven home: /opt/maven
   Java version: 17.0.6, vendor: Private Build, runtime: 
/usr/lib/jvm/java-17-openjdk-amd64
   Default locale: en_US, platform encoding: UTF-8
   OS name: "linux", version: "6.1.0-16-generic", arch: "amd64", family: "unix"
   
   
   
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile 
(default-testCompile) on project wicket-examples: Compilation failure: 
Compilation failure: 
   [ERROR] 
/home/solomax/work/wicket/wicket/wicket-examples/src/test/java/org/apache/wicket/examples/linkomatic/LinkomaticTest.java:[33,23]
 no suitable method found for 
startPage(java.lang.Class<org.apache.wicket.examples.linkomatic.Home>)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.startPage(org.apache.wicket.core.request.handler.IPageProvider)
 is not applicable
   [ERROR]       (argument mismatch; 
java.lang.Class<org.apache.wicket.examples.linkomatic.Home> cannot be converted 
to org.apache.wicket.core.request.handler.IPageProvider)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<T>startPage(T) is not applicable
   [ERROR]       (inference variable T has incompatible bounds
   [ERROR]         lower bounds: org.apache.wicket.Page
   [ERROR]         lower bounds: 
java.lang.Class<org.apache.wicket.examples.linkomatic.Home>)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<C>startPage(java.lang.Class<C>) 
is not applicable
   [ERROR]       (inference variable C has incompatible bounds
   [ERROR]         equality constraints: 
org.apache.wicket.examples.linkomatic.Home
   [ERROR]         lower bounds: org.apache.wicket.Page)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<C>startPage(java.lang.Class<C>,org.apache.wicket.request.mapper.parameter.PageParameters)
 is not applicable
   [ERROR]       (cannot infer type-variable(s) C
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR] 
/home/solomax/work/wicket/wicket/wicket-examples/src/test/java/org/apache/wicket/examples/encodings/EncodingTest.java:[33,23]
 no suitable method found for 
startPage(java.lang.Class<org.apache.wicket.examples.encodings.Home>)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.startPage(org.apache.wicket.core.request.handler.IPageProvider)
 is not applicable
   [ERROR]       (argument mismatch; 
java.lang.Class<org.apache.wicket.examples.encodings.Home> cannot be converted 
to org.apache.wicket.core.request.handler.IPageProvider)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<T>startPage(T) is not applicable
   [ERROR]       (inference variable T has incompatible bounds
   [ERROR]         lower bounds: org.apache.wicket.Page
   [ERROR]         lower bounds: 
java.lang.Class<org.apache.wicket.examples.encodings.Home>)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<C>startPage(java.lang.Class<C>) 
is not applicable
   [ERROR]       (inference variable C has incompatible bounds
   [ERROR]         equality constraints: 
org.apache.wicket.examples.encodings.Home
   [ERROR]         lower bounds: org.apache.wicket.Page)
   [ERROR]     method 
org.apache.wicket.util.tester.BaseWicketTester.<C>startPage(java.lang.Class<C>,org.apache.wicket.request.mapper.parameter.PageParameters)
 is not applicable
   [ERROR]       (cannot infer type-variable(s) C
   [ERROR]         (actual and formal argument lists differ in length))
   [ERROR] 
/home/solomax/work/wicket/wicket/wicket-examples/src/test/java/org/apache/wicket/examples/niceurl/NiceUrlTest.java:[37,26]
 no suitable constructor found for 
WicketTester(org.apache.wicket.examples.niceurl.NiceUrlApplication)
   [ERROR]     constructor 
org.apache.wicket.util.tester.WicketTester.WicketTester(java.lang.Class<? 
extends org.apache.wicket.Page>) is not applicable
   [ERROR]       (argument mismatch; 
org.apache.wicket.examples.niceurl.NiceUrlApplication cannot be converted to 
java.lang.Class<? extends org.apache.wicket.Page>)
   [ERROR]     constructor 
org.apache.wicket.util.tester.WicketTester.WicketTester(org.apache.wicket.protocol.http.WebApplication)
 is not applicable
   [ERROR]       (argument mismatch; 
org.apache.wicket.examples.niceurl.NiceUrlApplication cannot be converted to 
org.apache.wicket.protocol.http.WebApplication)
   [ERROR] 
/home/solomax/work/wicket/wicket/wicket-examples/src/test/java/org/apache/wicket/examples/niceurl/NiceUrlTest.java:[38,23]
 no suitable method found for 
startPage(java.lang.Class<org.apache.wicket.examples.niceurl.Home>)
   
   <other errors truncated>
   ```
   
   I'm running `mvn clean install`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@wicket.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to