Skip to content

Releases: metamug/mason

Maven Central Release

27 Sep 13:56
f97a1e6
Compare
Choose a tag to compare
<dependency>
  <groupId>com.metamug</groupId>
  <artifactId>mason</artifactId>
  <version>4.8</version>
</dependency>

v4

27 Sep 09:01
3441b97
Compare
Choose a tag to compare
v4 Pre-release
Pre-release
  • Now item request can define variable for the item item="true" replaced with item="itemName"

  • Map JSON/XML request to Java classses

  • Removed ResultProcessable. SQL Result can be processed with EL. see result.jsp

  • Improved request handling. Removed Strategy for multipart/form-data and url-encoded requests. Now handled by servlet container.

  • Support nested resources with infinite depth.

  • Added JWT Token Generator Plugin. To generate jwt tokens from a jsp resource. See token.jsp for details.

  • Removed additional param attribute from m:execute tag

  • Accessing JSON object inside jsp with ${mtgReq.body}, helps in nesting

3.4

09 Jun 05:27
f3b72d7
Compare
Choose a tag to compare
3.4
Update README.md

Improved API Response

09 Oct 02:22
88610fa
Compare
Choose a tag to compare
  • Error Handling
  • Output Formatting
  • Custom Headers

Improved File Handling, Execute with Arguments

03 Sep 19:44
202e316
Compare
Choose a tag to compare
  • XRequest Bug Fixes
  • File Upload
  • Object Passing
  • Content Length Issue fix

Improved request processing

09 May 05:23
Compare
Choose a tag to compare

Fixed DataSource issues.
Improved code for performance

Verbose attribute bugfixes

12 Mar 12:33
Compare
Choose a tag to compare
2.0.1

Merge branch 'develop' of https://github.com/metamug/mason into develop

Improved Request Processing and Auth

01 Mar 05:21
Compare
Choose a tag to compare

Introduced 'resource' and 'request' tags
Added JWT Authentication
Improve request processing
Added support for loading queries from properties file.

Added response error handling and persist feature to Xrequest.

04 Nov 11:16
869bfc5
Compare
Choose a tag to compare

Authentication, Analytics, Xrequest and enhancements

13 Jul 07:41
5031d46
Compare
Choose a tag to compare

Created Auth, Query and Analytic services.
Added contextListener to deregister jdbc driver and cleanUp threadpool.
Added XRequest implementation.