jomin7 opened a new pull request, #8626: URL: https://github.com/apache/camel-quarkus/pull/8626
Fixes #8592. Add camel-quarkus-jsoup extension with native support
Introduces Quarkus extension for Apache Camel jsoup component enabling
HTML parsing, sanitization, and text extraction with GraalVM native
support.
- Minimal processor implementation (feature registration only)
- Comprehensive tests: 10 test cases covering JVM, native, and edge cases
- Simple language functions: htmlClean(), htmlDecode(), htmlParse()
- YAML DSL support with route definitions
- No reflection configuration required (auto-discovered by core)
- Added to BOM, catalog, and test categories
- Generated documentation with extension metadata
The extension provides XSS-safe HTML sanitization, text extraction,
and DOM manipulation capabilities for Camel routes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
