Skip to content

Commit

Permalink
Release version increased in pom.xml (#300)
Browse files Browse the repository at this point in the history
* Release version increased in pom.xml
  • Loading branch information
shudhansu-shekhar authored Oct 8, 2024
1 parent 5597385 commit 82f4df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.0.12</version>
</parent>
<properties>
<eiffel-remrem-publish.version>2.1.3</eiffel-remrem-publish.version>
<eiffel-remrem-publish.version>2.1.4</eiffel-remrem-publish.version>
<eiffel-remrem-semantics.version>2.3.0</eiffel-remrem-semantics.version>
</properties>
<artifactId>eiffel-remrem-publish</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion wiki/markdown/usage/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ GET
### `/producer/msg`
This endpoint is used to publish already generated Eiffel event to message bus.

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

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

NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /generateAndPublish endpoint.

##### HTTP Method
POST

Expand Down

0 comments on commit 82f4df1

Please sign in to comment.