Better Versioning Of Resources #313
Labels
area/artifact-manager
Relates to the `artifact-manager` maven module
kind/refactor
Refactoring of existing features
lang/java
Related to Java Code
triage/blocked
This issue is blocked by another, specified in the description
Description
Changes to the APIs in different solutions lead to a lot of checks of which minor/patch version we are using of a specific API and then doing some complex conditionals inline at random places to trigger different logic. This should be improved.
**NOTE: This Issue is NOT related to
major
version changes, rather only forminor
andpatch
versions! Howmajor
changes are handled is a part of #305Proposed change
version
we want8.8
everything under:8.0...8.8
will get that specific Class8.8
and8.10
, then8.9
will go to8.10
Example of this in Typescript:
Client Map:
Example factory function:
Example Patch Class:
with the super:
The text was updated successfully, but these errors were encountered: