camel pull request: Added MediaTray support.
GitHub user everttigchelaar opened a pull request: https://github.com/apache/camel/pull/3 Added MediaTray support. Hi, I added MediaTray support to the camel printer component You can merge this pull request into a Git repository by running: $ git pull https://github.com/everttigchelaar/camel trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/3.patch commit eb054718246012f6df53160dc9438bcecb1ef076 Author: Evert Tigchelaar Date: 2012-07-13T05:56:10-07:00 Added MediaTray support.
camel pull request: Camel ssh component CAMEL-4713
GitHub user scranton synchronized the pull request at https://github.com/apache/camel/pull/2 Camel ssh component CAMEL-4713 https://issues.apache.org/jira/browse/CAMEL-4713 You can merge this pull request into a Git repository by running $ git pull camel-ssh Alternatively you can review and apply these changes as the patch at https://github.com/apache/camel/pull/2.patch
camel pull request: Handle Jetty's removal of method ServletContextHandler.addFilter(String,String,int)
GitHub user rwfowler synchronized the pull request at https://github.com/apache/camel/pull/1 Handle Jetty's removal of method ServletContextHandler.addFilter(String,String,int) Jetty no longer has a ServletContextHandler.addFilter(String,String,int) method in 8.x versions. I looked at Jetty's FilterMapping.setDispatcherTypes() method and it appears to me that, calling ServletContextHandler.addFilter(String,String,EnumSet) with null for the third parameter does the same thing. You can merge this pull request into a Git repository by running $ git pull https://github.com/rwfowler/camel fixComponentAddFilter Alternatively you can review and apply these changes as the patch at https://github.com/apache/camel/pull/1.patch