We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn test
URI is not hierarchical
Configuration on my local machine
Apache Maven 3.8.1 Maven home: /usr/local/Cellar/maven/3.8.1/libexec Java version: 11.0.9.1, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
Steps:
Tests in error: initializationError(example.Example): URI is not hierarchical
The text was updated successfully, but these errors were encountered:
Hi, this issue is due to concordion/concordion#285 and is the highest priority fix for Concordion.
For JDK9+, use of the @ConcordionResources annotation causes this issue. The workaround is to remove the line:
@ConcordionResources
@ConcordionResources("/customConcordion.css")
from CubanoDemoIndex, CubanoDemoFixture and CubanoDemoBrowserFixture.
CubanoDemoIndex
CubanoDemoFixture
CubanoDemoBrowserFixture
Sorry, something went wrong.
Thanks @nigelcharman for your help. Your work-around saves my life :D
javax.xml.soap.*
Fixed in Cubano 1.1.1
No branches or pull requests
Configuration on my local machine
Steps:
=> Issue:
The text was updated successfully, but these errors were encountered: