Skip to content

Commit

Permalink
Release 5.2.1 includes commons-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
joostverhoog committed Dec 24, 2018
1 parent 3f4c96a commit caf6231
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added DIST/RestServices_mx7_5.2.1.mpk
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Welcome to the Rest Services module. This module can be used in [Mendix](http://
5. It is strongly recommended to **not** use the default HSQLDB engine if you want to publish RestServices while running locally.

# Consuming REST services
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

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)

*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.*

Expand Down
Binary file modified RestServices.mpr
Binary file not shown.
2 changes: 1 addition & 1 deletion javasource/restservices/RestServices.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RestServices {
/**
* Version of the RestServices module
*/
public static final String VERSION = "5.2.0";
public static final String VERSION = "5.2.1";

/**
* Amount of objects that are processed by the module at the same time.
Expand Down

0 comments on commit caf6231

Please sign in to comment.