Skip to content

Commit

Permalink
Temporary workaround for quarkusio/quarkus#31646 IllegalAnnotationsEx…
Browse files Browse the repository at this point in the history
…ception Two classes have the same XML type name thrown at build time by quarkus-jaxb
  • Loading branch information
ppalaga committed Mar 9, 2023
1 parent d3194f1 commit aaabd7f
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ quarkus.cxf.client.codeFirstClient.client-endpoint-url=${cxf.it.calculator.baseU
quarkus.cxf.client.codeFirstClient.service-interface=io.quarkiverse.cxf.client.it.CodeFirstClient
quarkus.cxf.client.codeFirstClient.endpoint-namespace=http://www.jboss.org/eap/quickstarts/wscalculator/Calculatorrr
quarkus.cxf.client.codeFirstClient.endpoint-name=CalculatorService

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ quarkus.cxf.client."greeting".service-interface=io.quarkiverse.cxf.it.server.Gre
quarkus.cxf.client."greetingclient".client-endpoint-url=http://localhost:8081/soap/greeting
quarkus.cxf.client."greetingclient".service-interface=io.quarkiverse.cxf.it.server.GreetingClientWebService

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false

Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ quarkus.cxf.client.codeFirstClient.client-endpoint-url=${cxf.it.calculator.baseU
quarkus.cxf.client.codeFirstClient.service-interface=io.quarkiverse.cxf.client.it.CodeFirstClient
quarkus.cxf.client.codeFirstClient.endpoint-namespace=http://www.jboss.org/eap/quickstarts/wscalculator/Calculatorrr
quarkus.cxf.client.codeFirstClient.endpoint-name=CalculatorService

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ quarkus.cxf.client."logging-client".service-interface=org.jboss.eap.quickstarts.
quarkus.cxf.client."logging-client".endpoint-namespace=http://www.jboss.org/eap/quickstarts/wscalculator/Calculator
quarkus.cxf.client."logging-client".endpoint-name=Calculator
quarkus.cxf.client."logging-client".features=org.apache.cxf.ext.logging.LoggingFeature

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ quarkus.cxf.client.imageServiceClient.client-endpoint-url=http://localhost:${qua
quarkus.cxf.client.imageServiceClient.service-interface=io.quarkiverse.cxf.it.ws.mtom.awt.server.ImageService
quarkus.cxf.client.imageServiceClient.endpoint-namespace="https://quarkiverse.github.io/quarkiverse-docs/quarkus-cxf/test/mtom-awt"
quarkus.cxf.client.imageServiceClient.endpoint-name=ImageService

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ quarkus.cxf.endpoint."/mtom".features=org.apache.cxf.ext.logging.LoggingFeature
quarkus.cxf.endpoint."/mtom".handlers=io.quarkiverse.cxf.it.ws.mtom.server.MtomEnforcer

quarkus.native.resources.includes=*.properties,*.jks,*.wsdl,*.xml

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ quarkus.cxf.client."greeting".service-interface=io.quarkiverse.cxf.it.server.Gre
quarkus.cxf.client."greetingclient".client-endpoint-url=http://localhost:8081/soap/greeting
quarkus.cxf.client."greetingclient".service-interface=io.quarkiverse.cxf.it.server.GreetingClientWebService

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ quarkus.cxf.endpoint."/addressing-anonymous".implementor=io.quarkiverse.cxf.it.w
quarkus.cxf.endpoint."/addressing-decoupled".implementor=io.quarkiverse.cxf.it.ws.addressing.server.decoupled.WsAddressingImpl

quarkus.native.resources.includes=wsdl/*.wsdl

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ quarkus.cxf.endpoint."/wsrm".features=org.apache.cxf.ext.logging.LoggingFeature
quarkus.datasource.db-kind = derby
quarkus.datasource.jdbc.url=jdbc:derby://localhost:1527/memory:testDB;create=true
quarkus.datasource.jdbc.max-size=8

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ quarkus.cxf.client."wss-client".service-interface=org.jboss.as.quickstarts.wssca
quarkus.cxf.client."wss-client".endpoint-namespace=http://www.jboss.org/eap/quickstarts/wscalculator/WssCalculator
quarkus.cxf.client."wss-client".endpoint-name=WssCalculator
quarkus.cxf.client."wss-client".out-interceptors=org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ quarkus.cxf.endpoint."/rounder".in-interceptors=org.apache.cxf.ws.security.wss4j

quarkus.cxf.endpoint."/security-policy-hello".implementor=io.quarkiverse.cxf.it.ws.securitypolicy.server.WssSecurityPolicyHelloServiceImpl

quarkus.native.resources.includes=bob.properties,alice.properties,alice.jks,bob.jks,encrypt-sign-policy.xml
quarkus.native.resources.includes=bob.properties,alice.properties,alice.jks,bob.jks,encrypt-sign-policy.xml

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ quarkus.cxf.endpoint."/jaxws-samples-wsse-policy-trust".implementor=io.quarkiver
quarkus.cxf.endpoint."/jaxws-samples-wsse-policy-trust".features=org.apache.cxf.ext.logging.LoggingFeature

quarkus.native.resources.includes=*.properties,*.jks,*.wsdl,*.xml

# Workaround for https://github.com/quarkusio/quarkus/issues/31646
# Should not be needed with the Quarkus release coming after 3.0.0.Alpha5
quarkus.jaxb.validate-jaxb-context = false

0 comments on commit aaabd7f

Please sign in to comment.