Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/129#discussion_r33015273
  
    --- Diff: testing/wicket-arquillian/src/test/resources/arquillian.xml ---
    @@ -0,0 +1,22 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<arquillian xmlns="http://jboss.org/schema/arquillian";
    +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    +    xsi:schemaLocation="http://jboss.org/schema/arquillian 
http://jboss.org/schema/arquillian/arquillian_1_0.xsd";>
    +
    +    <defaultProtocol type="Servlet 3.0" />
    +    <engine>
    +        <property name="deploymentExportPath">target</property>
    +    </engine>
    +    
    +    <container qualifier="wildfly" default="true">
    +           <configuration>
    +                   <property 
name="jbossHome">target/wildfly-8.1.0.Final</property>
    +            <!-- JDK before 8: -XX:MaxPermSize=128m -XX -->
    +            <!-- JDK 8 and later: -XX:MaxMetaspaceSize=128m -->
    +            <!-- DEBUG MODE MANAGED: 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y -->
    +                   <property name="javaVmArguments">-Xmx128m 
-XX:MaxPermSize=128m 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
    --- End diff --
    
    Wicket 7.x is built with JDK 7, so we have to change this before merging to 
master branch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to