From 8aa0fbea49164d328e823bb4f2f00bb718a1f9fd Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Tue, 19 Mar 2024 13:59:08 -0400 Subject: [PATCH 1/5] Updated to reflect that the minimum viable UUri that we should accept in UTransport::send() is that which satisfies the Micro Form. --- up-l1/README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/up-l1/README.adoc b/up-l1/README.adoc index 1c9e2a3..ffb03e8 100644 --- a/up-l1/README.adoc +++ b/up-l1/README.adoc @@ -105,8 +105,9 @@ The API signature: * All UMessage attributes metadata *MUST* be preserved during transmission and available to the receiver * *MUST* not manipulate the UMessage payload during transmission -* *SHOULD* pass resolved UUris (contains both names and numbers) -* *SHOULD* use the Miro Uri serialization format +* *MUST* pass UUris which satisfy criteria for <<_micro_uris, Micro Uris>> +* *SHOULD* pass Resolved UUris (contains both names and numbers) +* *SHOULD* use the Micro Uri serialization format From 67bac5d8335ca6be55707d2248bd24e4d07b2d2e Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Tue, 19 Mar 2024 14:06:46 -0400 Subject: [PATCH 2/5] Fixing link --- up-l1/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up-l1/README.adoc b/up-l1/README.adoc index ffb03e8..3bfc33a 100644 --- a/up-l1/README.adoc +++ b/up-l1/README.adoc @@ -105,7 +105,7 @@ The API signature: * All UMessage attributes metadata *MUST* be preserved during transmission and available to the receiver * *MUST* not manipulate the UMessage payload during transmission -* *MUST* pass UUris which satisfy criteria for <<_micro_uris, Micro Uris>> +* *MUST* pass UUris which satisfy criteria for link:../basics/uri.adoc[Micro Uris] * *SHOULD* pass Resolved UUris (contains both names and numbers) * *SHOULD* use the Micro Uri serialization format From fa046bf308a35e6c7b82b47b5800aa12aca0c2bc Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Tue, 19 Mar 2024 14:09:34 -0400 Subject: [PATCH 3/5] Third time trying to make the link work :) --- up-l1/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up-l1/README.adoc b/up-l1/README.adoc index 3bfc33a..8f659b4 100644 --- a/up-l1/README.adoc +++ b/up-l1/README.adoc @@ -105,7 +105,7 @@ The API signature: * All UMessage attributes metadata *MUST* be preserved during transmission and available to the receiver * *MUST* not manipulate the UMessage payload during transmission -* *MUST* pass UUris which satisfy criteria for link:../basics/uri.adoc[Micro Uris] +* *MUST* pass UUris which satisfy criteria for xref:../basics/uri.adoc#_micro_uris[Micro Uris] * *SHOULD* pass Resolved UUris (contains both names and numbers) * *SHOULD* use the Micro Uri serialization format From 4a8dd5889a26785afbfd7daa037cb94b37aa87e1 Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Wed, 20 Mar 2024 13:54:22 -0400 Subject: [PATCH 4/5] Pointed back to standard isMicroForm() function. --- up-l1/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up-l1/README.adoc b/up-l1/README.adoc index 8f659b4..b310486 100644 --- a/up-l1/README.adoc +++ b/up-l1/README.adoc @@ -105,7 +105,7 @@ The API signature: * All UMessage attributes metadata *MUST* be preserved during transmission and available to the receiver * *MUST* not manipulate the UMessage payload during transmission -* *MUST* pass UUris which satisfy criteria for xref:../basics/uri.adoc#_micro_uris[Micro Uris] +* *MUST* pass UUris for which `isMicroForm()` return true * *SHOULD* pass Resolved UUris (contains both names and numbers) * *SHOULD* use the Micro Uri serialization format From 8bcc262c769a25134453a8614d1858df5ac02a34 Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Thu, 21 Mar 2024 13:56:51 -0400 Subject: [PATCH 5/5] Removing last bullet point as it's a bit ambiguous. --- up-l1/README.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/up-l1/README.adoc b/up-l1/README.adoc index b310486..d6f5bcc 100644 --- a/up-l1/README.adoc +++ b/up-l1/README.adoc @@ -107,7 +107,6 @@ The API signature: * *MUST* not manipulate the UMessage payload during transmission * *MUST* pass UUris for which `isMicroForm()` return true * *SHOULD* pass Resolved UUris (contains both names and numbers) -* *SHOULD* use the Micro Uri serialization format