Test workflow#7
Closed
tonygermano wants to merge 67 commits into
Closed
Conversation
Signed-off-by: Tony Germano <tony@germano.name>
engine.vmoptions in the basedir now only has includes for the following three files: /conf/base_includes.vmoptions contains the default options for all runs as of mirth 4.5.2. /conf/default_modules.vmoptions contains the java 9+ options as of 4.5.2. /conf/custom.vmoptions is empty other than usage instructions and is the target for user changes Signed-off-by: Tony Germano <tony@germano.name>
Upgraded from 1.5 to latest version 3.2. Fixed deprecated error. Added xdg-open as first choice on linux systems. fixes OpenIntegrationEngine#65 Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Jon Bartels <jon.bartels@teladochealth.com>
Signed-off-by: Chris Gibson <cgibson@outlook.com>
While using install4j, the -java-cmd directive described in the custom.vmoptions comments is not available. Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Tony Germano <tony@germano.name>
Co-authored-by: Tony Germano <tony@germano.name> Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com> Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
- Added library java-semver-0.10.2.jar for version parsing and comparison. - Refactored to use streams and added tests - No longer calls a self-hosted service, so active extensions are no longer provided as part of the request. Co-authored-by: Richard Ogin <rogin@users.noreply.github.com> Co-authored-by: Jon Bartels <jon.bartels@teladochealth.com> Co-authored-by: Tony Germano <tony@germano.name> Signed-off-by: kelaompachai <141376761+kelaompachai@users.noreply.github.com> Signed-off-by: Richard Ogin <rogin@users.noreply.github.com> Signed-off-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#24
Adds the following settings to BrandingConstants in client-core: - CENTRAL_USER_REGISTRATION - When false, disables the sending of user demographic information and hides the registration and marketing consent boxes from the first time login screen. - MANDATORY_USER_REGISTRATION - used in conjunction with CENTRAL_USER_REGISTRATION. When this is setting is true and the user id is 1, then the user will not be able to unselect the registration checkbox. - CHECK_FOR_NOTIFICATIONS - When false, allows for notification fetching from the client to be disabled. The notification menu task is also removed. - SEND_USAGE_STATISTICS - When false, allows for sending of usage statistics to be disabled. Also hides the setting which allows users to opt-in or opt-out of sending statistics. With the restoration of the registration checkbox when the appropriate settings are enabled, the adjustment of which fields are required on the user profile has also been restored. Co-authored-by: Tony Germano <tony@germano.name> Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net> Signed-off-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#5
Updated branding in plugin metadata Updated branding in javadoc package files Shortened task names in side-bar menu by excluding the product name Fixed a typo in DicomListener Updated branding on Client API web page Fixed file permissions on a couple graphics that were marked executable Removed webadmin from build and distribution Replaced default webpage Signed-off-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#104 Relates-to: OpenIntegrationEngine#23
Co-authored-by: Paul Coyne <44065187+pacmano1@users.noreply.github.com> Signed-off-by: kayyagari <kiran@sereen.io> Signed-off-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#81
…browser This fixes what was apparently a regression bug in Mirth 3.2.0 introduced by commit 70eba57. It restores the functionality to display the contents of custom metadata columns in a format appropriate to the column type rather than always using the default MessageBrowserTextCellRenderer for non-String types. Signed-off-by: Tony Germano <tony@germano.name> Commit-message-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#75 Related: nextgenhealthcare/connect#6203
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
This adds several tests for the DestinationSet.removeAllExcept(Object) method, and confirms a bug exists. Signed-off-by: Richard Ogin <rogin@users.noreply.github.com> Issue: nextgenhealthcare/connect#5875
The DestinationSet.removeAllExcept(Object) method takes a destination metadata id or destination name. If it's passed a reference to a destination which does not exist, then it should remove all entries from the set. This was working correctly if a number was passed to the method which did not refer to a destination which remained in the set, but not for a name. This change ensures that when a destination name does not appear in the destination set, that all destinations are removed. Additonal tests were also added to DestinationSetTest for greater coverage. Signed-off-by: Tony Germano <tony@germano.name> Issue: nextgenhealthcare/connect#5875 Reported-by: Mike Hokanson <mhokanson@gmail.com>
Move html file outside of install4j. Fixed bug with max java version. Signed-off-by: Finnegan's Owner <44065187+pacmano1@users.noreply.github.com>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
ExtensionManager apparently used to be a plugin, but it has not been for some time. The step in the client build script that produced the extension jar was not removed at the same time and has been producing an effectively empty jar file with no classes and only a manifest. The actual extensionmanager related classes are included in mirth-client.jar. Related: 027ae24 Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net> Issue: OpenIntegrationEngine#138
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
…st the standards body (OpenIntegrationEngine#157) Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
This change allows the user to format code within the code editor areas. The user can format the currently selected lines or the entire document. A default hotkey of ctrl+shift+F has been added to run this action, but it may be changed by the user. Additionally, this action can be performed in the right-click context menu by selecting "Code->Format" Signed-off-by: Tony Germano <tony@germano.name> Original-sign-off: OpenIntegrationEngine@132de74 Issue: OpenIntegrationEngine#87
This lets the user perform the action to toggle comments on or off for the current line or the current selection in the code editor by selecting "Code->Toggle Comment" from the right-click context menu. Previously this action could only be performed by hotkey (ctrl+/ by default.) Signed-off-by: Tony Germano <tony@germano.name> Original-sign-off: OpenIntegrationEngine@132de74 Issue: OpenIntegrationEngine#87
This script is the main launcher for the Open Integration Engine (OIE)
server. It prepares the Java environment and executes the server launcher
JAR file.
The script automatically finds a compatible Java runtime (version 17+ by
default) by searching for a valid executable in the following priority order:
1. The OIE_JAVA_PATH environment variable.
2. The -java-cmd directive in the oieserver.vmoptions file or included
.vmoptions files. Must specify the path to the 'java' executable.
This is the preferred way to declare the desired version for running
the server and can be overridden by OIE_JAVA_PATH. Can be a relative
path from the location of this script.
3. The JAVA_HOME environment variable.
4. The 'java' command available in the system's PATH.
It also parses the 'oieserver.vmoptions' file to configure JVM options,
system properties (-D...), and classpath modifications.
Signed-off-by: Tony Germano <tony@germano.name>
Co-authored-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Issue: OpenIntegrationEngine#2
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
LoginPanel.java copyright change is based on 3954bc5 Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Replace usages of the non-thread-safe date formatter with java.time's DateTimeFormatter and related APIs to improve thread-safety and correctness when parsing/formatting dates and time zones. Update calendar parameter conversion to use ZonedDateTime/Instant and adapt log timestamp formatting to use DateTimeFormatter. Removes unused imports and modernizes date handling to avoid concurrency issues introduced by SimpleDateFormat. Collectively decided to use `DateTimeFormatter` instead of `FastDateTime`. Signed-off-by: Nico Piel <nico.piel@hotmail.de>
When the version of apache-jsp was updated from 9.4.53 to 9.4.57 in 57bc9e7 it was accidentally replaced with the jar containing the source files rather than the compiled class files. Signed-off-by: Tony Germano <tony@germano.name>
Required to make some IDEs happy following the library upgrades introduced in 45c3e93 Signed-off-by: Tony Germano <tony@germano.name>
updated setWar method to use full context path to support new Jetty version Cherry-picked-from: Innovar-Healthcare/BridgeLink@388cd0b Issue: Innovar-Healthcare/BridgeLink#65 Signed-off-by: Tony Germano <tony@germano.name>
The simplesender sub-project is unmaintained and is not referenced elsewhere in the project. Issue: OpenIntegrationEngine#88 Signed-off-by: Richard Ogin <rogin@users.noreply.github.com> Signed-off-by: Tony Germano <tony@germano.name>
…ine#194) If you click the Get Operations button on a Web Service Sender with a bad URL, the server will throw an exception. The chained exceptions get serialized to send back to the client, and that is where these --add-opens are required. The exceptions include both a java.util.concurrent.ExecutionException and a java.io.IOException. Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
A similar message was present in both a tooltip on hover and a popup panel on left-click. This commit removes the SSLWarningPanel and relies on the tooltip for messaging. The message has been changed to indicate a compatible TLS plugin was not detected without including a sales pitch. Additionally it now says that TLS security options and mTLS are not configurable through the interface rather than saying they are not supported. The icon for when the message is present has been changed from a lock with a red X to an information blue circle with an "i" to indicate this is not an error or security issue. Issue: OpenIntegrationEngine#156 Co-authored-by: Tony Germano <tony@germano.name> Signed-off-by: Jon Bartels <jon.bartels@teladochealth.com> Signed-off-by: Tony Germano <tony@germano.name>
Adds missing dependency of jackson-dataformat-yaml-2.14.3.jar which is require to serialize the OpenAPI YAML file. Issue: OpenIntegrationEngine#189 Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Signed-off-by: Richard Ogin <rogin@users.noreply.github.com>
The HttpUtil.getTableMap method creates and returns a copy of a Map. This commit changes the new Map instance from a HashMap to a LinkedHashMap in order to preserve the iteration order of the original Map being copied. Issue: nextgenhealthcare/connect#6276 Original-pull-request: nextgenhealthcare/connect#6296 Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Richard Ogin <rogin@users.noreply.github.com>
Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
Update the default color for the Administrator window to further differentiate OIE from Mirth Connect. The color was selected from the current OIE logo and is a slightly darker shade of blue than the previous color. Issue: OpenIntegrationEngine#177 Signed-off-by: mhokanson <mhokanson@gmail.com>
Signed-off-by: Tony Germano <tony@germano.name>
This PR updates all usages of WordUtils from the deprecated org.apache.commons.lang3.text package (deprecated since commons-lang3 v3.6) to the recommended org.apache.commons.text package. The change is necessary as the project is using commons-lang3 v3.13.0, and the deprecated API should be replaced with the supported version. - Updates 20 Java files to import WordUtils from org.apache.commons.text instead of the deprecated org.apache.commons.lang3.text package - Ensures compatibility with the currently used commons-lang3 v3.13.0 library - Leverages existing commons-text-1.10.0.jar already present in the server and client sub-projects and adds the same library to the donkey sub-project Signed-off-by: Richard Ogin <rogin@users.noreply.github.com>
Removes the dependency on `xercesImpl` and `xml-apis` to resolve
classloader conflicts and reduce security risks in Java 17+
environments. Refactors custom Reader classes to use the standard JDK
`XMLReader` interface instead of extending the Apache Xerces
`SAXParser`.
Changes:
- **Dependency Removal:** Removed `xercesImpl` and `xml-apis` from the
build configuration.
- **New Base Class:** Introduced `AbstractXMLReader` to centralize
common `XMLReader` logic (handler management, feature/property
compliance) and reduce code duplication across plugins.
- **New Tests:** Added tests for AbstractXMLReader.
- **Reader Refactoring:** Updated `DelimitedReader`, `EDIReader`,
`ER7Reader`, and `NCPDPReader`:
- Replaced inheritance (`extends SAXParser`) with `extends AbstractXMLReader`.
- Added standard `parse(String)` overload via the base class.
- Implemented strict SAX2 compliance for `getFeature`/`setFeature`
to correctly report namespace support to downstream transformers.
- **Code Cleanup:** Removed unused imports of
`org.apache.xerces.parsers.SAXParser`.
- **Documentation Cleanup:** Removed references to removed libraries in
`THIRD-PARTY-README.txt`
This change ensures the application uses the built-in JDK XML parser,
reducing the artifact size and aligning with modern Java best practices.
Signed-off-by: Tony Germano <tony@germano.name>
According to the javadoc for ContentHandler.startElement, if there are no attributes, then an empty Attributes object should be passed rather than null. For both startElement and endElement if qualified names are not available then the qname parameter should be an empty string. It was already being used this way in most instances, but a few were passing null instead. Signed-off-by: Tony Germano <tony@germano.name>
Signed-off-by: Tony Germano <tony@germano.name>
This commit also adds the library to `donkey/.classpath` for IDE support. Depends on commons-lang3-3.20.0 Signed-off-by: Tony Germano <tony@germano.name>
These fields are all either initialized in their declarations or in the constructor and then never reassigned. Signed-off-by: Tony Germano <tony@germano.name>
- Make AutoClosable so it can be used in try-with-resources - Removed null check for serverConnection since it cannot be null - Do not shutdown serverConnection or close JAX-RS client if this client is already closed. Signed-off-by: Tony Germano <tony@germano.name>
Previously all class files and resources were added to the built jars with the build time. With this change the jar, war, and zip tasks will use the time stamp from the HEAD commit as the modified times of the entries in order to work towards reproducable builds. If unable to get the modified time of the last commit, the value will default to the timestamp of when the openintegrationengine.org domain was registered. Signed-off-by: Tony Germano <tony@germano.name>
This patch updates the Ant build process to include Git versioning
information in the generated Javadocs and ensures the build remains
robust in environments without Git.
Changes include:
- Implemented a new `exec-with-default` macro in `mirth-build.xml`. This
safely attempts to retrieve the Git hash and version name but falls
back to default values ("unknown") if the `.git` directory is missing
(e.g., source tarballs) or Git is not installed.
- Updated the Javadoc target to inject a footer containing the build
version.
- Added conditional logic to render a hyperlink to the GitHub commit
only if the revision is available; otherwise, it renders plain text.
- Added the `-notimestamp` flag to the Javadoc task to support
reproducible builds (ensuring identical output for identical input).
- Refactored argument passing (switched from `line` to `value`) and
added proper Ant namespaces for conditional execution.
Signed-off-by: Tony Germano <tony@germano.name>
|
Triggered from #7 by @tonygermano. Checking if we can fast forward Target branch ( commit faa7cc4b023d0ab4c507aac29f92d7f5ff4a909d (HEAD -> main, origin/main)
Author: Tony Germano <tony@germano.name>
Date: Tue Apr 15 03:04:46 2025 -0400
add PR fast-forward gh workflow
Signed-off-by: Tony Germano <tony@germano.name>Pull request ( commit ab34440cbe1ca23dfd643dcb4ea1405cfe6012e9 (pull_request/temp)
Author: Tony Germano <tony@germano.name>
Date: Thu Jan 1 23:46:40 2026 -0500
Build: Inject git version in Javadocs and improve reproducibility
This patch updates the Ant build process to include Git versioning
information in the generated Javadocs and ensures the build remains
robust in environments without Git.
Changes include:
- Implemented a new `exec-with-default` macro in `mirth-build.xml`. This
safely attempts to retrieve the Git hash and version name but falls
back to default values ("unknown") if the `.git` directory is missing
(e.g., source tarballs) or Git is not installed.
- Updated the Javadoc target to inject a footer containing the build
version.
- Added conditional logic to render a hyperlink to the GitHub commit
only if the revision is available; otherwise, it renders plain text.
- Added the `-notimestamp` flag to the Javadoc task to support
reproducible builds (ensuring identical output for identical input).
- Refactored argument passing (switched from `line` to `value`) and
added proper Ant namespaces for conditional execution.
Signed-off-by: Tony Germano <tony@germano.name>Can't fast forward * ab34440cbe1ca23dfd643dcb4ea1405cfe6012e9 Build: Inject git version in Javadocs and improve reproducibility
* cae3da4bd8fc567ee1e7a6b90416e7909aa5b7b7 Build: Archives to use modified time of last commit
* 8e040c7dce9cbf2f58d20c584aeb8a2f2a4efaae Make Client AutoCloseable and close() idempotent
* 05aacfb3abee0e32efe2eaf59539a5436ab0afdd Make several private fields final in Client
* cccc1813858199ee1558cc7352d44a3c7db3c5aa Bump commons-text from 1.10.0 to 1.15.0
* 6eed2703563083013507a731e8edf19ccfd1f38d Bump commons-lang3 from 3.13.0 to 3.20.0
* d97c1f16f0f4f549b6d01216619d8aebe124ff5b Update XMLReader plugin ContentHandler calls
* 05ecb1f5dc9d8edd89b03683b585d44fa872f47f refactor: Remove Xerces/xml-apis dependencies and modernize SAX readers
* 33db9bbf8e58ee12cbb7b300ead3f18110a1a32b Update WordUtils
* 8ec5ab799e10318b628e19f98acc9040c875bc1f Update Jsch to 2.27.7
* eb363621ed38d0c54a2a95dac30bcddd3ae08cc6 Update default color for Administrator
* 3471250763408e1066f4e2faf569563b19fd4328 Update CONTRIBUTING.md with better git clone reference
* 1cf1c6fc589368a25699e60f614a113f23082d91 Add test for HttpUtil.getTableMap
* 82ec38b323cb858bc89877a583e02dd81e974259 Preserve order in HTTP parameter Map
* 141e612cbf42997507d574f7530167c7bf890306 update jSch to v2.27.0
* 8f103d64cfbaa90118700c140f70c5afb170f609 Fix 500 on request /api/openapi.yaml
* bffc3494b70c6e903e6e66b1d08ccc527fc0f931 Remove SSLWarningPanel and NextGen ad
* ec57fb07ce8bfd6952e8bd2c3748bee045bb9fbc Add more module options to default vmoptions file (#194)
* 60f2da664a44b6717fe5b1cd81c3cdccf6ff39e1 remove simplesender folder and references
* a27c7a13371e5a8874da9e8e684390e56749c7b8 Allow jetty to find webapps after version update
* d925e2d001cb590aae696e21faf877298e9476ce Update .classpath files with current libraries
* 4b46efa5029d8a7324803f9a30007e0c3b04ace6 Replace apache-jsp jar with correct version
* fa8957d81af625dd45d459661ce5564b0b701a8c Replace SimpleDateFormat with DateTimeFormatter
* d2682523c9868838fac7fb68faaa2a630669ad7d Simplified checks for login status isSuccess
* b4edd33c7dfd64c4a95c0b6a2e85acfbaac35532 Extracted client command line parsing to tested class
* db8615f6620cd07b1741509e85b4f4eabf780e4f Fix migration failure to 4.5.2
* 45c3e939f83c14cbb6f57ec86bce4c7b051d3aa8 Merge PR #146 into main
|\
| * 384682fe9afacc37404d380b9a3299821898588b Update javadoc JDK links to 17
| * cafed0eb4f0c7b313a49ae0b89129d165c3bd2ff Bump CI build to Java 17
| * 3f65d2f64bae526585d8ebcc6f1c47b4f2350a5e Update unit tests/jacoco to java 17
| * 57bc9e7c9a3c3271d06c177723b1bf2e63e0988b update the dependency jars
|/
* d934af20be451a3c1275f54bbacf20b09b6a756a Add missing javadoc for User API classes
* 077f60708435cd1125cd638e561bc742c7c9be39 Suppress ant warning if missing extension lib dir
* f5211eb8a6f1fbf0606058d034a1a79ddf30a8bf Suppress warnings about JSM removal
* c50858b650ade64f548013f5884ef0a0f861821f Make oieserver compatible with apple bash
* 5ff97155d624bbe3a3844ae8e5d16fca2b4057eb Fix potential data loss saving plugin properties
* 21f32755b315089a3c8f793d79e6ae4af0b721c9 Add oieserver launcher script
* 6865d88e49f998fad978381400b2a3f0bfb0e496 Update test data to match pretty-printer using tabs (#185)
* 98dde20698a40b8760e625aa2edf157ff2f5506e Add "toggle comment" action to right-click context menu
* 7910253db03c4dbcdb0c8a1c007d923831f03ad1 Add the ability to manually format Javascript code
* 7ecf54bb1013c50e571c510b1a58a31016e94d41 Remove version check since all supported java versions support tls1.3
* 388bceabc1d870da202aeb72dc10346dde62ec38 Java 8u261 added support for TLS1.3, avoid assuming otherwise
* 522f0f3632c224da47cdd063d7fcadc2056e32fa Update NCPDP display name to specify the name of the standard, not just the standards body (#157)
* 956c28489bfcf1ca4b166a80514b78854ce93fba Use Integer.valueOf for caching benefit
* 6b4a488f92fc6f8ee2c1d17fa622e23807b172b2 Fix warnings to use auto-boxing instead of primitive constructors
* 371f0414eef019c1977260b00d2e5221d9dc8f80 Skip JAR permissions for unsigned builds
* df42f26bacd54051c6b9d70bf5863fb3ba0b9b2b Remove empty extensionmanager-client.jar
* 90fdd188aaa062bcec224b18bc39b049cdfaacd4 Skip tests if -DdisableTests=true is passed
* 788a150f36a6bcd1db672e00d2e7ee609e2842d9 Updated for Java Version
* e686d615a6751b30a2de34ef527edc5af98bcbe8 Fix DestinationSet.removeAllExcept(Object) and add additional tests
* fc437f5e64139e20afc72e9ebdf26f7d912c3cf3 Add DestinationSetTest.java
* 71788469bc9b1fbc8d5744c063ed870868bd0f89 Avoid crash when invalid URI is passed to test file write
* 8e514333fd1a59e05776b99f5f9515c7eb89e8fd Use type-appropriate renderer for custom metadata columns in message browser
* 75ca77c111abf89ee8c6303abc3dc1ed6d0b767d Added install4j configuration file
* 8e6a11ef6898eb5ffca3d2606183027fb2f7f10d Rebranding for mostly non-Java elements; New default webpage
* 3954bc56c55c99bbaf56bc7fa2f81b18fac35a6b Allow telemetry options to be enabled/disabled via BrandingConstants
* 59889f6a896dd6568b61a03074a1664056961fc6 Update client notifications to pull from github Release API
* ea04b1e52498bd761dd74ea19bd2644e052e1d02 Added common IDE's, OS's, and general ignores
* e2b5878e8ca9b7ea707ce1c252236a2238dff3bd OpenIntegrationEngine/engine#4 Whitelabel engine
* 944e3b19c1d9b46e9aead00b288f6efb302f4802 replace MPL 2.0 licenses with vanilla text
* 7c53aef269b8490ecc54a8bc9a63105ed83f6a9e rename and copy vmoptions file to use with install4j
* 88bad63d6a4e9a9eb7cd459a9743215ae3cc98d3 Update SECURITY.md with OIE Email (#80)
* 1bd8e9541095a7493aed8774c6a23875bdefd6af Issue #6, always set required fields to false
* 06c3782bd355324ae5f3bf1b92909135264207d7 Upgrade BareBonesBrowserLauncher; improve linux support
* 47e75ee3293137a501f188d84aa1bdcaec759099 Add tiered vmoptions to local build
* 6f113ebd087a7175cc733d650286c4bea8aeefc1 move and rename java 9+ vmoptions file
| * faa7cc4b023d0ab4c507aac29f92d7f5ff4a909d add PR fast-forward gh workflow
| * 219553ce7f7eecab8188cdbe7656060973e86e45 update test file for test3
| * c01907bdc1d9364db4fe5165857958cd599a6b43 adding test2 file
| * ea45c40b914cf9cb9d55674769ff524df5e9c307 updating test file
| * edf56b120685c4dd67ec7cc75f5a554c99fc561d adding test file
|/
* 8175b4782e444e60700a708bc909dca8cda746e4 fixed website
commit 8175b4782e444e60700a708bc909dca8cda746e4
Author: Gabriele <gabriele.stenico@gmail.com>
Date: Wed Apr 9 09:52:40 2025 +0200
fixed website
fixed wrong website https://openintegration.org -> https://openintegrationengine.org
Signed-off-by: Gabriele <gabriele.stenico@gmail.com>Rebase locally, and then force push to |
Signed-off-by: Tony Germano <tony@germano.name>
|
Triggered from #7 by @tonygermano. Checking if we can fast forward Target branch ( commit faa7cc4b023d0ab4c507aac29f92d7f5ff4a909d (HEAD -> main, origin/main)
Author: Tony Germano <tony@germano.name>
Date: Tue Apr 15 03:04:46 2025 -0400
add PR fast-forward gh workflow
Signed-off-by: Tony Germano <tony@germano.name>Pull request ( commit 96d432a992156f56a537d69a045839f7f18d5caa (pull_request/temp)
Author: Tony Germano <tony@germano.name>
Date: Tue Jan 6 01:11:54 2026 -0500
test workflow
Signed-off-by: Tony Germano <tony@germano.name>Can't fast forward * 96d432a992156f56a537d69a045839f7f18d5caa test workflow
* ab34440cbe1ca23dfd643dcb4ea1405cfe6012e9 Build: Inject git version in Javadocs and improve reproducibility
* cae3da4bd8fc567ee1e7a6b90416e7909aa5b7b7 Build: Archives to use modified time of last commit
* 8e040c7dce9cbf2f58d20c584aeb8a2f2a4efaae Make Client AutoCloseable and close() idempotent
* 05aacfb3abee0e32efe2eaf59539a5436ab0afdd Make several private fields final in Client
* cccc1813858199ee1558cc7352d44a3c7db3c5aa Bump commons-text from 1.10.0 to 1.15.0
* 6eed2703563083013507a731e8edf19ccfd1f38d Bump commons-lang3 from 3.13.0 to 3.20.0
* d97c1f16f0f4f549b6d01216619d8aebe124ff5b Update XMLReader plugin ContentHandler calls
* 05ecb1f5dc9d8edd89b03683b585d44fa872f47f refactor: Remove Xerces/xml-apis dependencies and modernize SAX readers
* 33db9bbf8e58ee12cbb7b300ead3f18110a1a32b Update WordUtils
* 8ec5ab799e10318b628e19f98acc9040c875bc1f Update Jsch to 2.27.7
* eb363621ed38d0c54a2a95dac30bcddd3ae08cc6 Update default color for Administrator
* 3471250763408e1066f4e2faf569563b19fd4328 Update CONTRIBUTING.md with better git clone reference
* 1cf1c6fc589368a25699e60f614a113f23082d91 Add test for HttpUtil.getTableMap
* 82ec38b323cb858bc89877a583e02dd81e974259 Preserve order in HTTP parameter Map
* 141e612cbf42997507d574f7530167c7bf890306 update jSch to v2.27.0
* 8f103d64cfbaa90118700c140f70c5afb170f609 Fix 500 on request /api/openapi.yaml
* bffc3494b70c6e903e6e66b1d08ccc527fc0f931 Remove SSLWarningPanel and NextGen ad
* ec57fb07ce8bfd6952e8bd2c3748bee045bb9fbc Add more module options to default vmoptions file (#194)
* 60f2da664a44b6717fe5b1cd81c3cdccf6ff39e1 remove simplesender folder and references
* a27c7a13371e5a8874da9e8e684390e56749c7b8 Allow jetty to find webapps after version update
* d925e2d001cb590aae696e21faf877298e9476ce Update .classpath files with current libraries
* 4b46efa5029d8a7324803f9a30007e0c3b04ace6 Replace apache-jsp jar with correct version
* fa8957d81af625dd45d459661ce5564b0b701a8c Replace SimpleDateFormat with DateTimeFormatter
* d2682523c9868838fac7fb68faaa2a630669ad7d Simplified checks for login status isSuccess
* b4edd33c7dfd64c4a95c0b6a2e85acfbaac35532 Extracted client command line parsing to tested class
* db8615f6620cd07b1741509e85b4f4eabf780e4f Fix migration failure to 4.5.2
* 45c3e939f83c14cbb6f57ec86bce4c7b051d3aa8 Merge PR #146 into main
|\
| * 384682fe9afacc37404d380b9a3299821898588b Update javadoc JDK links to 17
| * cafed0eb4f0c7b313a49ae0b89129d165c3bd2ff Bump CI build to Java 17
| * 3f65d2f64bae526585d8ebcc6f1c47b4f2350a5e Update unit tests/jacoco to java 17
| * 57bc9e7c9a3c3271d06c177723b1bf2e63e0988b update the dependency jars
|/
* d934af20be451a3c1275f54bbacf20b09b6a756a Add missing javadoc for User API classes
* 077f60708435cd1125cd638e561bc742c7c9be39 Suppress ant warning if missing extension lib dir
* f5211eb8a6f1fbf0606058d034a1a79ddf30a8bf Suppress warnings about JSM removal
* c50858b650ade64f548013f5884ef0a0f861821f Make oieserver compatible with apple bash
* 5ff97155d624bbe3a3844ae8e5d16fca2b4057eb Fix potential data loss saving plugin properties
* 21f32755b315089a3c8f793d79e6ae4af0b721c9 Add oieserver launcher script
* 6865d88e49f998fad978381400b2a3f0bfb0e496 Update test data to match pretty-printer using tabs (#185)
* 98dde20698a40b8760e625aa2edf157ff2f5506e Add "toggle comment" action to right-click context menu
* 7910253db03c4dbcdb0c8a1c007d923831f03ad1 Add the ability to manually format Javascript code
* 7ecf54bb1013c50e571c510b1a58a31016e94d41 Remove version check since all supported java versions support tls1.3
* 388bceabc1d870da202aeb72dc10346dde62ec38 Java 8u261 added support for TLS1.3, avoid assuming otherwise
* 522f0f3632c224da47cdd063d7fcadc2056e32fa Update NCPDP display name to specify the name of the standard, not just the standards body (#157)
* 956c28489bfcf1ca4b166a80514b78854ce93fba Use Integer.valueOf for caching benefit
* 6b4a488f92fc6f8ee2c1d17fa622e23807b172b2 Fix warnings to use auto-boxing instead of primitive constructors
* 371f0414eef019c1977260b00d2e5221d9dc8f80 Skip JAR permissions for unsigned builds
* df42f26bacd54051c6b9d70bf5863fb3ba0b9b2b Remove empty extensionmanager-client.jar
* 90fdd188aaa062bcec224b18bc39b049cdfaacd4 Skip tests if -DdisableTests=true is passed
* 788a150f36a6bcd1db672e00d2e7ee609e2842d9 Updated for Java Version
* e686d615a6751b30a2de34ef527edc5af98bcbe8 Fix DestinationSet.removeAllExcept(Object) and add additional tests
* fc437f5e64139e20afc72e9ebdf26f7d912c3cf3 Add DestinationSetTest.java
* 71788469bc9b1fbc8d5744c063ed870868bd0f89 Avoid crash when invalid URI is passed to test file write
* 8e514333fd1a59e05776b99f5f9515c7eb89e8fd Use type-appropriate renderer for custom metadata columns in message browser
* 75ca77c111abf89ee8c6303abc3dc1ed6d0b767d Added install4j configuration file
* 8e6a11ef6898eb5ffca3d2606183027fb2f7f10d Rebranding for mostly non-Java elements; New default webpage
* 3954bc56c55c99bbaf56bc7fa2f81b18fac35a6b Allow telemetry options to be enabled/disabled via BrandingConstants
* 59889f6a896dd6568b61a03074a1664056961fc6 Update client notifications to pull from github Release API
* ea04b1e52498bd761dd74ea19bd2644e052e1d02 Added common IDE's, OS's, and general ignores
* e2b5878e8ca9b7ea707ce1c252236a2238dff3bd OpenIntegrationEngine/engine#4 Whitelabel engine
* 944e3b19c1d9b46e9aead00b288f6efb302f4802 replace MPL 2.0 licenses with vanilla text
* 7c53aef269b8490ecc54a8bc9a63105ed83f6a9e rename and copy vmoptions file to use with install4j
* 88bad63d6a4e9a9eb7cd459a9743215ae3cc98d3 Update SECURITY.md with OIE Email (#80)
* 1bd8e9541095a7493aed8774c6a23875bdefd6af Issue #6, always set required fields to false
* 06c3782bd355324ae5f3bf1b92909135264207d7 Upgrade BareBonesBrowserLauncher; improve linux support
* 47e75ee3293137a501f188d84aa1bdcaec759099 Add tiered vmoptions to local build
* 6f113ebd087a7175cc733d650286c4bea8aeefc1 move and rename java 9+ vmoptions file
| * faa7cc4b023d0ab4c507aac29f92d7f5ff4a909d add PR fast-forward gh workflow
| * 219553ce7f7eecab8188cdbe7656060973e86e45 update test file for test3
| * c01907bdc1d9364db4fe5165857958cd599a6b43 adding test2 file
| * ea45c40b914cf9cb9d55674769ff524df5e9c307 updating test file
| * edf56b120685c4dd67ec7cc75f5a554c99fc561d adding test file
|/
* 8175b4782e444e60700a708bc909dca8cda746e4 fixed website
commit 8175b4782e444e60700a708bc909dca8cda746e4
Author: Gabriele <gabriele.stenico@gmail.com>
Date: Wed Apr 9 09:52:40 2025 +0200
fixed website
fixed wrong website https://openintegration.org -> https://openintegrationengine.org
Signed-off-by: Gabriele <gabriele.stenico@gmail.com>Rebase locally, and then force push to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.