Updated Branches:
refs/heads/master 0bdf8431d -> d3265079a
upgrade camel-rx to use the latest version of rxjava
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d3265079
Tree: http://git-wip-us.apache.org/repos/asf/camel/tr
Updated Branches:
refs/heads/master a87a8d129 -> 708c4cd87
avoid possible hang or crash if we try and complete on a component which is not
active and hasn't been configured. Also provide an API to lookup components
which are active (to avoid forcing lazy create)
Project: http://git-wip-us.a
Updated Branches:
refs/heads/master 68b357d8b -> 7173865d8
fixes CAMEL-6638 to add a vertx component for working with http://vertx.io/
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7173865d
Tree: http://git-wip-us.apache
Updated Branches:
refs/heads/master 25612791c -> 1d981304a
improve CAMEL-6394 so we use the correct JSON schema name for the type of the
property ;)
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1d981304
Tree: http://gi
Updated Branches:
refs/heads/master fd03dc872 -> 51bdf0996
removed redundant close() as we close in the finally block - which avoids a
double close() call
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/51bdf099
Tree: htt
Updated Branches:
refs/heads/master 2d686b4ae -> fd03dc872
fix possible NPE exception when running camel 2.12.0 on OpenShift (and other
PaaS environments where server socket creation is not allowed)
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.o
Updated Branches:
refs/heads/master 46a9c2b01 -> 4eed66cdf
Added test case to ensure that CAMEL-6394 generates properly formatted JSON
which can actually be parsed; and fixed bug in incorrect JSON encoding ;)
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-u
Updated Branches:
refs/heads/master 26088b497 -> e42b0b9e5
added a simple CSV test case for using camel and beanio; using a map rather
than explicit bean mapping
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e42b0b9e
Tr
Updated Branches:
refs/heads/master 868a358ad -> 3ec75ec79
expose the component HTML to the CamelContext and the MBean so it can be
displayed by tooling
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ec75ec7
Tree: http:
Updated Branches:
refs/heads/master 512b0a165 -> d33db16a3
fixed findComponents() for in blueprint too (had missed there's 2 OSGi camel
context implementations - DOH ;)
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d33d
Updated Branches:
refs/heads/master 5e1a3a3ea -> 3553b95ad
search all bundles in the bundleContext for the OSGi version of findComponents()
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3553b95a
Tree: http://git-wip-us.a
Updated Branches:
refs/heads/master 2fe5d2aca -> 5e1a3a3ea
add an OSGi specific implementation of the findComponents() helper method on
the MBean and on the CamelContext API so that implementations can behave
differently (e.g. inside OSGi and outside)
Project: http://git-wip-us.apache.org/r
Updated Branches:
refs/heads/master 9e31679fc -> 0bd7c3826
fixes CAMEL-6394 to add a createParameterJsonSchema() method on
ComponentConfiguration along with a componentParameterJsonSchema() method on
the MBean; so its easy for tools to enquire what parameters are available on an
endpoint
P
Updated Branches:
refs/heads/master ca35a4d7b -> 4cc51e1c6
provide an implementation of CAMEL-6391 so that we can use completion when
entering the endpoint path values. for example for file components, we can use
bash style completion on the available directory/file names from a karaf
comman
Author: jstrachan
Date: Mon Apr 29 06:03:32 2013
New Revision: 1476899
URL: http://svn.apache.org/r1476899
Log:
ah, rollback the java 7 source as that doesn't work too well on jdk 6 :)
Modified:
camel/trunk/tooling/apt/src/main/java/org/apache/camel/tool
Author: jstrachan
Date: Mon Apr 29 06:00:08 2013
New Revision: 1476897
URL: http://svn.apache.org/r1476897
Log:
make the annotation processor more restrictive on the annotations it processes
to try help the CI build on jdk 1.6 - thanks Babak! Also used java 7 source
only to help further nudge
Author: jstrachan
Date: Tue Apr 23 08:22:27 2013
New Revision: 1470844
URL: http://svn.apache.org/r1470844
Log:
fixed bug in generated HTML for CAMEL-6304 (we were generating too many close
tables :)
Modified:
camel/trunk/tooling/apt/src/main/java/org/apache/camel/tools/apt
Author: jstrachan
Date: Tue Apr 23 08:02:18 2013
New Revision: 1470842
URL: http://svn.apache.org/r1470842
Log:
port a bunch of components to use the new UriEndpointComponent base class for
Component implementations which makes use of the new @UriEndpoint / @UriParam
annotations to provide
Author: jstrachan
Date: Tue Apr 23 07:53:38 2013
New Revision: 1470838
URL: http://svn.apache.org/r1470838
Log:
added a maven report plugin for endpoint documentation, generated from the
@UriEndpoint / @UriParam / @UriParams annotations and javadoc. See CAMEL-6304
Added:
camel/trunk
Author: jstrachan
Date: Fri Apr 5 08:10:28 2013
New Revision: 1464879
URL: http://svn.apache.org/r1464879
Log:
upgraded to the latest rxjava release
Modified:
camel/trunk/parent/pom.xml
Modified: camel/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev
Author: jstrachan
Date: Sat Mar 16 12:23:19 2013
New Revision: 1457242
URL: http://svn.apache.org/r1457242
Log:
fixed maven plugin so that it includes the component.properties inside the jar
Modified:
camel/trunk/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven
Author: jstrachan
Date: Sat Mar 16 09:48:13 2013
New Revision: 1457229
URL: http://svn.apache.org/r1457229
Log:
fixes CAMEL-6169 so that the camelComponent.properties file is deployed into
the maven repository; so folks can easily search for classifier
"camelComponent" and extension &
Author: jstrachan
Date: Wed Mar 13 09:39:11 2013
New Revision: 1455850
URL: http://svn.apache.org/r1455850
Log:
updated to the latest RxJava release
Modified:
camel/trunk/components/camel-rx/pom.xml
Modified: camel/trunk/components/camel-rx/pom.xml
URL:
http://svn.apache.org/viewvc/camel
Author: jstrachan
Date: Wed Mar 6 09:26:48 2013
New Revision: 1453234
URL: http://svn.apache.org/r1453234
Log:
added the ObservableMessage and ObservableBody helper classes which are
Processors and make it easy to embed some RX processing code to handle messages
/ bodies inside an existing
Author: jstrachan
Date: Mon Mar 4 08:26:40 2013
New Revision: 1452207
URL: http://svn.apache.org/r1452207
Log:
added a helper method for sending events on any Observable to a camel
endpoint
Added:
camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx/support
Author: jstrachan
Date: Mon Mar 4 07:06:12 2013
New Revision: 1452197
URL: http://svn.apache.org/r1452197
Log:
added an overloaded version of toObservable() that takes the body type as an
argument so that the body of the message can be extracted and processed as an
Observable directly for
Author: jstrachan
Date: Mon Mar 4 06:22:28 2013
New Revision: 1452193
URL: http://svn.apache.org/r1452193
Log:
add link to the RxJava wiki which gives a better overview of what RxJava is
about
Modified:
camel/trunk/components/camel-rx/src/main/java/org/apache/camel/rx/ReactiveCamel.java
Author: jstrachan
Date: Mon Mar 4 06:19:55 2013
New Revision: 1452192
URL: http://svn.apache.org/r1452192
Log:
Initial spike of Camel RX, the Reactive Extensions for Camel using RxJava
Added:
camel/trunk/components/camel-rx/
camel/trunk/components/camel-rx/pom.xml (with props
Author: jstrachan
Date: Wed Oct 31 17:04:13 2012
New Revision: 1404252
URL: http://svn.apache.org/viewvc?rev=1404252&view=rev
Log:
added a helper method so we can easily discover all the components on the
classpath or in the Registry (assuming they all use the
camel-package-maven-plugin tha
Author: jstrachan
Date: Wed Oct 31 16:09:22 2012
New Revision: 1404218
URL: http://svn.apache.org/viewvc?rev=1404218&view=rev
Log:
added a simple camel maven plugin to generate a
META-INF/services/org/apache/camel/component.properties file in each jar which
contains a camel component (we c
Author: jstrachan
Date: Fri Oct 19 13:39:56 2012
New Revision: 1400095
URL: http://svn.apache.org/viewvc?rev=1400095&view=rev
Log:
added a little interface so its easy to discover a binding on an endpoint
Added:
camel/trunk/camel-core/src/main/java/org/apache/camel/spi/HasBinding.
Author: jstrachan
Date: Fri Oct 19 10:31:20 2012
New Revision: 1400030
URL: http://svn.apache.org/viewvc?rev=1400030&view=rev
Log:
removed some old cruft
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/processor/binding/DataFormatBinding.java
Modified:
camel/trunk/c
Author: jstrachan
Date: Fri Oct 19 10:27:01 2012
New Revision: 1400025
URL: http://svn.apache.org/viewvc?rev=1400025&view=rev
Log:
fixed typeo
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/component/binding/BindingComponent.java
Modified:
camel/trunk/camel-core/src/
Author: jstrachan
Date: Fri Oct 19 10:04:59 2012
New Revision: 1400019
URL: http://svn.apache.org/viewvc?rev=1400019&view=rev
Log:
initial spike of support for Bindings on camel endpoints. see
https://cwiki.apache.org/confluence/display/CAMEL/Binding for more details
Added:
camel/t
Author: jstrachan
Date: Thu Oct 18 13:55:22 2012
New Revision: 1399664
URL: http://svn.apache.org/viewvc?rev=1399664&view=rev
Log:
added resources plugin to the archetypes to avoid eclipse m2e errors when
importing the archetype genearted project
Modified:
camel/trunk/parent/pom
Author: jstrachan
Date: Thu Sep 27 10:12:12 2012
New Revision: 1390923
URL: http://svn.apache.org/viewvc?rev=1390923&view=rev
Log:
avoid using a weld class directly (used by accident, bad James! :)
Modified:
camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/inte
Author: jstrachan
Date: Thu Sep 27 10:04:36 2012
New Revision: 1390918
URL: http://svn.apache.org/viewvc?rev=1390918&view=rev
Log:
split the example integration test into 2 separate tests; one using an embedded
@Produces @ContextAware RouteBuilder producer method and another using a
sepa
Author: jstrachan
Date: Mon Sep 24 11:05:12 2012
New Revision: 1389294
URL: http://svn.apache.org/viewvc?rev=1389294&view=rev
Log:
avoid unnecessary extra injection point
Modified:
camel/trunk/components/camel-cdi/src/test/java/org/apache/camel/cdi/CamelContextAwareTest.java
Modi
Author: jstrachan
Date: Mon Sep 24 11:02:03 2012
New Revision: 1389291
URL: http://svn.apache.org/viewvc?rev=1389291&view=rev
Log:
re-enabled the IntegrationTest of camel-cdi and moved the properties test into
a separate package so its a bit easier to test the two integration test
Author: jstrachan
Date: Wed Sep 5 18:15:15 2012
New Revision: 1381278
URL: http://svn.apache.org/viewvc?rev=1381278&view=rev
Log:
initial implementation of CAMEL-5554 so we can easily reuse XML based route
definitions from inside CDI
Added:
camel/trunk/components/camel-cdi/src/main/
Author: jstrachan
Date: Wed Sep 5 15:24:46 2012
New Revision: 1381224
URL: http://svn.apache.org/viewvc?rev=1381224&view=rev
Log:
lets go with the more DRY @ContextName("foo") for CAMEL-5566
Modified:
camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Co
Author: jstrachan
Date: Wed Sep 5 15:17:52 2012
New Revision: 1381222
URL: http://svn.apache.org/viewvc?rev=1381222&view=rev
Log:
renamed @CamelStartup to @ContextName which seems a bit more general; and means
we can use the same annotation to also do injection of CamelContexts too for
C
Author: jstrachan
Date: Wed Sep 5 15:08:00 2012
New Revision: 1381216
URL: http://svn.apache.org/viewvc?rev=1381216&view=rev
Log:
simplfied integration test using @CamelStartup
Modified:
camel/trunk/examples/camel-example-cdi/src/test/java/org/apache/camel/example/cdi/IntegrationTest.
Author: jstrachan
Date: Wed Sep 5 14:42:52 2012
New Revision: 1381202
URL: http://svn.apache.org/viewvc?rev=1381202&view=rev
Log:
improved CAMEL-5566 so we can use @CamelStartup on @Produces methods too; for
example when reusing a RouteBuilder class multiple times with different
configurat
Author: jstrachan
Date: Tue Sep 4 18:34:58 2012
New Revision: 1380796
URL: http://svn.apache.org/viewvc?rev=1380796&view=rev
Log:
removed some old cruft
Modified:
camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/component/cdi/internal/CamelExtension.java
Modified:
c
Author: jstrachan
Date: Tue Sep 4 18:28:27 2012
New Revision: 1380791
URL: http://svn.apache.org/viewvc?rev=1380791&view=rev
Log:
added a fix for CAMEL-5566 along the lines of Romain's use of @CamelContextId
though preferred the name @CamelStartup which makes it really easy to
Author: jstrachan
Date: Tue Sep 4 14:57:43 2012
New Revision: 1380676
URL: http://svn.apache.org/viewvc?rev=1380676&view=rev
Log:
removed pertest forking for CAMEL-5447 in the hope we can close the issue now
Modified:
camel/trunk/components/camel-cdi/pom.xml
Modified: camel/t
Author: jstrachan
Date: Tue Sep 4 14:48:31 2012
New Revision: 1380671
URL: http://svn.apache.org/viewvc?rev=1380671&view=rev
Log:
fixes CAMEL-5565 so that routes created using Endpoints with the JavaDSL have
their endpoint URIs visible to JMX and tooling rather than being an anonymous
endp
Author: jstrachan
Date: Tue Sep 4 13:50:42 2012
New Revision: 1380649
URL: http://svn.apache.org/viewvc?rev=1380649&view=rev
Log:
fixes CAMEL-5560; adds a workaround for @Startup on @ApplicationScoped /
@Singleton beans to the CamelExtension to ensure they are eagly started; so
that we
Author: jstrachan
Date: Tue Sep 4 11:36:36 2012
New Revision: 1380570
URL: http://svn.apache.org/viewvc?rev=1380570&view=rev
Log:
initial spike of CAMEL-5560 to add CDI support to camel:run
Added:
camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Main.java
(with p
Author: jstrachan
Date: Tue Sep 4 09:40:19 2012
New Revision: 1380504
URL: http://svn.apache.org/viewvc?rev=1380504&view=rev
Log:
added an example of using CDI and camel together and testing routes with CDI
and arquillian integration tests for CAMEL-5553
Added:
camel/trunk/examples/c
Author: jstrachan
Date: Mon Sep 3 16:00:24 2012
New Revision: 1380279
URL: http://svn.apache.org/viewvc?rev=1380279&view=rev
Log:
added a CDI sample using CDI to define a new component configuration
Added:
camel/trunk/components/camel-cdi/src/test/java/org/apache/camel
Author: jstrachan
Date: Mon Sep 3 15:45:30 2012
New Revision: 1380275
URL: http://svn.apache.org/viewvc?rev=1380275&view=rev
Log:
@Mock and @Uri are now qualifiers. Added an example of Endpoint injection via
@Named. Also simplified the use of @Inject with camel injection; it now
requir
Author: jstrachan
Date: Mon Sep 3 14:43:48 2012
New Revision: 1380255
URL: http://svn.apache.org/viewvc?rev=1380255&view=rev
Log:
added better javadoc
Modified:
camel/trunk/components/camel-cdi/src/main/java/org/apache/camel/cdi/Uri.java
Modified:
camel/trunk/components/camel-cdi/src/
Author: jstrachan
Date: Mon Sep 3 14:39:42 2012
New Revision: 1380252
URL: http://svn.apache.org/viewvc?rev=1380252&view=rev
Log:
simplified the code to reuse more existing camel code & ensure more consistent
error messages and allowed injection via @Inject @Uri("someURI&
Author: jstrachan
Date: Mon Sep 3 12:48:00 2012
New Revision: 1380222
URL: http://svn.apache.org/viewvc?rev=1380222&view=rev
Log:
minor improvement to also test that the ProducerTemplate injection uses the
correct uri
Modified:
camel/trunk/components/camel-cdi/src/test/java/org/ap
Author: jstrachan
Date: Mon Sep 3 12:39:51 2012
New Revision: 1380220
URL: http://svn.apache.org/viewvc?rev=1380220&view=rev
Log:
fix for CAMEL-5553 so that we can support injection via @EndpointInject and
@Produce without any need for @Inject (though we use more usual CDI methods
Author: jstrachan
Date: Mon Sep 3 10:39:21 2012
New Revision: 1380193
URL: http://svn.apache.org/viewvc?rev=1380193&view=rev
Log:
initial spike of supporting naked @Produce annotations on CDI for CAMEL-5553
Added:
camel/trunk/components/camel-cdi/src/test/java/org/apache/camel
Author: jstrachan
Date: Mon Sep 3 10:37:31 2012
New Revision: 1380192
URL: http://svn.apache.org/viewvc?rev=1380192&view=rev
Log:
allow derived classes to override the use of the default postprocessor (e.g.
we'll want to do this in CDI eventually when its all working nicely to avoi
Author: jstrachan
Date: Mon Sep 3 09:30:51 2012
New Revision: 1380183
URL: http://svn.apache.org/viewvc?rev=1380183&view=rev
Log:
added support for @Consume for CAMEL-5553 along with supporting @Inject of
ProducerTemplate
Added:
camel/trunk/components/camel-cdi/src/main/java/org/ap
Author: jstrachan
Date: Fri Aug 31 13:51:50 2012
New Revision: 1379449
URL: http://svn.apache.org/viewvc?rev=1379449&view=rev
Log:
improved CAMEL-5553 so we can also inject MockEndpoint instances; though we
require @Mock as a qualifier unfortunately unless anyone figures out any neater
wa
Author: jstrachan
Date: Fri Aug 31 13:02:01 2012
New Revision: 1379437
URL: http://svn.apache.org/viewvc?rev=1379437&view=rev
Log:
initial spike of CAMEL-5553 support for injecting Endpoint instances using
@EndpointInject annotation; though there are issues (e.g. no way to inject both
Endp
Author: jstrachan
Date: Wed Aug 22 08:11:31 2012
New Revision: 1375936
URL: http://svn.apache.org/viewvc?rev=1375936&view=rev
Log:
allow eventNotifiers to be added asynchronously to a CamelContext while a
context is starting up to avoid the dreaded ConcurrentModificationException
being th
Author: jstrachan
Date: Fri Mar 2 14:10:03 2012
New Revision: 1296215
URL: http://svn.apache.org/viewvc?rev=1296215&view=rev
Log:
added a first spike of a stub component for CAMEL-5057
Added:
camel/trunk/camel-core/src/main/java/org/apache/camel/component/stub/
camel/trunk/camel-
Author: jstrachan
Date: Mon Nov 28 12:12:10 2011
New Revision: 1207097
URL: http://svn.apache.org/viewvc?rev=1207097&view=rev
Log:
Fixes CAMEL-4719 so camel-web works better inside WebLogic; avoiding the use of
the scalate console unless its present and in debig mode and having a
precomp
Author: jstrachan
Date: Thu Mar 3 17:03:06 2011
New Revision: 1076683
URL: http://svn.apache.org/viewvc?rev=1076683&view=rev
Log:
upgraded camel-web to the latest greatest scalate release and removed old
templates
Removed:
camel/trunk/components/camel-web/src/main/webapp/WEB-INF
Author: jstrachan
Date: Mon Feb 28 19:20:56 2011
New Revision: 1075495
URL: http://svn.apache.org/viewvc?rev=1075495&view=rev
Log:
fix for CAMEL-3726 to show camel-context working using Spring IoC along with
solving a dependency issue with CamelPostProcessorHelper causing eager loading
Author: jstrachan
Date: Tue Feb 22 11:56:24 2011
New Revision: 1073304
URL: http://svn.apache.org/viewvc?rev=1073304&view=rev
Log:
allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too
Modified:
camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/
Author: jstrachan
Date: Tue Feb 22 11:55:49 2011
New Revision: 1073303
URL: http://svn.apache.org/viewvc?rev=1073303&view=rev
Log:
allow CAMEL-3651 and CAMEL-3563 to work in OSGi blueprint too
Modified:
camel/trunk/components/camel-blueprint/src/main/java/org/apache/camel/bluep
Author: jstrachan
Date: Thu Feb 10 16:02:09 2011
New Revision: 1069442
URL: http://svn.apache.org/viewvc?rev=1069442&view=rev
Log:
first spike of a solution for CAMEL-3651 and CAMEL-3563 so that we can turn a
CamelContext containing one or more routes into a black box and then refer to
Author: jstrachan
Date: Thu Feb 10 16:00:30 2011
New Revision: 1069440
URL: http://svn.apache.org/viewvc?rev=1069440&view=rev
Log:
allow the same Camel Type Conversion we support for Endpoints to also work for
Components when resolving a component in the registry for CAMEL-3651 and
CAMEL-
Author: jstrachan
Date: Wed Feb 9 16:55:34 2011
New Revision: 1068971
URL: http://svn.apache.org/viewvc?rev=1068971&view=rev
Log:
removed a bunch more default JAXB default values so that by default we only
marshal attributes which are actually configured by hand. this avoids the
Author: jstrachan
Date: Wed Feb 9 14:47:37 2011
New Revision: 1068918
URL: http://svn.apache.org/viewvc?rev=1068918&view=rev
Log:
avoid outputting a deprecated attribute when marshalling the XML
Modified:
camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core
Author: jstrachan
Date: Wed Feb 9 14:33:12 2011
New Revision: 1068904
URL: http://svn.apache.org/viewvc?rev=1068904&view=rev
Log:
ensured that the deprecated attribute is optional, not mandatory for the
endpoint element
Modified:
camel/trunk/components/camel-core-xml/src/main/java
Author: jstrachan
Date: Wed Nov 10 10:35:14 2010
New Revision: 1033410
URL: http://svn.apache.org/viewvc?rev=1033410&view=rev
Log:
fixed up some bad markup, fixing the title of links
Modified:
camel/trunk/components/camel-web/src/main/webapp/WEB-INF/org/apache/camel/web/resou
Author: jstrachan
Date: Fri Sep 24 08:38:42 2010
New Revision: 1000757
URL: http://svn.apache.org/viewvc?rev=1000757&view=rev
Log:
Added a helper constructor in case folks want to reuse the jaxb resolver with a
different set of packages
Modified:
camel/trunk/components/camel-web/src/
Author: jstrachan
Date: Wed Aug 11 16:20:36 2010
New Revision: 984461
URL: http://svn.apache.org/viewvc?rev=984461&view=rev
Log:
upgraded to the latest/greatest scala release
Modified:
camel/trunk/parent/pom.xml
Modified: camel/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/c
Author: jstrachan
Date: Wed Aug 11 11:41:14 2010
New Revision: 984381
URL: http://svn.apache.org/viewvc?rev=984381&view=rev
Log:
moved the templates inside WEB-INF so they are not visible outside of the web
application; fixed up some bad HTML links in a template and fixed a failing
test
Author: jstrachan
Date: Mon Aug 9 16:39:28 2010
New Revision: 983723
URL: http://svn.apache.org/viewvc?rev=983723&view=rev
Log:
zapped some old JSP cruft
Removed:
camel/trunk/components/camel-web/src/main/webapp/WEB-INF/jspf/
camel/trunk/components/camel-web/src/main/webapp/com
Author: jstrachan
Date: Mon Aug 9 16:38:55 2010
New Revision: 983721
URL: http://svn.apache.org/viewvc?rev=983721&view=rev
Log:
zapped some old JSP cruft
Removed:
camel/trunk/components/camel-web/src/main/webapp/org/apache/camel/web/resources/CamelContextResource/
camel/t
Author: jstrachan
Date: Mon Aug 9 11:07:21 2010
New Revision: 983585
URL: http://svn.apache.org/viewvc?rev=983585&view=rev
Log:
upgraded Jersey to get nicer stack traces with 404s, fixed up failing test case
and added a better favicon.ico
Modified:
camel/trunk/components/camel-web/pom
Author: jstrachan
Date: Mon Aug 9 10:54:31 2010
New Revision: 983580
URL: http://svn.apache.org/viewvc?rev=983580&view=rev
Log:
use http://localhost:8080/ for default context when running with "mvn
tomcat:run"
Modified:
camel/trunk/components/camel-web/pom.xml
Modifie
Author: jstrachan
Date: Mon Aug 9 10:25:10 2010
New Revision: 983575
URL: http://svn.apache.org/viewvc?rev=983575&view=rev
Log:
fix for CAMEL-3036 using CAMEL-3035 as a way to make easier endpoint links
Modified:
camel/trunk/components/camel-web/pom.xml
camel/trunk/components/camel
Author: jstrachan
Date: Mon Aug 9 10:24:15 2010
New Revision: 983574
URL: http://svn.apache.org/viewvc?rev=983574&view=rev
Log:
fix for CAMEL-3035
Added:
camel/trunk/camel-core/src/main/java/org/apache/camel/spi/HasId.java
Modified:
camel/trunk/camel-core/src/main/java/org/apache/c
Author: jstrachan
Date: Fri Aug 6 14:48:55 2010
New Revision: 982998
URL: http://svn.apache.org/viewvc?rev=982998&view=rev
Log:
major commit - not :)
Modified:
camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java
Modified:
camel/trunk/components/camel
Author: jstrachan
Date: Fri Aug 6 14:39:24 2010
New Revision: 982994
URL: http://svn.apache.org/viewvc?rev=982994&view=rev
Log:
added a little helper method for using in camel web
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/model/OptionalIdentifiedDefinition.
Author: jstrachan
Date: Fri Aug 6 14:18:25 2010
New Revision: 982979
URL: http://svn.apache.org/viewvc?rev=982979&view=rev
Log:
fix old versions of jersey in pom for CAMEL-3028
Modified:
camel/trunk/components/camel-web/pom.xml
Modified: camel/trunk/components/camel-web/pom.xml
URL:
Author: jstrachan
Date: Fri Aug 6 13:16:30 2010
New Revision: 982947
URL: http://svn.apache.org/viewvc?rev=982947&view=rev
Log:
added helper method
Modified:
camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/model/Route.java
Modified:
camel/trunk/components/camel
Author: jstrachan
Date: Fri Aug 6 07:35:50 2010
New Revision: 982898
URL: http://svn.apache.org/viewvc?rev=982898&view=rev
Log:
moved camel-web to be jdk6 only
Modified:
camel/trunk/components/pom.xml
Modified: camel/trunk/components/pom.xml
URL:
http://svn.apache.org/viewvc/camel/t
Author: jstrachan
Date: Thu Aug 5 13:30:06 2010
New Revision: 982612
URL: http://svn.apache.org/viewvc?rev=982612&view=rev
Log:
work around for odd classloader bug in mvn 2.2.1 when executing javadoc/wadl
plugins when trying to run "mvn jetty:run" CAMEL-3028
Modified:
Author: jstrachan
Date: Thu Aug 5 13:12:04 2010
New Revision: 982602
URL: http://svn.apache.org/viewvc?rev=982602&view=rev
Log:
added the correct temporary snapshot repo for CAMEL-3028
Modified:
camel/trunk/components/camel-web/pom.xml
Modified: camel/trunk/components/camel-web/pom.xml
Author: jstrachan
Date: Thu Aug 5 13:06:16 2010
New Revision: 982599
URL: http://svn.apache.org/viewvc?rev=982599&view=rev
Log:
added a temporary snapshot repo for CAMEL-3028
Modified:
camel/trunk/components/camel-web/pom.xml
Modified: camel/trunk/components/camel-web/pom.xml
URL:
Author: jstrachan
Date: Fri Jul 9 11:50:24 2010
New Revision: 962488
URL: http://svn.apache.org/viewvc?rev=962488&view=rev
Log:
expose the application context, so from a CamelContext you can find the
ApplicationContext if you need it
Modified:
camel/trunk/components/camel-spring/src/
Author: jstrachan
Date: Thu Jul 8 13:16:54 2010
New Revision: 961759
URL: http://svn.apache.org/viewvc?rev=961759&view=rev
Log:
made it easier to reuse the CamelResourceConfig class, letting you pass in the
packages as a constructor
Modified:
camel/trunk/components/camel-web/src/main/
Author: jstrachan
Date: Thu Jul 8 13:11:50 2010
New Revision: 961755
URL: http://svn.apache.org/viewvc?rev=961755&view=rev
Log:
made it easier to reuse the CamelResourceConfig class
Modified:
camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/util/CamelResourceConfig.
Author: jstrachan
Date: Tue Jul 6 14:47:12 2010
New Revision: 960907
URL: http://svn.apache.org/viewvc?rev=960907&view=rev
Log:
fix for CAMEL-2913 so we can mark some common properties as being required to
help tooling
Added:
camel/trunk/camel-core/src/main/java/org/apache/camel
Author: jstrachan
Date: Tue Jul 6 12:06:11 2010
New Revision: 960883
URL: http://svn.apache.org/viewvc?rev=960883&view=rev
Log:
fix for CAMEL-2910 so we can store x,y and width,height locations of nodes in
diagrams when visualising or editing routes
Modified:
camel/trunk/camel-core
Author: jstrachan
Date: Thu Jul 1 17:26:41 2010
New Revision: 959731
URL: http://svn.apache.org/viewvc?rev=959731&view=rev
Log:
fix for CAMEL-2893 so that getUriOrRef will return non-null when there is a URI
defined
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/m
Author: jstrachan
Date: Thu Jul 1 15:47:56 2010
New Revision: 959702
URL: http://svn.apache.org/viewvc?rev=959702&view=rev
Log:
fix for CAMEL-2892 to remove warnings when running tests
Modified:
camel/trunk/components/camel-web/pom.xml
Modified: camel/trunk/components/camel-web/pom.xml
Author: jstrachan
Date: Thu Jul 1 15:27:48 2010
New Revision: 959694
URL: http://svn.apache.org/viewvc?rev=959694&view=rev
Log:
fix for CAMEL-2891 to use a URI template for languages which doesn't clash and
preserves extensibility to other representations
Modified:
camel/trunk/c
1 - 100 of 202 matches
Mail list logo