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.c
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 rev
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 Jett