Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify dependency management #101

Open
BohoCode opened this issue Jan 21, 2020 · 1 comment
Open

Simplify dependency management #101

BohoCode opened this issue Jan 21, 2020 · 1 comment

Comments

@BohoCode
Copy link
Contributor

Story

As a developer I would like a way to more quickly manage dependencies so that code changes in low level libs such as the eidas-psd2-cert lib can be propagated quickly across all of our micro-service.

@benjefferies
Copy link
Contributor

I believe the simplest way to manage low-level libraries is to treat them as external libraries that we leverage. This will mean we will manage them in the same manner as most of our dependencies. To reduce burden on managing version we should:

  • Have a clear separation between the "sandbox" code and "toolkit" libraries
  • Manage the versions of these low-level libs using dependency management in the starter parent
  • Do no use starter parent in the "sandbox" for dependency management
  • Enable dependabot auto merging to all toolkit repositories, sandboxes, low-level libraries
  • Trust unit-tests, integration tests (and improve) for dependabot auto-merging
  • Have a gated approach to merging dependencies in starter parent
  • Trust E2E tests (and improve) to ensure sandbox isn't broken by dependabot auto-merging

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

No branches or pull requests

2 participants