CentralValleyModeling / wrims

5 stars 3 forks source link

Determine 3rd party dependencies for wrimsV2_plugin and how to bundle these #103

Closed dezidizon closed 43 minutes ago

dezidizon commented 3 months ago

@rma-tom is working on identifying the 3rd party dependencies used for wrimsV2_plugin. He is also documenting how 3rd party dependencies are bundled in wrimsV2_plugin.

Feedback from @hxiedwr is needed on how the 3rd party dependencies should be bundled moving forward in the WRIMS DevOps effort. A discussion will be started to cover this.

rma-tom commented 3 months ago

Link to the discussion: https://github.com/CentralValleyModeling/wrims/discussions/104

jmdegeorge commented 1 week ago

third-party jars have been identified, reviewing structure with rma team if the OSGI module can/should be a "fat" jar with the resources unpacked or a collection of the the dependent jars.

jmdegeorge commented 1 week ago

Compile time dependencies have been identified, libraries that are available through maven central are pulled from the public repos. Actively testing the third-party module in the WRIMS Gui and identifying any missing runtime dependencies.