Fetch + run jar's from repo rather than using Docker

Description

Virtually all backend modules are Java based. Instead of Docker containers we could just run modules by fetching the jars from our Nexus repo and run them. That would be faster and more lightweight.

Environment

None

Potential Workaround

None

Checklist

hide

TestRail: Results

Activity

Show:

John Malconian May 19, 2017 at 9:59 AM

This is a neat idea but a bit unorthodox in my opinion. Plus, it's very Maven-specific.

Adam Dickmeiss May 5, 2017 at 11:36 AM

Fetch example - requires maven:

mvn dependency:get \ -DremoteRepositories=https://repository.folio.org/repository/maven-releases \ -Dartifact=org.folio.okapi:okapi-core:1.2.5

Don't know how to run, yet though.. AFAIK we don't have the fat jars uploaded.

Details

Assignee

Reporter

Priority

Development Team

Core: Platform

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created May 5, 2017 at 11:22 AM
Updated July 5, 2021 at 8:23 AM
TestRail: Cases
TestRail: Runs

Flag notifications