Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F93B18D86 for ; Wed, 15 Jul 2015 09:04:05 +0000 (UTC) Received: (qmail 77643 invoked by uid 500); 15 Jul 2015 09:04:05 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 77599 invoked by uid 500); 15 Jul 2015 09:04:04 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 77589 invoked by uid 99); 15 Jul 2015 09:04:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 09:04:04 +0000 Date: Wed, 15 Jul 2015 09:04:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-6577) Camel Undertow Component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627747#comment-14627747 ] ASF GitHub Bot commented on CAMEL-6577: --------------------------------------- GitHub user dsimansk opened a pull request: https://github.com/apache/camel/pull/562 CAMEL-6577: Initial commit of Camel Undertow component Hi, I would like to ask for a review of my code that should provide [Camel Undertow] (https://issues.apache.org/jira/browse/CAMEL-6577). You can merge this pull request into a Git repository by running: $ git pull https://github.com/dsimansk/camel undertow Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/562.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #562 ---- commit 100b2f408d9169e90b222c039e32021fa4638a1a Author: David Simansky Date: 2015-07-14T15:46:35Z Initial commit of Camel Undertow component ---- > Camel Undertow Component > ------------------------ > > Key: CAMEL-6577 > URL: https://issues.apache.org/jira/browse/CAMEL-6577 > Project: Camel > Issue Type: New Feature > Reporter: Aaron Walker > Assignee: Grzegorz Grzybek > Fix For: Future > > > Implement a new camel component which expose the undertow (https://github.com/undertow-io/undertow) web server as a camel component. > This component will be similar to the jetty component but will probably only provide a producer endpoint. > Undertow is licensed under ASL so it's compatible with camel. -- This message was sent by Atlassian JIRA (v6.3.4#6332)