Skip to content

Commit

Permalink
Tmp 1.7.0 (#40)
Browse files Browse the repository at this point in the history
* Updating readme
new timeout
typo

* updating news.md

* [maven-release-plugin] prepare release v1.7.0

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
mis306lu authored Mar 17, 2021
1 parent 7502630 commit e38c788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## 1.7.0 2021-03-17
* Correcting version number for R1 2021
* README updates
## 1.6.4 2021-03-05
* [MODNCIP-15](https://issues.folio.org/browse/MODNCIP-15) - specify UTF-8 in POST
* Default timeout changed to 30 secs (3 was too short - implementers seeing timeouts when system is slow). As before, the default can be modified on startup.
* Attempt checkin if checkout fails due to timeout (for convenience). Only happens when the system gets extremely slow.
* Removed 'Problem element unknown' from the response when the problem doesn't relate to a specific element. This was confusing.
* Moved to vertx 4
## 1.6.3 2020-11-11
* Putting back patron group lookup (was unintentionally removed)
## 1.6.2 2020-11-09
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ https://github.com/folio-org/edge-ncip
</td>
<td>int
</td>
<td>Timeout setting in milliseconds that mod-ncip will use when calling FOLIO APIs (e.g. checkout-item-by-barcode). Defaults to 3000. <br><b>11/2020 NOTE: </b>we've seen timeouts...so you should plan on using this setting and increasing the timeout (-Dservice_manager_timeout_ms=6000). I am considering increasing the default in the next release.
<td>Timeout setting in milliseconds that mod-ncip will use when calling FOLIO APIs (e.g. checkout-item-by-barcode). Defaults to 30000.
</td>
</tr>
</table>
Expand Down Expand Up @@ -259,7 +259,7 @@ Note: Correct capitalization is important for this configuration. CheckinItemSe

![Illustrates updating the toolkit.properties file by adding a configuration for the Request Item Service](docs/images/newServiceToolkit.png?raw=true "Illustrates updating the toolkit.properties file")

These are the default values used for the NCIP Toolkit configuraiton.
These are the default values used for the NCIP Toolkit configuration.

#### Step 2: Create the class you configured in step 1
The new class should implement the Toolkit's interface for this service. In this example your new class would implement the RequestItemService interface. This means your class is required to have a 'performService' method as illustrated below.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-ncip</artifactId>
<version>1.6.6-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<name>NCIP</name>
<description>NCIP responder for FOLIO (internal module)</description>

Expand Down

0 comments on commit e38c788

Please sign in to comment.