About
Describes how to add a patch on a forked Eclipse EDC.
Version 0.14.0+
Task:
Something like
interface ExpandedJsonLd: JsonValue
interface CompactedJsonLd: JsonValue
interface UnknownJsonLd: JsonValue
public @Nullable DataFlowSuspendMessage transform(@NotNull JsonObject object, @NotNull TransformerContext context) {
=>
public @Nullable DataFlowSuspendMessage transform(@NotNull ExpandedJsonLd object, @NotNull TransformerContext context) {
Before being done developing the patch changes, all pushed commits to sovity/A.B.C will be built in the Test Azure Maven Repository.
About
Describes how to add a patch on a forked Eclipse EDC.
Version 0.14.0+
Task:
Something like
0.7.2git checkout sovity/VERSIONgit checkout my-crucial-patchsovity/core-edcsovity/VERSIONmy-crucial-patchBefore being done developing the patch changes, all pushed commits to
sovity/A.B.Cwill be built in the Test Azure Maven Repository.