Skip to content
New issue

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

support @named beans in handler, features and interceptors #889

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

dufoli
Copy link
Contributor

@dufoli dufoli commented May 13, 2023

fix #698

@dufoli
Copy link
Contributor Author

dufoli commented May 13, 2023

I have a strange bug of build on windows .

[INFO] Quarkus CXF - Documentation ........................ FAILURE [  0.809 s]
[INFO] Quarkus CXF - Bill Of Materials for testing ........ SKIPPED
[INFO] Quarkus CXF - Integration Test - Logging ........... SKIPPED
[INFO] Quarkus CXF - Integration Test - WS-Addressing ..... SKIPPED
[INFO] Quarkus CXF - Integration Test - WS-Security Client  SKIPPED
[INFO] Quarkus CXF - Integration Test - WS-Security Server  SKIPPED
[INFO] Quarkus CXF - Integration Test - WS-Trust .......... SKIPPED
[INFO] Quarkus CXF - Integration Test - WS-ReliableMessaging SKIPPED
[INFO] Quarkus CXF - Integration Test - SOAP Message Transmission Optimization Mechanism (MTOM) SKIPPED       
[INFO] Quarkus CXF - Integration Test - SOAP Message Transmission Optimization Mechanism (MTOM) with java.awt.Image SKIPPED
[INFO] Quarkus CXF - Integration Test - wsdl2java ......... SKIPPED
[INFO] Quarkus CXF - Integration Test - wsdl2java no configuration SKIPPED
[INFO] Quarkus CXF - Test list ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.612 s
[INFO] Finished at: 2023-05-13T14:20:11+02:00
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING]  * org.codehaus.mojo:buildnumber-maven-plugin:3.0.0
[WARNING]  * it.ozimov:yaml-properties-maven-plugin:1.1.3
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
[ERROR] Failed to execute goal org.l2x6.cq:cq-maven-plugin:4.1.3:update-docs (update-docs) on project quarkus-cxf-docs: Execution update-docs of goal org.l2x6.cq:cq-maven-plugin:4.1.3:update-docs failed: Could not find (\Q// extensions: START
[ERROR] \E)(.*)(\Q// extensions: END
[ERROR] \E) in C:\Users\dufoli\Documents\src\quarkus-cxf\docs\modules\ROOT\nav.adoc:
[ERROR]
[ERROR] * xref:user-guide/index.adoc[User guide]       
[ERROR] ** xref:user-guide/create-project.adoc[Create a new project]
[ERROR] ** xref:user-guide/first-soap-web-service.adoc[Your first SOAP Web service]
[ERROR] ** xref:user-guide/first-soap-client.adoc[Your first SOAP Client]
[ERROR] ** xref:user-guide/package-for-jvm-and-native.adoc[Package for JVM and native]
[ERROR] ** xref:user-guide/soap-payloads-with-jaxb.adoc[Complex SOAP payloads with JAXB]
[ERROR] ** xref:user-guide/advanced-soap-client-topics.adoc[Advanced SOAP client topics]
[ERROR] ** xref:user-guide/generate-wsdl-from-java.adoc[Generate WSDL from Java]
[ERROR] ** xref:user-guide/contract-first-code-first.adoc[Contract first and code first]
[ERROR] ** xref:user-guide/cxf-interceptors-and-features.adoc[CXF Interceptors and Features]
[ERROR] ** xref:user-guide/jax-ws-handlers.adoc[JAX-WS Handlers]
[ERROR] ** xref:user-guide/jax-ws-providers.adoc[JAX-WS Providers]
[ERROR] ** xref:user-guide/supported-soap-binding.adoc[Supported SOAP Bindings]
[ERROR] ** xref:user-guide/examples.adoc[Examples]     
[ERROR] ** xref:user-guide/common-problems-troubleshooting.adoc[Common problems and troubleshooting]
[ERROR] ** xref:user-guide/camel-integration.adoc[Camel Integration]
[ERROR] * xref:reference/index.adoc[Reference]
[ERROR] // extensions: START
[ERROR] ** xref:reference/extensions/quarkus-cxf.adoc[Quarkus CXF]
[ERROR] ** xref:reference/extensions/quarkus-cxf-rt-features-logging.adoc[Logging Feature]
[ERROR] ** xref:reference/extensions/quarkus-cxf-rt-features-metrics.adoc[Metrics Feature]
[ERROR] ** xref:reference/extensions/quarkus-cxf-rt-ws-security.adoc[WS-Security]
[ERROR] ** xref:reference/extensions/quarkus-cxf-rt-ws-rm.adoc[WS-ReliableMessaging]
[ERROR] ** xref:reference/extensions/quarkus-cxf-services-sts.adoc[Security Token Service (STS)]
[ERROR] ** xref:reference/extensions/quarkus-cxf-rt-transports-http-hc5.adoc[HTTP Async Transport]
[ERROR] ** xref:reference/extensions/quarkus-cxf-xjc-plugins.adoc[XJC Plugins]
[ERROR] // extensions: END

@dufoli dufoli requested a review from ppalaga May 13, 2023 15:27
@ppalaga ppalaga merged commit 508d00c into main May 15, 2023
15 checks passed
@ppalaga ppalaga deleted the 698-named branch May 15, 2023 16:46
@ppalaga
Copy link
Contributor

ppalaga commented May 15, 2023

Thanks @dufoli!

I think that build issue might be caused by your git client config. Let me add .gitattributes to fix it for all windows users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use @Named beans in features, interceptors and handlers also for clients
2 participants