James R. Perkins
James R. Perkins
It would be nice to allow "Eclipse workspace/project folder or config file" to allow a JAR file. Something like: ``` ~/.m2/repository/org/example/ide-config/1.0.0.Final/idea-config-1.0.0.Final.jar!settings/eclipse-formatter.xml ``` It looks possible given it just loads the...
…ps should be used. #### Short description of what this resolves: Adds the ability to allow for https URL and URI injection. #### Changes proposed in this pull request: -...
##### Issue Overview Currently when injecting a `URL` or `URI` with an `@ArquillianResource` the protocol is always "http". There should be ability to allow for "https" connections. This can be...
In JUnit 5 a `ParameterResolver` was introduced to allow parameters to be passed. Arquillian also supports parameters being passed, e.g. `public void someTestMethod(@ArquillianResource URL url)`. However this fails with JUnit...
https://issues.redhat.com/browse/WFLY-16591 Signed-off-by: James R. Perkins
https://issues.redhat.com/browse/WFLY-16867 Signed-off-by: James R. Perkins
https://issues.redhat.com/browse/WFLY-17020 Signed-off-by: James R. Perkins
https://issues.redhat.com/browse/WFCORE-5781 Signed-off-by: James R. Perkins
…n for this to be disabled. https://issues.redhat.com/browse/WFCORE-4807
Looking at the `wildfly.zip` inside the executable JAR there are some files that may not be required. For example the `standalone.sh` file. I don't see many others that could be...