Details
-
- Environment:
- Petals 3.1.3 running on Windows XP (French edition)
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] | |
| Assignee | Mathieu Carrolle [ mcarrolle ] | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.1.2 [ 10180 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 5.1.2 [ 10180 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
The JBI descriptor is read by the CDK as a String to replace all declared placeholders by their values, next this JBI descriptor as String is converted into an InputStream before to be parsed by petals-cdk-jbidescriptor.
A String has not to be read through an InputStream, but through a Reader.
So, it is needed to add an API to petals-cdk-jbidescriptor to parse a JBI descriptor available as a Reader