| Progress: |
|
|
|
25 of 26 issues have been resolved
|
|
|
|
|
| |
|
CAMEL-2457 |
UNRESOLVED
|
camel-cxf producer support to get the BindingOperationInfo by looking up the operation name from the client service model
|
|
|
| |
|
CAMEL-2445 |
FIXED
|
BatchProcesser.processExchange needs to catch Throwable
|
|
|
| |
|
CAMEL-2443 |
FIXED
|
BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case
|
|
|
| |
|
CAMEL-2256 |
FIXED
|
Clean up the OSGi package import package of !javax.xml.bind.annotation.adapters
|
|
|
| |
|
CAMEL-2231 |
FIXED
|
Exception during mail connection requires folder to be reset
|
|
|
| |
|
CAMEL-2442 |
FIXED
|
Explicit version ranges on javax.* imports in camel-cxf bundle manifest cause a problem when running on equinox via pax-runner
|
|
|
| |
|
CAMEL-2243 |
FIXED
|
Fixed the -Psetup.eclipse issue
|
|
|
| |
|
CAMEL-2423 |
FIXED
|
Freemarker template not found due to wrong classloader
|
|
|
| |
|
CAMEL-2221 |
FIXED
|
Inconsistent out message when using recipient list
|
|
|
| |
|
CAMEL-2232 |
FIXED
|
Mail component sends to the wrong address
|
|
|
| |
|
CAMEL-2245 |
FIXED
|
Routing slip does not stop when Exchange is failed
|
|
|
| |
|
CAMEL-2418 |
FIXED
|
Upgrade the camel 1.x ant-run plugin to use jaxb impl 2.1.6
|
|
|
| |
|
CAMEL-2432 |
FIXED
|
camel-cxf endpoint should support to take the configuration information from the application context
|
|
|
| |
|
CAMEL-2397 |
FIXED
|
camel-cxf producer should copy the inMessage headers to the outMessage
|
|
|
| |
|
CAMEL-2216 |
FIXED
|
camel-cxf should not relay on the default Bus
|
|
|
| |
|
CAMEL-2351 |
FIXED
|
camel-jms - Backport per message priority and expiration from trunk to 1.x
|
|
|
| |
|
CAMEL-2257 |
FIXED
|
camel-jpa and camel-atom don't export package with the version
|
|
|
| |
|
CAMEL-2433 |
WON'T FIX
|
Camel CxfEndpoint should support the set the bus from URI
|
|
|
| |
|
CAMEL-2210 |
FIXED
|
CAMEL-2204
Backport CAMEL-2204 to Camel 1.x
|
|
|
| |
|
CAMEL-2412 |
FIXED
|
DefaultHttpBinding should parser the URI's parameter without checking HttpMethod
|
|
|
| |
|
CAMEL-2259 |
FIXED
|
File component - Potential NPE in file consumer
|
|
|
| |
|
CAMEL-2431 |
FIXED
|
ObjectHelper.normalizeClassName should support the '-' charactor
|
|
|
| |
|
CAMEL-2327 |
FIXED
|
The NP check of the remote service is wrong in CamelServiceExporter
|
|
|
| |
|
CAMEL-2407 |
FIXED
|
XmlStream can't deal with different encoding xml message
|
|
|
| |
|
CAMEL-2352 |
FIXED
|
camel-jdbc - Add option to select between JDBC 4 or 3 column label / name semantics
|
|
|
| |
|
CAMEL-2386 |
FIXED
|
parser the request parameter for the POST method
|
|
|
| Progress: |
|
|
|
180 of 181 issues have been resolved
|
|
|
|
|
| |
|
CAMEL-1947 |
UNRESOLVED
|
Schema copying script is broken
|
|
|
| |
|
CAMEL-2336 |
FIXED
|
Spring DSL - Some route scoped concerns such as onException etc. can vanish in some edge cases
|
|
|
| |
|
CAMEL-2325 |
FIXED
|
@Produce - Causes BeanInvocation to be kept as Body which causes problem with subsequent bean invocations
|
|
|
| |
|
CAMEL-2197 |
FIXED
|
A Camel component for writing into an Hadoop filesystem
|
|
|
| |
|
CAMEL-2365 |
FIXED
|
Add a SpringBusFactoryBean to help user set a right bus without import bunch of "org.apache.cxf" packages from the OSGi bundle
|
|
|
| |
|
CAMEL-2366 |
FIXED
|
Add a profile in camel-web project to generate WAR file for OSGI plateform (SMX4, Karaf)
|
|
|
| |
|
CAMEL-2316 |
FIXED
|
CAMEL-2314
Add a profile of spring-3.0
|
|
|
| |
|
CAMEL-2329 |
FIXED
|
Add chunked option for camel-jetty component to turn off HttpStream
|
|
|
| |
|
CAMEL-2324 |
FIXED
|
Add fireNow option for camel-quartz component
|
|
|
| |
|
CAMEL-2445 |
FIXED
|
BatchProcesser.processExchange needs to catch Throwable
|
|
|
| |
|
CAMEL-2443 |
FIXED
|
BatchProcessor - Should log caught exceptions in BatchSender so they will be logged in any case
|
|
|
| |
|
CAMEL-2436 |
FIXED
|
BeanProcessor - Should differentiate between void and method returning null values
|
|
|
| |
|
CAMEL-2385 |
FIXED
|
BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer
|
|
|
| |
|
CAMEL-2426 |
FIXED
|
CXF Header "ResponseContext" cannot be filtered by HeaderFilterStrategy
|
|
|
| |
|
CAMEL-2251 |
FIXED
|
CXFBean should not call the BusFactory.getDefaultBus()
|
|
|
| |
|
CAMEL-2383 |
FIXED
|
Cafe Demo example
|
|
|
| |
|
CAMEL-2274 |
FIXED
|
Camel proxy - Detect the proxied method returned null and allow that as a valid answer
|
|
|
| |
|
CAMEL-2410 |
FIXED
|
Cannot build http://camel.apache.org/spring-example.html
|
|
|
| |
|
CAMEL-2297 |
FIXED
|
Checking the CamelContext in MainSupport to avoid the wrong configuration which causes no CamelContext to be loaded
|
|
|
| |
|
CAMEL-2256 |
FIXED
|
Clean up the OSGi package import package of !javax.xml.bind.annotation.adapters
|
|
|
| |
|
CAMEL-2059 |
FIXED
|
Creating a transacted pipeline with custom error handling is difficult
|
|
|
| |
|
CAMEL-2148 |
FIXED
|
DataFormat for Google Protocol Buffers
|
|
|
| |
|
CAMEL-2304 |
FIXED
|
Default Values for Headers and Properties
|
|
|
| |
|
CAMEL-2398 |
FIXED
|
DefaultCamelContext starts route services out of order
|
|
|
| |
|
CAMEL-2448 |
FIXED
|
ErrorHandler - Catch Throwable to handle all kind of exceptions
|
|
|
| |
|
CAMEL-2369 |
FIXED
|
CAMEL-2085
Example how to protect/authorize access to Camel GAE applications
|
|
|
| |
|
CAMEL-2357 |
FIXED
|
ExchangeNotifierBuilder - Add a builder to building exchange notification predicates to be used for testing
|
|
|
| |
|
CAMEL-2442 |
FIXED
|
Explicit version ranges on javax.* imports in camel-cxf bundle manifest cause a problem when running on equinox via pax-runner
|
|
|
| |
|
CAMEL-2362 |
FIXED
|
FTP assumes that directory name do not have dot
|
|
|
| |
|
CAMEL-2439 |
FIXED
|
File consumer - Consuming from absolute paths can cause issue on Windows when moving file when done
|
|
|
| |
|
CAMEL-2315 |
FIXED
|
CAMEL-2314
Fix the failed tests camel-spring and camel-jms
|
|
|
| |
|
CAMEL-2243 |
FIXED
|
Fixed the -Psetup.eclipse issue
|
|
|
| |
|
CAMEL-2423 |
FIXED
|
Freemarker template not found due to wrong classloader
|
|
|
| |
|
CAMEL-2267 |
FIXED
|
Get camel-example-etl to work with OSGi (ServiceMix Karaf)
|
|
|
| |
|
CAMEL-2303 |
FIXED
|
GroupedExchange in Aggregator is not working correctly
|
|
|
| |
|
CAMEL-2451 |
FIXED
|
HL7MLLPDecoder fails if message length is exactly 1022
|
|
|
| |
|
CAMEL-2306 |
FIXED
|
IOConverter - File to byte[] should close input stream
|
|
|
| |
|
CAMEL-2237 |
FIXED
|
Improper ordering of MINA filters
|
|
|
| |
|
CAMEL-2420 |
FIXED
|
In camel-cache CacheConfiguration "diskExpiryThreadIntervalSeconds" not set correctly
|
|
|
| |
|
CAMEL-2375 |
FIXED
|
Let ExpressionClause be reusable by other builders which are not route based
|
|
|
| |
|
CAMEL-2283 |
FIXED
|
Make camel example bam friendly to deploy into Servicemix
|
|
|
| |
|
CAMEL-2378 |
FIXED
|
Maven build not installing camel-spring-2.2-SNAPSHOT-tests
|
|
|
| |
|
CAMEL-1921 |
FIXED
|
New SMPP component
|
|
|
| |
|
CAMEL-2345 |
FIXED
|
One should not have to explicitly provide the service/port for cxf is there's only one
|
|
|
| |
|
CAMEL-2223 |
FIXED
|
RecipientList - Add option for parallelProcessing and a ref for aggregation strategy
|
|
|
| |
|
CAMEL-2292 |
FIXED
|
RejectedExecutionException after restarting camel context
|
|
|
| |
|
CAMEL-2363 |
FIXED
|
Remove sample caches from Camel Cache component
|
|
|
| |
|
CAMEL-2388 |
FIXED
|
Remove some dependencies
|
|
|
| |
|
CAMEL-2218 |
FIXED
|
Rename feature file of camel to be in line with naming convention followed for servicemix, karaf and nmr feature file
|
|
|
| |
|
CAMEL-2394 |
FIXED
|
Renamer failing to rename 'From' File when using multiple endpoints via Multicast
|
|
|
| |
|
CAMEL-2245 |
FIXED
|
Routing slip does not stop when Exchange is failed
|
|
|
| |
|
CAMEL-2308 |
FIXED
|
StrictHostKeyChecking Url Option
|
|
|
| |
|
CAMEL-2328 |
FIXED
|
Support to define template, consumerTemplate, proxy, exporter out of camel context
|
|
|
| |
|
CAMEL-2242 |
FIXED
|
Support to handle Collection response object with the CXF RS http client API
|
|
|
| |
|
CAMEL-2264 |
FIXED
|
Support to specify the jndi location in the org.apache.camel.guice.Main
|
|
|
| |
|
CAMEL-2425 |
FIXED
|
Test failed of CxfMtomRouterPayloadModeTest
|
|
|
| |
|
CAMEL-2313 |
FIXED
|
The camel java archetype is not working correctly
|
|
|
| |
|
CAMEL-2254 |
FIXED
|
TransactionErrorHandler - Better support for mixed transactions using different propagation behaviors
|
|
|
| |
|
CAMEL-2252 |
FIXED
|
TransactionErrorHandler - Simplify internal logic
|
|
|
| |
|
CAMEL-2382 |
FIXED
|
TypeConverter instances should be injected with TypeConverterAware when scanned from classpath
|
|
|
| |
|
CAMEL-2322 |
FIXED
|
CAMEL-2314
Update spring import package version
|
|
|
| |
|
CAMEL-2400 |
FIXED
|
Updated camel-osgi module with the DefaultTypeConverterRegistry load when camelcontext start
|
|
|
| |
|
CAMEL-2270 |
FIXED
|
Upgrade the PaxExam version to 1.2.0
|
|
|
| |
|
CAMEL-2411 |
FIXED
|
Upgrade the ant-run plugin to use jaxb impl 2.1.12
|
|
|
| |
|
CAMEL-2312 |
FIXED
|
Upgrade the camel-spring-configure to spring3.0
|
|
|
| |
|
CAMEL-2263 |
FIXED
|
CAMEL-2085
Upgrade to App Engine SDK 1.2.8 (incl. support for JAXB)
|
|
|
| |
|
CAMEL-2384 |
FIXED
|
camel-bean - CGLIB proxied classed having trouble using annotated bean bindings
|
|
|
| |
|
CAMEL-2373 |
FIXED
|
camel-bindy - Fix tests to not generate model to be used in assertEquals
|
|
|
| |
|
CAMEL-2317 |
FIXED
|
CAMEL-2314
camel-bindy should not depends on the camel-spring-configure module
|
|
|
| |
|
CAMEL-2343 |
FIXED
|
camel-cache - Should check whether existing body is Serializable and store it as is
|
|
|
| |
|
CAMEL-2195 |
FIXED
|
camel-cxf - CxfProducer should check parameters more strictly to ensure we have the number of parameters required
|
|
|
| |
|
CAMEL-2432 |
FIXED
|
camel-cxf endpoint should support to take the configuration information from the application context
|
|
|
| |
|
CAMEL-2397 |
FIXED
|
camel-cxf producer should copy the inMessage headers to the outMessage
|
|
|
| |
|
CAMEL-2255 |
FIXED
|
camel-example-etl throw error when running it.
|
|
|
| |
|
CAMEL-2430 |
FIXED
|
camel-example-reportincident throwing exception
|
|
|
| |
|
CAMEL-1837 |
FIXED
|
camel-ftp - Add support for FTPS
|
|
|
| |
|
CAMEL-2381 |
FIXED
|
camel-jaxb - Partial marshalling and unmarshalling
|
|
|
| |
|
CAMEL-2330 |
FIXED
|
camel-jaxb should filter the control and invalid UTF charater
|
|
|
| |
|
CAMEL-2372 |
FIXED
|
camel-jboss - Add to camel-extra so Camel works out of the box with the JBoss classloader in their app server
|
|
|
| |
|
CAMEL-2275 |
FIXED
|
camel-jpa JPAEndpoint eat up the cause of InvalidPayloadException
|
|
|
| |
|
CAMEL-2257 |
FIXED
|
camel-jpa and camel-atom don't export package with the version
|
|
|
| |
|
CAMEL-2323 |
FIXED
|
camel-osgi should provider a ClassResolver of OSGi version
|
|
|
| |
|
CAMEL-2450 |
FIXED
|
camel-spring-osgi module should include the META-INF/services/... file from camel-spring
|
|
|
| |
|
CAMEL-2341 |
FIXED
|
camel-web - Using Sun marshal resolver not possible on non SUN JDK platforms
|
|
|
| |
|
CAMEL-2347 |
FIXED
|
create a Nagios endpoint to allow the sending of alerts to the Nagios monitoring system
|
|
|
| |
|
CAMEL-2447 |
FIXED
|
cxfbean should propagate CONTENT_TYPE for other camel component to use
|
|
|
| |
|
CAMEL-2395 |
FIXED
|
file component - Using fileName option should better detect constant vs dynamic name
|
|
|
| |
|
CAMEL-2346 |
FIXED
|
index of/ angosso.png
|
|
|
| |
|
CAMEL-2266 |
FIXED
|
java.lang.ClassNotFoundException: org.apache.camel.converter.jaxb.JaxbConverter not found from bundle [org.apache.camel.camel-core] (Equinox - Karaf)
|
|
|
| |
|
CAMEL-2260 |
FIXED
|
javaconfig example failing to run
|
|
|
| |
|
CAMEL-2376 |
FIXED
|
org.apache.camel.issues.RetryRouteScopedUntilRecipientListParallelIssueTest failing on build on trunk
|
|
|
| |
|
CAMEL-2278 |
FIXED
|
recipientList onException redelivery issue
|
|
|
| |
|
CAMEL-2272 |
FIXED
|
seda endpoint to copy (multicast) exchange to multiple consumers
|
|
|
| |
|
CAMEL-2293 |
FIXED
|
support to take the proxy configuration from camel context instead of using the SystemProperties
|
|
|
| |
|
CAMEL-2314 |
FIXED
|
supporting Spring 3.0.0 in Camel trunk
|
|
|
| |
|
CAMEL-2280 |
FIXED
|
xml returned by camel-web should avoid using a namespace prefix
|
|
|
| |
|
CAMEL-2137 |
CANNOT REPRODUCE
|
Beans can not be used in Camel routes deployed as JBI service units to ServiceMix
|
|
|
| |
|
CAMEL-2356 |
CANNOT REPRODUCE
|
camel-cxf client should not relay on the default Bus
|
|
|
| |
|
CAMEL-1483 |
FIXED
|
Graceful shutdown
|
|
|
| |
|
CAMEL-1472 |
FIXED
|
Lucene Component
|
|
|
| |
|
CAMEL-2249 |
FIXED
|
Wrong handling of useMessageIDAsCorrelationID
|
|
|
| |
|
CAMEL-1685 |
WON'T FIX
|
TypeConverter tag to Spring DSL
|
|
|
| |
|
CAMEL-2299 |
FIXED
|
@EndpointInject - If a url or name is given it should mandatory lookup to catch typos early on
|
|
|
| |
|
CAMEL-2300 |
FIXED
|
@EndpointInject - Should use ref attribute instead of name to be consistent
|
|
|
| |
|
CAMEL-2326 |
FIXED
|
Add a DSL for JAXB DataFormat to take the context path setting
|
|
|
| |
|
CAMEL-2307 |
FIXED
|
Add feature for camel-protobuf
|
|
|
| |
|
CAMEL-2291 |
FIXED
|
Add support for channel keys to the IRC component
|
|
|
| |
|
CAMEL-2368 |
FIXED
|
Bean Expression for Non Registry beans can't reference an instance
|
|
|
| |
|
CAMEL-2416 |
FIXED
|
CAMEL-2383
Cafe Demo - Documentation
|
|
|
| |
|
CAMEL-2412 |
FIXED
|
DefaultHttpBinding should parser the URI's parameter without checking HttpMethod
|
|
|
| |
|
CAMEL-2392 |
FIXED
|
DefaultTypeConverterRegistry - Let it load upfront
|
|
|
| |
|
CAMEL-2441 |
FIXED
|
Disable test in camel-http and camel-jetty which uses online internet connection to fetch from google frontpage
|
|
|
| |
|
CAMEL-2399 |
FIXED
|
Dozer Bean Mapper framework as TypeConverters
|
|
|
| |
|
CAMEL-2417 |
FIXED
|
CAMEL-2399
Dozer Type Converter - Documentation
|
|
|
| |
|
CAMEL-2379 |
FIXED
|
CAMEL-2085
Enhance gmail component to support cc, bcc, recipient lists and overriding the sender
|
|
|
| |
|
CAMEL-2355 |
FIXED
|
EventNotifier - Add support for using multiple event notifiers
|
|
|
| |
|
CAMEL-2348 |
FIXED
|
EventNotifier - Make it easy to ignore unwanted event categories
|
|
|
| |
|
CAMEL-2354 |
FIXED
|
Examples running with ANT need commons-managment on the classpath
|
|
|
| |
|
CAMEL-2295 |
FIXED
|
ExceptionHandler - Let it be able to log additional information such as a custom message or current exchange
|
|
|
| |
|
CAMEL-2288 |
FIXED
|
Filter - Remove filter feature from splitter as its a confusing
|
|
|
| |
|
CAMEL-2387 |
FIXED
|
GenericFileConverter should honor charset from Exchange
|
|
|
| |
|
CAMEL-2428 |
FIXED
|
In camel-cache "diskStorePath" property not efficient
|
|
|
| |
|
CAMEL-2250 |
FIXED
|
InterceptSendToEndpoint - Should stop sending to intercepted endpoint in case of Exchange failure
|
|
|
| |
|
CAMEL-2199 |
FIXED
|
Introduce a new log component for dynamic logging.
|
|
|
| |
|
CAMEL-2320 |
FIXED
|
JDBC component doesn't preserve headers
|
|
|
| |
|
CAMEL-2361 |
FIXED
|
Keep the lastModified timestamp when writing a file
|
|
|
| |
|
CAMEL-2248 |
FIXED
|
Make endpoint URI reference parameter handling code more consistent across components
|
|
|
| |
|
CAMEL-2226 |
FIXED
|
Merge File and Simple language or let Simple be File language by default
|
|
|
| |
|
CAMEL-2431 |
FIXED
|
ObjectHelper.normalizeClassName should support the '-' charactor
|
|
|
| |
|
CAMEL-2350 |
FIXED
|
PublishEventNotifier - A new notifier to send the Event to any Camel endpoint
|
|
|
| |
|
CAMEL-2296 |
FIXED
|
RedeliveryErrorHandler - Let it log a single ERROR line when exhausted so its easier to spot an exception
|
|
|
| |
|
CAMEL-2435 |
FIXED
|
RedeliveryErrorHandler - Log stracktraces for exhausted exceptions
|
|
|
| |
|
CAMEL-2359 |
FIXED
|
Removed the warning message of "Cannot find class: org.apache.xalan.xsltc.trax.DOM2SAX"
|
|
|
| |
|
CAMEL-2440 |
FIXED
|
RuntimeConfiguration - Align getter/setter so grails plugin can work with options such as AutoStartup
|
|
|
| |
|
CAMEL-2339 |
FIXED
|
ScheduledPollConsumer.run swallows Errors
|
|
|
| |
|
CAMEL-2353 |
FIXED
|
Simple Language - Parsing complex date patterns fails if they contain additional colons
|
|
|
| |
|
CAMEL-2244 |
FIXED
|
Support for processing list-based reference params in DefaultComponent.
|
|
|
| |
|
CAMEL-2335 |
FIXED
|
The <proxy> in Spring XML should support using serviceRef to lookup a reference for an endpoint
|
|
|
| |
|
CAMEL-2327 |
FIXED
|
The NP check of the remote service is wrong in CamelServiceExporter
|
|
|
| |
|
CAMEL-2310 |
FIXED
|
UnitOfWork - Must be done in finally to ensure even when java.lang.Error is thrown fore reliable shutdown
|
|
|
| |
|
CAMEL-2401 |
FIXED
|
Upgrade to CXF 2.2.6
|
|
|
| |
|
CAMEL-2403 |
FIXED
|
Upgrade to JRuby 1.4.0
|
|
|
| |
|
CAMEL-2424 |
FIXED
|
Upgrade to Jersey 1.1.5
|
|
|
| |
|
CAMEL-2380 |
FIXED
|
Upgrade to Jettison 1.2
|
|
|
| |
|
CAMEL-2402 |
FIXED
|
Upgrade to Jetty 6.1.22
|
|
|
| |
|
CAMEL-2404 |
FIXED
|
Upgrade to SLF4J 1.5.10
|
|
|
| |
|
CAMEL-2422 |
FIXED
|
Upgrade to Webdriver 0.6.1039
|
|
|
| |
|
CAMEL-2415 |
FIXED
|
Upgrade to castor 1.3.1
|
|
|
| |
|
CAMEL-2414 |
FIXED
|
Upgrade to commons-pool 1.5.4
|
|
|
| |
|
CAMEL-2413 |
FIXED
|
Upgrade to ftpserver 1.0.3
|
|
|
| |
|
CAMEL-2321 |
FIXED
|
Upgrade to groovy 1.7.0
|
|
|
| |
|
CAMEL-2287 |
FIXED
|
Using filter before split causes filtered messages to not be aggregated as they where marked as filtered
|
|
|
| |
|
CAMEL-2334 |
FIXED
|
Validate endpoint uri not ending with a trailing &
|
|
|
| |
|
CAMEL-2407 |
FIXED
|
XmlStream can't deal with different encoding xml message
|
|
|
| |
|
CAMEL-2289 |
FIXED
|
camel-bindy - csv - Make it easier to marshal with POJO out of the box
|
|
|
| |
|
CAMEL-2318 |
FIXED
|
camel-bindy dataformat KeyValue DSL can't work
|
|
|
| |
|
CAMEL-2319 |
FIXED
|
camel-cache - Missing some classes in .jar
|
|
|
| |
|
CAMEL-2265 |
FIXED
|
camel-core - Reduced number of spring jars in pom.xml
|
|
|
| |
|
CAMEL-2342 |
FIXED
|
camel-example-spring-javaconfig - Uses Spring 2.5.x instead of Spring 3.0 and cannot compile
|
|
|
| |
|
CAMEL-2082 |
FIXED
|
camel-file - Delete previous lock files on startup
|
|
|
| |
|
CAMEL-2391 |
FIXED
|
camel-ftp - Add option to disconnect after use
|
|
|
| |
|
CAMEL-2352 |
FIXED
|
camel-jdbc - Add option to select between JDBC 4 or 3 column label / name semantics
|
|
|
| |
|
CAMEL-1909 |
FIXED
|
cxfrs improvements
|
|
|
| |
|
CAMEL-2269 |
FIXED
|
doCatch() - Without any exception given should report that as a problem
|
|
|
| |
|
CAMEL-2377 |
FIXED
|
org.apache.camel.impl.DefaultProducerTemplateAsyncTest failing on build on trunk
|
|
|
| |
|
CAMEL-2386 |
FIXED
|
parser the request parameter for the POST method
|
|
|
| |
|
CAMEL-2261 |
WON'T FIX
|
UnitOfWork - done - Should group any thrown exception thrown from synchronization hooks and rethrow
|
|
|
| |
|
CAMEL-2262 |
WON'T FIX
|
onCompletion DSL - Add option to select whether it should run in current thread or async
|
|
|
| |
|
CAMEL-2309 |
WORKING AS DESIGNED
|
"preMove" option creates unwanted .camel directory
|
|
|
| |
|
CAMEL-2427 |
WORKING AS DESIGNED
|
CAMEL-2423
camel-velocity - Apply same classloader fix as done in Freemarker component
|
|
|
| |
|
CAMEL-1690 |
FIXED
|
Components in Camel-Extra need to be upgraded to work with Camel 2.0
|
|
|
| |
|
CAMEL-2444 |
FIXED
|
Log Component documentation for "showAll" option is misleading
|
|
|
| |
|
CAMEL-2344 |
FIXED
|
MailConsumer should log exception in processRollback
|
|
|
| |
|
CAMEL-2434 |
FIXED
|
Mock component - expected header and property should output the name that fails
|
|
|
| |
|
CAMEL-2302 |
FIXED
|
ProducerTemplate --> add new method : requestBodyAndHeader(Object body, String header, Object headerValue); ...
|
|
|
| |
|
CAMEL-2282 |
FIXED
|
Typo in Mail Component documentation should be attachments instead of attacments
|
|
|
| |
|
CAMEL-2247 |
FIXED
|
camel-groovy - Upgrade to groovy 1.6.7
|
|
|
| |
|
CAMEL-2246 |
FIXED
|
camel-jetty - Upgrade to 6.1.19 as its the same release we have bundle for
|
|
|
| |
|
CAMEL-2338 |
FIXED
|
package will log WARN that you should use packageScan instead. We should keep both options so remove the WARN
|
|
|
| |
|
CAMEL-2276 |
FIXED
|
seda component - Support no timeout for task to complete using timeout 0 or negative
|
|
|
| |
|
CAMEL-2349 |
WORKING AS DESIGNED
|
Simple Language - Add ${exception.caught.message} to grab any caught exception messages which can be used for logging handled exceptions
|
|
|
| Progress: |
|
|
|
11 of 63 issues have been resolved
|
|
|
|
|
| |
|
CAMEL-1151 |
UNRESOLVED
|
Abstraction of ExecutorService for working in managed environments (J2EE servers)
|
|
|
| |
|
CAMEL-2396 |
UNRESOLVED
|
Add a DataFormat for handling JAXB data inside SOAP
|
|
|
| |
|
CAMEL-1564 |
UNRESOLVED
|
Add an option to specify Ethernet network Interface to listen on for UDP (Unicast & Multicast) and TCP.
|
|
|
| |
|
CAMEL-1709 |
UNRESOLVED
|
Add onRedeliver(Exception... causes) to DSL for doing custom on redeliver for certain exceptions
|
|
|
| |
|
CAMEL-1684 |
UNRESOLVED
|
Aggregator - Add inactivity timeout
|
|
|
| |
|
CAMEL-1686 |
UNRESOLVED
|
Aggregator - Completion Predicate being evaluated on-the-fly
|
|
|
| |
|
CAMEL-1775 |
UNRESOLVED
|
Aggregator - Option to let it hold state which correlation groups already have been send OUT to be able to filter out late messages
|
|
|
| |
|
CAMEL-1683 |
UNRESOLVED
|
Aggregator - add option to control what should happen if correlation key cannot be evaluated
|
|
|
| |
|
CAMEL-2019 |
UNRESOLVED
|
Allow passing options to PollingConsumer from outside
|
|
|
| |
|
CAMEL-1880 |
UNRESOLVED
|
Batch consumers - Add option to skip/filter out etc entities that cannot safely be creates as an Exchange
|
|
|
| |
|
CAMEL-1698 |
UNRESOLVED
|
Break out the smack listeners implemented by XmppConsumer out to separate classes, and add a ConnectionListener.
|
|
|
| |
|
CAMEL-2239 |
UNRESOLVED
|
Cannot determine specific JmsMessage type to use from body class
|
|
|
| |
|
CAMEL-1898 |
UNRESOLVED
|
Cannot generate the PDF manual
|
|
|
| |
|
CAMEL-2026 |
UNRESOLVED
|
Enable async request-reply by enhancing the CamelInvocationHandler so that it is serializable, so that camel-spring Proxies can be passed as callback objects
|
|
|
| |
|
CAMEL-1437 |
UNRESOLVED
|
Executor Service - We need SPI for ExecutorServiceResolver
|
|
|
| |
|
CAMEL-1588 |
UNRESOLVED
|
ExecutorService configuration
|
|
|
| |
|
CAMEL-2452 |
UNRESOLVED
|
HttpHeaderFilterStrategy dosn't filters out 'Cache-Control', 'Connection', 'Pragma', 'Trailer', 'Transfer-Encoding', 'Upgrade', 'Via' and 'Warning' in method applyFilterToCamelHeaders
|
|
|
| |
|
CAMEL-1919 |
UNRESOLVED
|
Include route builder as template for other routes to improve route reuse
|
|
|
| |
|
CAMEL-2405 |
UNRESOLVED
|
JMX notification listener to route JMX events to camel
|
|
|
| |
|
CAMEL-2456 |
UNRESOLVED
|
JmsTemporaryTopicEndpoint , JmsTemporaryQueueEndpoint don't have the ManagedResource annotation
|
|
|
| |
|
CAMEL-2140 |
UNRESOLVED
|
Make dynamic aggregator batch options configuration more easy.
|
|
|
| |
|
CAMEL-1817 |
UNRESOLVED
|
Moved logic for defensive copy of current exchange from Pipeline to RedeliveryErrorHandler
|
|
|
| |
|
CAMEL-2253 |
UNRESOLVED
|
OnException - Consider adding flag or use stop() DSL to allow people to use it as just ignore the damn exception
|
|
|
| |
|
CAMEL-2453 |
UNRESOLVED
|
Store the HttpServletRequest and HttpServletResponse into HttpMessage header
|
|
|
| |
|
CAMEL-1669 |
UNRESOLVED
|
Throttler - Should be more dynamic and be able to throttle per message correlation
|
|
|
| |
|
CAMEL-2167 |
UNRESOLVED
|
Upgrade camel-scala to scala 2.8
|
|
|
| |
|
CAMEL-2332 |
UNRESOLVED
|
Upgrade to Jetty 7.0
|
|
|
| |
|
CAMEL-2406 |
UNRESOLVED
|
a jmx version of the bean endpoint, where beans are looked up using their JMX ObjectName instead...
|
|
|
| |
|
CAMEL-2130 |
UNRESOLVED
|
add a Visitor API to the org.apache.camel.model package so you can visit a RouteDefinition, a set of RouteDefinitions or a subset of a route to determine things like languages & endpoints used etc
|
|
|
| |
|
CAMEL-1913 |
UNRESOLVED
|
camel-jetty - Should support multipart/form posted data in the message body better
|
|
|
| |
|
CAMEL-1350 |
UNRESOLVED
|
camel-quickfix component in apache camel distribution
|
|
|
| |
|
CAMEL-2279 |
UNRESOLVED
|
create a camel-web demo to show folks how they can create their own WARs with camel-web integrated along with whatever routes & components they want
|
|
|
| |
|
CAMEL-217 |
UNRESOLVED
|
create a simple JPA based Aggregator strategy that uses a persistent database to store the results of the aggregation to avoid the need for batching
|
|
|
| |
|
CAMEL-963 |
UNRESOLVED
|
need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
|
|
|
| |
|
CAMEL-2022 |
UNRESOLVED
|
Blueprint support
|
|
|
| |
|
CAMEL-1530 |
UNRESOLVED
|
Upgrade camel-http to use httpclient 4.0
|
|
|
| |
|
CAMEL-2301 |
UNRESOLVED
|
switch to jackson for cleaner JSON marshalling of data
|
|
|
| |
|
CAMEL-2393 |
UNRESOLVED
|
Add a URL option to control the receive timeout and connection timeout for camel-cxf
|
|
|
| |
|
CAMEL-1542 |
UNRESOLVED
|
Filter EIP - Option to throw exception if the filter rejected
|
|
|
| |
|
CAMEL-1471 |
UNRESOLVED
|
CAMEL-1142
Improvments to failover loadbalancer
|
|
|
| |
|
CAMEL-2241 |
UNRESOLVED
|
PollingConsumer - Add option to decide when to let synchronizations be executed - onCompletion or afterConsume
|
|
|
| |
|
CAMEL-2235 |
UNRESOLVED
|
Tracer - Add detailed information for Content Based Router
|
|
|
| |
|
CAMEL-2236 |
UNRESOLVED
|
Tracer - Add special tracing for interceptFrom and interceptSendToEndpoint
|
|
|
| |
|
CAMEL-2437 |
UNRESOLVED
|
Upgrade camel-cxf to use httpclient 4.0.1
|
|
|
| |
|
CAMEL-2438 |
UNRESOLVED
|
Upgrade camel-restlet to use httpclient 4.0.1
|
|
|
| |
|
CAMEL-1776 |
UNRESOLVED
|
ValidatorProcessor - Support multiple schemas
|
|
|
| |
|
CAMEL-1893 |
UNRESOLVED
|
camel-cxf - Setting HTTP response code twice
|
|
|
| |
|
CAMEL-1895 |
UNRESOLVED
|
camel-file - Consume and pollEnrich another file should work transparent
|
|
|
| |
|
CAMEL-1211 |
UNRESOLVED
|
camel-restlet security extension
|
|
|
| |
|
CAMEL-2333 |
UNRESOLVED
|
CAMEL-1472
Lucene Component - Create feature file
|
|
|
| |
|
CAMEL-2421 |
UNRESOLVED
|
Upgrade to Sitemash 2.4.2
|
|
|
| |
|
CAMEL-2030 |
UNRESOLVED
|
camel-dataset - document minRate option
|
|
|
| |
|
CAMEL-2455 |
FIXED
|
Add URI option for closing a session after each message
|
|
|
| |
|
CAMEL-1877 |
FIXED
|
Add support for xpath functions
|
|
|
| |
|
CAMEL-2085 |
FIXED
|
Camel on Google App Engine support
|
|
|
| |
|
CAMEL-2409 |
FIXED
|
CAMEL-2085
OAuth component for supporting OAuth scenarios in web applications
|
|
|
| |
|
CAMEL-2370 |
FIXED
|
CAMEL-2085
Support for convenient access to Google authentication services
|
|
|
| |
|
CAMEL-1631 |
FIXED
|
create a properties component so that endpoints can be created where the URI is looked up in a properties file at runtime
|
|
|
| |
|
CAMEL-2360 |
FIXED
|
recipientList retryUntil not working
|
|
|
| |
|
CAMEL-1656 |
DUPLICATE
|
Properties file component - And allow simple language to access the properties
|
|
|
| |
|
CAMEL-2429 |
FIXED
|
EventNotifier - Add ExchangeSentEvent to track messages being sent to endpoints
|
|
|
| |
|
CAMEL-2454 |
FIXED
|
Upgrade to woodstox 4.0.7
|
|
|
| |
|
CAMEL-2126 |
FIXED
|
XPathHelper - For leveraging Camel XPathBuilder without the need for an Exchange
|
|
|