From 3630008fcd4e32e98793d6dba599148c6902edd8 Mon Sep 17 00:00:00 2001 From: Shudhansu Shekhar Date: Tue, 8 Oct 2024 15:30:09 +0530 Subject: [PATCH 1/2] Release version increased in pom.xml --- pom.xml | 2 +- wiki/markdown/usage/service.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52b0cc9..5c7fca5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - 2.1.11 + 2.1.12 2.2.7 eiffel-remrem-generate diff --git a/wiki/markdown/usage/service.md b/wiki/markdown/usage/service.md index 436b752..4c19017 100644 --- a/wiki/markdown/usage/service.md +++ b/wiki/markdown/usage/service.md @@ -147,6 +147,9 @@ then in response body we have only one response for that invalid JSON event, it There is some examples of passing an array of events and what their responses can be +NOTE: Here, introduction of new REMReM property for the size of number of templates in the array passed to generate endpoint. +Here, Maximum size of events in array is fetched from REMReM property and checked during generating. + #### Templates for successful array of events : ``` From 112b414cf53ed763b2ad3b3910cf70b712e4da3f Mon Sep 17 00:00:00 2001 From: Shudhansu Shekhar Date: Tue, 8 Oct 2024 17:21:10 +0530 Subject: [PATCH 2/2] Release version increased in pom.xml --- wiki/markdown/usage/service.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wiki/markdown/usage/service.md b/wiki/markdown/usage/service.md index 4c19017..3cd2fad 100644 --- a/wiki/markdown/usage/service.md +++ b/wiki/markdown/usage/service.md @@ -147,8 +147,7 @@ then in response body we have only one response for that invalid JSON event, it There is some examples of passing an array of events and what their responses can be -NOTE: Here, introduction of new REMReM property for the size of number of templates in the array passed to generate endpoint. -Here, Maximum size of events in array is fetched from REMReM property and checked during generating. +NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of templates in the array passed to generate endpoint. #### Templates for successful array of events :