Skip to content

Conversation

@mgaffigan
Copy link
Contributor

Addresses or silences warnings present in build to front-load the Java 17 migration.

Related: #146

Many of the extensions do not include external dependencies, but for
consistency in the build file all extensions attempt to copy libs if
they exist. The copy tasks were already to configured to not fail if
there was an error copying the files (because the source dir does not
exist in this case.) This change also sets the quiet option so that a
warning is not produced in the build output on a copy error.

Signed-off-by: Tony Germano <tony@germano.name>
@tonygermano tonygermano mentioned this pull request Nov 15, 2025
@tonygermano tonygermano changed the title Fix warnings on build Fix ant warnings on build for missing dirs Nov 15, 2025
@tonygermano
Copy link
Member

The javadoc changes were pulled out into #203, so this now focuses solely on the ant errors.

In the original commit from #146 these sections were deleted because the quiet option to suppress the warnings was unknown at the time, as discussed in #146 (comment).

@tonygermano tonygermano requested review from a team, gibson9583, jonbartels, kayyagari, pacmano1 and ssrowe and removed request for a team November 15, 2025 19:59
Copy link
Contributor

@gibson9583 gibson9583 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@tonygermano tonygermano merged commit 077f607 into OpenIntegrationEngine:main Nov 15, 2025
2 checks passed
@tonygermano tonygermano added this to the Next Release milestone Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants