You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/java-wicket/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## A Wicket
1
+
## A Wicket example
2
2
3
3
This is an example of a JEE application that requires deployment to a servlet container before it can be tested with
4
4
Selenium WebDriver and Cucumber-JVM using Java.
@@ -16,7 +16,8 @@ kicks off Cucumber.
16
16
17
17
### Java 7
18
18
19
-
The cargo-maven2-plugin 1.3.0 is built using Java 7. This means that this example will fail if used with older Java versions. The error will be similar to:
19
+
The cargo-maven2-plugin 1.3.0 is built using Java 7. This means that this example will fail if used with older Java versions.
20
+
The error will be similar to:
20
21
21
22
```
22
23
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start (start-servlet-engine) on project java-wicket-test: Execution start-servlet-engine of goal org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start failed: An API incompatibility was encountered while executing org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Server : Unsupported major.minor version 51.0
0 commit comments