Migration to Gradle (new)#100
Draft
NicoPiel wants to merge 35 commits intoOpenIntegrationEngine:mainfrom
Draft
Conversation
Replaces the Ant-based build system with Gradle for improved dependency management, build automation, and extensibility. This change introduces Gradle build scripts for all subprojects, including configuration for code compilation, testing, JAR creation, and distribution. It also adds wrapper files and associated configurations to simplify build execution. The migration facilitates a more modern and maintainable build process, aligning with industry best practices and enabling future enhancements. Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
jbeckers
reviewed
May 27, 2025
jbeckers
reviewed
May 27, 2025
jbeckers
left a comment
There was a problem hiding this comment.
Looks good to me
I'm curious what the diff would be between the official mirth 4.5.2 distribution and the result of this gradle build. I'll see if I can find some time to experiment this weekend.
Replaces the Ant-based build system with Gradle for improved dependency management, build automation, and extensibility. This change introduces Gradle build scripts for all subprojects, including configuration for code compilation, testing, JAR creation, and distribution. It also adds wrapper files and associated configurations to simplify build execution. The migration facilitates a more modern and maintainable build process, aligning with industry best practices and enabling future enhancements. Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
jonbartels
requested changes
Jul 15, 2025
Contributor
jonbartels
left a comment
There was a problem hiding this comment.
I left some trivial comments on project files and on the generated Java source files from Gradle.
I will need to do some builds and think about how to test that Gradle is producing a correct OIE build.
Signed-off-by: Nico Piel <nico.piel@hotmail.de>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Excluded Donkey tests Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Signed-off-by: Nico Piel <nicopiel@mailbox.org>
Doing it the other way around now Signed-off-by: Nico Piel <nicopiel@mailbox.org>
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.
Second attempt at a migration from Ant to Gradle. Compiles and start successfully.
Use
./gradlew dist -x test(Donkey tests still fail)Fixes #52