[
https://issues.apache.org/jira/browse/LUCENE-10192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433361#comment-17433361
]
Dawid Weiss commented on LUCENE-10192:
--------------------------------------
I'll drop third-party jars and flatten the structure of artifacts into a single
folder. This allows using much simpler classpath resolution using modules:
{code}
java --module-path jars --module lucene.demo/org.apache.lucene.demo.IndexFiles
{code}
This almost works - the test framework is currently causing module resolution
issues because of package exports to the core.
> Drop third-party JARs from the binary distribution
> --------------------------------------------------
>
> Key: LUCENE-10192
> URL: https://issues.apache.org/jira/browse/LUCENE-10192
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Trivial
>
> [~janhoy] Are we ready (with respect to scripts) for this change? I'd like to
> do it but I'm not sure whether the release wizard doesn't depend on it
> somehow (I will handle buildAndPushRelease.py and smokeTestRelease.py if they
> need fixes but I'm not sure about the releaseWizard.*).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]