{"id":73133,"library":"camel-undertow","title":"Apache Camel Undertow","description":"Camel component for integrating with Undertow web server.","status":"active","version":"4.20.0","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["camel","undertow","http","integration"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel</groupId>\n  <artifactId>camel-undertow</artifactId>\n  <version>4.20.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel:camel-undertow:4.20.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"UndertowComponent","correct":"org.apache.camel.component.undertow.UndertowComponent"}],"quickstart":{"code":"import org.apache.camel.CamelContext;\nimport org.apache.camel.impl.DefaultCamelContext;\nimport org.apache.camel.builder.RouteBuilder;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        CamelContext context = new DefaultCamelContext();\n        context.addRoutes(new RouteBuilder() {\n            @Override\n            public void configure() {\n                from(\"undertow:http://localhost:8080\").to(\"log:test\");\n            }\n        });\n        context.start();\n    }\n}","lang":"java","description":"Create a simple HTTP route using Undertow component."},"warnings":[],"env_vars":null,"search_vec":"'apach':1 'camel':2,4,12 'compon':5 'http':14 'integr':7,15 'server':11 'undertow':3,9,13 'web':10","created_at":"2026-06-17T18:47:58.511416+00:00","updated_at":"2026-06-17T18:47:58.511416+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":"https://github.com/apache/maven-apache-parent","docs":"https://appdoc.app/artifact/org.apache.camel/camel-undertow/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}