Skip to content

Commit caf6231

Browse files
committed
Release 5.2.1 includes commons-codec
1 parent 3f4c96a commit caf6231

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

DIST/RestServices_mx7_5.2.1.mpk

1.17 MB
Binary file not shown.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Welcome to the Rest Services module. This module can be used in [Mendix](http://
3838
5. It is strongly recommended to **not** use the default HSQLDB engine if you want to publish RestServices while running locally.
3939

4040
# Consuming REST services
41-
NOTE: Since Mendix 6.6, you can consume REST services directly with the Call Rest microflow action. You can use Import and Export mappings to create and read messages. See https://world.mendix.com/display/refguide6/Consumed+REST+Services
41+
42+
NOTE: Since Mendix 6.6, you can consume REST services directly with the Call Rest microflow action. You can use Import and Export mappings to create and read messages. See [https://docs.mendix.com/refguide/consumed-rest-services](https://docs.mendix.com/refguide/consumed-rest-services)
4243

4344
*This readme is the reference guide. For a quick how-to you might take a look at this [blog post](http://www.mendix.com/blog/consuming-first-rest-service/) as well.*
4445

RestServices.mpr

0 Bytes
Binary file not shown.

javasource/restservices/RestServices.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RestServices {
2020
/**
2121
* Version of the RestServices module
2222
*/
23-
public static final String VERSION = "5.2.0";
23+
public static final String VERSION = "5.2.1";
2424

2525
/**
2626
* Amount of objects that are processed by the module at the same time.

0 commit comments

Comments
 (0)