mattirn

Results 2 comments of mattirn

IMHO, camel-bridge is broken in `vertx v4.x`. The following does not work ``` public void testCamelBridge() throws Exception { CamelContext camelContext = new DefaultCamelContext(); camelContext.addRoutes(new RouteBuilder() { @Override public void...

Initially I was going to implement a fix for https://github.com/jline/jline3/issues/592 in JLine. Then looking around I found ConsoleUI and ended up to write this pull request. In future I might...