Skip to content

fix: module info setup#2158

Draft
TomCools wants to merge 6 commits intoTimefoldAI:mainfrom
TomCools:fix/module-info-order
Draft

fix: module info setup#2158
TomCools wants to merge 6 commits intoTimefoldAI:mainfrom
TomCools:fix/module-info-order

Conversation

@TomCools
Copy link
Contributor

@TomCools TomCools commented Mar 3, 2026

I have added some missing imports, but also updated some of the "requires" to be "transitive" to closer align to our Maven setup, at least of our Solver jars. We might expand this idea to also other jars we load transitively.

Also added "requires static" for optional dependencies. This ensure the module is only needed at compile time, but is otherwise fully optional.

TomCools added 2 commits March 3, 2026 16:53
Instead of forcing downstream dependencies to also "requires ai.timefold.solver.core", used a transitive dependency.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 4, 2026

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.

1 participant