7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 2 days ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating RefreshTableModel to conform with Java 9 changes More... over 7 years ago
Upgrading to Jetty 9.4.9 and ASM 6.1.1. More... over 7 years ago
Modifying the serializer to work with circular references. More... over 7 years ago
Merge pull request #116 in MC/connect from bugfix/ROCKSOLID-874-server-configuration-restores-only-partway-when-any-exception-occurs to development More... over 7 years ago
Merge pull request #117 in MC/connect from bugfix/ROCKSOLID-880-server-can-respond-with-serialized-exceptions to development More... over 7 years ago
Throwables are now wrapped in an object when deserialization fails. More... over 7 years ago
Moving server configuration restoration to a separate class. More... over 7 years ago
Merge pull request #115 in MC/connect from bugfix/ROCKSOLID-2471-when-the-fhir-plugin-is-installed-json-to-xml-conversion to development More... over 7 years ago
Merge pull request #114 in MC/connect from feature/ROCKSOLID-914-add-ability-to-specify-query-parameters to development More... over 7 years ago
Formatting More... over 7 years ago
Prefixes are no longer set on attributes when the prefix is xmlns or xml. Also fixed the reader to correctly handle attribute arrays. More... over 7 years ago
ROCKSOLID-914 Add tooltip support for MirthComboBoxTableCellEditor so we can add a unique tooltip per combo box item. More... over 7 years ago
Merge pull request #112 in MC/connect from bugfix/ROCKSOLID-991-open-cursors-are-quickly-exceeded-for-large-instances-on-oracle to development More... over 7 years ago
Changed this method to use the Statistics that are passed in. More... over 7 years ago
Restored the format of a few more comments. More... over 7 years ago
Fixed more instances where we should close a Statement when needed. More... over 7 years ago
Merge pull request #113 in MC/connect from feature/ROCKSOLID-2414-message-template-panel-syntax-highlighting to development More... over 7 years ago
Restores original formatting of comments in this file. More... over 7 years ago
ROCKSOLID-2414 Remove inbound boolean from getTokenMarker parameters. More... over 7 years ago
Closed Statements where needed and removed unnecessary catch clauses. More... over 7 years ago
ROCKSOLID-2414 Add an inbound boolean as a parameter to getTokenMarker to give more control over which TokenMarkers to show and when. More... over 7 years ago
ROCKSOLID-2414 Add new overridable getTokenMarker method that takes a DataTypeProperties object, passing it to getTokenMarker, allowing for more control over what type of syntax highlighting to show in transformer outbound message template. More... over 7 years ago
Fixed a lot of methods where the correct behavior is to always close a ResultSet or Statement, but was mistakenly changed to only close if needed. Added "close if needed" calls in the cascadeMessageDelete methods. More... over 7 years ago
Restored the previous formatting on switch statements. More... over 7 years ago
Removed another "close(statement)" call that should not have been added. More... over 7 years ago
Added back in a comment that was accidentally deleted. Removed a statement to close a Statement that should not have been added. More... over 7 years ago
Formatted using our custom formatter. More... over 7 years ago
Formatted the file. More... over 7 years ago
Refactored to remove code duplication. Now, methods in JdbcDao call closeDatabaseObjectIfNeeded() or closeDatabaseObjectsIfNeeded(), which only do something if implemented by a subclass. OracleJdbcDao implements those methods in order to close its Statements and ResultSets. More... over 7 years ago
Closes prepared statements and result sets, when using Oracle, to prevent having too many open cursors. More... over 7 years ago