Age | Commit message (Expand) | Author | Files | Lines |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 6 | -7/+5 |
2020-06-12 | Moving common polling code into HttpOperation |  Jim Hahn | 15 | -93/+1168 |
2020-06-11 | Default ActorImpl should have an "operations" property |  Jim Hahn | 9 | -31/+37 |
2020-06-03 | Merge "Use plain HashMap instead of IdentityHashMap" |  Pamela Dragosh | 2 | -5/+6 |
2020-06-02 | Use plain HashMap instead of IdentityHashMap |  Jim Hahn | 2 | -5/+6 |
2020-06-02 | Change Actor makeCoder() to getCoder() |  Jim Hahn | 6 | -9/+9 |
2020-06-01 | Merge "Use "coder" to serialize Actor requests" |  Pamela Dragosh | 4 | -31/+39 |
2020-05-29 | Use "coder" to serialize Actor requests |  Jim Hahn | 4 | -31/+39 |
2020-05-29 | Use default serialization provider |  Jim Hahn | 1 | -2/+1 |
2020-05-29 | Do not generate notification in SDNR Actor |  Jim Hahn | 2 | -9/+0 |
2020-05-27 | Include response in OperationOutcome |  Jim Hahn | 7 | -2/+36 |
2020-05-19 | Bump models master to 2.3.0-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-05-19 | Bump models to 2.2.7-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-04-24 | Bump models patch 2.2.6-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-04-14 | Bump models to 2.2.5-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-04-11 | Bump models patch 2.2.4-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-04-08 | SDNR Actor enhancements |  Jim Hahn | 2 | -0/+13 |
2020-04-01 | Set sub request ID before start callback |  Jim Hahn | 4 | -28/+36 |
2020-03-30 | Test new actors against simulators |  Jim Hahn | 2 | -1/+5 |
2020-03-25 | Bump models 2.2.3-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-03-25 | Cleanup eclipse warnings |  Pamela Dragosh | 1 | -2/+1 |
2020-03-24 | Bump policy-models to version 2.2.2-SNAPSHOT |  liamfallon | 1 | -1/+1 |
2020-03-23 | New Guard actor request structure is incorrect |  Jim Hahn | 2 | -18/+5 |
2020-03-20 | Exception not propagated by processResponse |  Jim Hahn | 2 | -6/+41 |
2020-03-10 | Immediately finish if guard is disabled |  Jim Hahn | 1 | -2/+2 |
2020-03-06 | Add subrequest ID to OperationOutcome |  Jim Hahn | 2 | -9/+19 |
2020-03-06 | Log full URL for REST calls |  Jim Hahn | 2 | -25/+21 |
2020-03-05 | Add other APPC-LCM operations |  Jim Hahn | 3 | -0/+18 |
2020-03-04 | Fix exception message in Actors |  Jim Hahn | 1 | -1/+1 |
2020-03-03 | Merge "Fix path issues" |  Ram Krishna Verma | 1 | -1/+1 |
2020-03-03 | Merge "Don't log cancellation exception" |  Jim Hahn | 1 | -2/+9 |
2020-03-02 | Log topic message before publishing |  Jim Hahn | 1 | -2/+2 |
2020-03-02 | Don't log cancellation exception |  Jim Hahn | 1 | -2/+9 |
2020-03-03 | Fix path issues |  Jim Hahn | 1 | -1/+1 |
2020-03-02 | Merge "Log Actor parameter error message" |  Ram Krishna Verma | 2 | -14/+3 |
2020-03-02 | Log Actor parameter error message |  Jim Hahn | 2 | -14/+3 |
2020-03-02 | Testcases for cds actor |  Ram Krishna Verma | 2 | -6/+8 |
2020-03-01 | Merge "Add sequence number to Actors" |  Ram Krishna Verma | 5 | -14/+64 |
2020-02-29 | Add sequence number to Actors |  Jim Hahn | 5 | -14/+64 |
2020-02-29 | Sequence throws NPE if task outcome is null |  Jim Hahn | 2 | -2/+4 |
2020-02-26 | Change ActorService config to Map<String,Object> |  Jim Hahn | 2 | -5/+7 |
2020-02-26 | ActorService constructor should be public |  Jim Hahn | 2 | -1/+8 |
2020-02-26 | Merge "Remove ActorService singleton" |  Ram Krishna Verma | 3 | -32/+7 |
2020-02-25 | Eliminate a couple more xxxAsync calls in Actors |  Jim Hahn | 1 | -6/+12 |
2020-02-25 | Remove ActorService singleton |  Jim Hahn | 3 | -32/+7 |
2020-02-25 | Add PipelineUtil |  Jim Hahn | 3 | -8/+93 |
2020-02-24 | Add "finalOutcome" flag to OperationOutcome |  Jim Hahn | 3 | -29/+76 |
2020-02-21 | Change payload to Map<String,Object> so it's more versatile |  Jim Hahn | 14 | -75/+188 |
2020-02-20 | More actor clean-up |  Jim Hahn | 21 | -333/+691 |
2020-02-19 | Add SO actor |  Jim Hahn | 2 | -1/+10 |