7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 2 days ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #77 in MC/connect from feature/ROCKSOLID-1011-xds.b-connector to development More... over 7 years ago
Merge branch 'development' of ssh://[email protected]:7999/mc/connect.git into feature/ROCKSOLID-1011-xds.b-connector More... over 7 years ago
Merge pull request #76 in MC/connect from feature/ROCKSOLID-1782-pix-v2-and-v3-data-types-revisited to development More... over 7 years ago
ROCKSOLID-1782 Move the set data type methods a little later so that they are triggered after properties have been set first. More... over 7 years ago
Merge pull request #73 in MC/connect from feature/ROCKSOLID-1888-additional-fixes-needed to development More... over 7 years ago
Merge pull request #74 in MC/connect from feature/ROCKSOLID-1782-pix-v2-and-v3-data-types-revisited to development More... over 7 years ago
ROCKSOLID-1782 Revert changes that set base connectors' data types to HL7V2 upon selection. More... over 7 years ago
Re-applied the modifications to the StAXON 1.3 source files. More... over 7 years ago
Committing the original versions of the StAXON 1.3 files that were modified. More... over 7 years ago
Merge pull request #75 in MC/connect from feature/ROCKSOLID-1870-allow-attachments-to-be-extracted-by-the-receiver to feature/ROCKSOLID-1011-xds.b-connector More... over 7 years ago
Making MessageController static injectable. More... over 7 years ago
ROCKSOLID-1782 Add more support for initial and forced data types. Note that this also means, when changing other connectors, the data type will be set to HL7V2 by default. More... over 7 years ago
Added comments. More... over 7 years ago
Handled an error case. More... over 7 years ago
Added modified Staxon classes to client-core.jar and changed the order of the declarations for the unit-testing classpath, so that our modified classes are used. More... over 7 years ago
Added and updated tests. More... over 7 years ago
Fixed problem where inner text was being left out when converting XML to JSON. Also, fixed problem with handling attributes with attributes of their own when converting JSON to XML. More... over 7 years ago
Merge pull request #72 in MC/connect from feature/ROCKSOLID-1870-allow-attachments-to-be-extracted-by-the-receiver to feature/ROCKSOLID-1011-xds.b-connector More... over 7 years ago
Adding unit tests for the recent RawMessage attachment addition. More... over 7 years ago
Merge branch 'feature/ROCKSOLID-1863-fix-incorrect-namespace-behavior' into feature/ROCKSOLID-1888-additional-fixes-needed More... over 7 years ago
Deleted print statements and unnecessary method. More... over 7 years ago
Modified the JSON to XML conversion to properly transform normalized JSON. The "@xmlnsprefix" fields are used to properly prefix tag names. More... over 7 years ago
Updated test. More... over 7 years ago
Changed the conversion from XML to JSON when normalizing namespaces. For each node, we now create a field in the JSON to store its prefix called "@xmlnsprefix". Regarding namespaces, the declarations are now stored in "xmlns:<prefix>" fields. Also, we no longer create new "@xmlns" fields for nodes, since its namespace can be inferred from its prefix and previous namespace declarations. More... over 7 years ago
Merge pull request #69 in MC/connect from feature/ROCKSOLID-1870-allow-attachments-to-be-extracted-by-the-receiver to feature/ROCKSOLID-1011-xds.b-connector More... over 7 years ago
Merge pull request #70 in MC/connect from feature/ROCKSOLID-1863-fix-incorrect-namespace-behavior to development More... over 7 years ago
Committing fixes to tests that I forgot in last commit. More... over 7 years ago
The JSON to XML converter throws a NPE when when have "$" fields with a null value, so I changed it so that we instead omit those fields from the JSON, which is still an accurate representation of the object. Fixed tests. More... over 7 years ago
Added two more unit tests for JsonXmlUtil, the second one is failing with a NPE. More... over 7 years ago
Refactoring. More... over 7 years ago