Skip to content

Commit 82f4df1

Browse files
Release version increased in pom.xml (#300)
* Release version increased in pom.xml
1 parent 5597385 commit 82f4df1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>2.0.12</version>
1010
</parent>
1111
<properties>
12-
<eiffel-remrem-publish.version>2.1.3</eiffel-remrem-publish.version>
12+
<eiffel-remrem-publish.version>2.1.4</eiffel-remrem-publish.version>
1313
<eiffel-remrem-semantics.version>2.3.0</eiffel-remrem-semantics.version>
1414
</properties>
1515
<artifactId>eiffel-remrem-publish</artifactId>

wiki/markdown/usage/service.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ GET
214214
### `/producer/msg`
215215
This endpoint is used to publish already generated Eiffel event to message bus.
216216

217-
Note: This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
217+
Note:
218+
1. This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
219+
2. Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /producer/msg endpoint.
218220

219221
##### HTTP Method
220222
POST
@@ -250,6 +252,8 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
250252
The service works on the relative link `/generateAndPublish` if run as standalone
251253
application or `/publish/generateAndPublish` if run as Tomcat app.
252254

255+
NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /generateAndPublish endpoint.
256+
253257
##### HTTP Method
254258
POST
255259

0 commit comments

Comments
 (0)