[root]/modules/jpdl/src/main/java/org/jbpm/jpdl/internal/xml

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 81 (100.0%) | 1890 (100.0%) | 23.3 |
| tom.baeyens@jboss.com | 65 (80.2%) | 1489 (78.8%) | 22.9 |
| alex.guizar@jboss.com | 4 (4.9%) | 212 (11.2%) | 53.0 |
| koen.aers@jboss.com | 11 (13.6%) | 179 (9.5%) | 16.2 |
| kukeltje | 1 (1.2%) | 10 (0.5%) | 10.0 |
updating version to 4.3-SNAPSHOT
3 lines of code changed in 1 file:
migration handlers are called after default migration and before ending process instances
4 lines of code changed in 1 file:
new test scenario's added for instance migration:
- no migration
- migration handler
- simple abortion
- simple migration
- correct activity mapping
- incorrect activity mapping
- absolute version range
- relative version range
- mixed version range
- wildcard
new functionality:
- user defined migration handler
- migrate a version range of the depoyed processes
124 lines of code changed in 2 files:
JBPM-2578 adding ability to update a deployment resource for tweaking process behaviour for testing purposes
10 lines of code changed in 1 file:
JBPM-2578 added pieces of merging of update dom into process dom
4 lines of code changed in 1 file:
13 lines of code changed in 1 file:
store and retrieve migration info in parse context map instead of process definition object
11 lines of code changed in 1 file:
JBPM-2565 java activity refactoring in context of the new usercode facilities
6 lines of code changed in 1 file:
removed static methods from JpdlParser
7 lines of code changed in 1 file:
JBPM-2565 refactored usercode handling of event listeners, assignment handlers, decision handlers and decision conditions
8 lines of code changed in 1 file:
JBPM-2565 refactored custom parsing to use UserCodeReference
34 lines of code changed in 1 file:
parse migration info
11 lines of code changed in 1 file:
JBPM-2565 switched to explicit use of jpdlparser attribute to indicate specific parser version, ignoring namespace declaration
43 lines of code changed in 2 files:
JBPM-2565 created hudson job jbpm4-parsers
2 lines of code changed in 1 file:
added language version id
44 lines of code changed in 1 file:
JBPM-2430 classloading cleanup and added deployment classloading for user classes
14 lines of code changed in 1 file:
JBPM-2430 first cleanup of classloading
99 lines of code changed in 3 files:
JBPM-2409 JBPM-2411 JBPM-2483 added user defined transaction boundaries to allow for domain model integration
3 lines of code changed in 1 file:
[JBPM-2466] Fix hardcoded wrong defaultTemplate
10 lines of code changed in 1 file:
bpmn parsing fixes
5 lines of code changed in 1 file:
JBPM-2390 fix tasks and task comments the history
0 lines of code changed in 1 file:
JBPM-2223 event propagate property and expanded on the jbpm 3 migration in the devguide
4 lines of code changed in 1 file:
JBPM-2378 JBPM-2352 fixed xsd stuff
9 lines of code changed in 1 file:
JBPM-2365 fixed form attribute on task
1 lines of code changed in 1 file:
JBPM-2323 instantiate user code objects referenced by class during parsing time
9 lines of code changed in 1 file:
JBPM-2365 adding engine and api support for start task forms
2 lines of code changed in 1 file:
JBPM-2307 moved api package env to pvm internal
1 lines of code changed in 1 file:
replace addProblem(String) by replace addProblem(String, Element) where possible in order to be able to retrieve the line number in case of problems (GPD-288)
5 lines of code changed in 2 files:
JBPM-2254: task reminder example, plus amendments to JpdlExecution.getExtension
1 lines of code changed in 1 file:
JBPM-2254: first stab at reminder, refactor notification as event listener
91 lines of code changed in 1 file:
JBPM-2256 async event listeners
32 lines of code changed in 1 file:
JBPM-2254 restore build broken by query change in IdentitySessionImpl; reintroduce variable API change after clarifying the intent
60 lines of code changed in 1 file:
JBPM-2254 rolling back r4865. build broken and not discussed api change.
0 lines of code changed in 1 file:
CODING IN PROGRESS - issue JBPM-2254: task notify and reminder emails
https://jira.jboss.org/jira/browse/JBPM-2254
60 lines of code changed in 1 file:
JBPM-2269 added image resource support for process definitions
6 lines of code changed in 1 file:
JBPM-2256 adding async continuations
16 lines of code changed in 1 file:
undoing r4838, wrong way of adding the elements to the problems
10 lines of code changed in 3 files:
JBPM-2026 documented group activity in the devguide
23 lines of code changed in 1 file:
- commented out the addProblem convenience implementations in org.jbpm.pvm.internal.xml.ProblemList
- replaced all convenience calls by addProblem(String, Exception, String, Element)
11 lines of code changed in 3 files:
JBPM-2256 introducing async continuations
13 lines of code changed in 1 file:
(20 more)