問題タブ [shadowjar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
129 参照

java - 依存関係のみを持つ Uberjar

Google クラウド データフローを使用して、多くの依存関係を持つ Apache ビーム ジョブを実行しています。通常、プロジェクト全体を uberjar しない限り、依存関係リストが長すぎるため、データフローはグラフの実行を拒否します。

プロジェクトの依存関係のみを uberjar に配置し、残りのデータフローを外部に残す方法はありますか? 依存関係はかなり静的であるため、プロジェクト内のいくつかのクラスのみが変更された場合に、uberjar 全体を rejar して再アップロードする時間を大幅に節約できると考えています。