Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.0.3 [ 10691 ] | |
| Priority | Major [ 3 ] | |
| Description |
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.
In particular for marshalling or to set faults easily. They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs: {code} <dependency> <groupId>org.ow2.petals</groupId> <artifactId>camel-petals</artifactId> <version>USED-PETALS-SE-CAMEL-VERSION</version> <scope>provided</scope> </dependency> {code} |
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.
In particular for marshalling or to set faults easily. They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs: {code} <dependency> <groupId>org.ow2.petals</groupId> <artifactId>camel-petals</artifactId> <version>USED-PETALS-SE-CAMEL-VERSION</version> <scope>provided</scope> </dependency> {code} |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Summary | Provide some common helpers for Camel SUs | Provide some common helpers for developing and testing Camel SUs |
| Description |
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.
In particular for marshalling or to set faults easily. They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs: {code} <dependency> <groupId>org.ow2.petals</groupId> <artifactId>camel-petals</artifactId> <version>USED-PETALS-SE-CAMEL-VERSION</version> <scope>provided</scope> </dependency> {code} |
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.
In particular for marshalling or to set faults easily. They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs: {code} <dependency> <groupId>org.ow2.petals</groupId> <artifactId>camel-petals</artifactId> <version>USED-PETALS-SE-CAMEL-VERSION</version> <scope>provided</scope> </dependency> {code} And for testing in {{org.ow2.petals.camel.junit}}: {code} <dependency> <groupId>org.ow2.petals</groupId> <artifactId>petals-se-camel-junit</artifactId> <version>USED-PETALS-SE-CAMEL-VERSION</version> <scope>test</scope> </dependency> {code} |
| Fix Version/s | 1.1.0 [ 10750 ] | |
| Fix Version/s | 1.0.3 [ 10691 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |