WaveMaker 10.2.2 - Release date: 20 November 2019
WaveMaker has released a new version with enhancements and bug fixes.
Fixes
- Variable API calls with the HTTP DELETE method accepts request body if passed. It did not work in v10.2.1.
- For button group widget, focus state now works across all browsers, including Safari.
- Multiple issues fixed with Rich text editor related to HTML displayed in the editor, including inconsistency when using it in Live Form, and displaying
<b>
and<p>
tags with the text. This is now fixed. - Default value of
compression
is changed to beingtrue
. It wasfalse
before this version. This means that when WaveMaker apps are built, the static files such as javascript, css files will be compressed with gzip & brotli compression. If the WaveMaker app is deployed on your own Tomcat server, you will need to change server.xml in the Tomcat server to turn off compression by the web server. See this page for instructions.
Technology Stack
UI Frameworks
Description | JS Library | Version |
---|---|---|
JS Binding | jquery | 3.3.1 |
jquery-ui* | 1.12.1 | |
MVC Framework | angular | 7.2.2 |
angular-ui-bootstrap | 3.3.6 | |
ngx-bootstrap | 3.0.1 | |
Styles | bootstrap | 3.3.7 |
Charting | d3 | 3.5.17 |
nvd3 | 1.8.6 | |
Built-in functions | lodash | 4.17.11 |
Device support, gestures | hammerjs | 2.0.8 |
Optimised jQuery-UI library excluding unwanted components like accordion, datepicker, dialog, progressbar, spinner, tabs, and all jQuery-UI Effects.
Back-end Frameworks
Description | Java Library | Version |
---|---|---|
Spring Framework | 5.1.4 | |
Security framework | Spring Security | 5.0.8 |
Java JSON utilities | Gson | 2.8.5 |
DB Persistence library | Hibernate | 5.2.17 |
Sample database | HSQL | 2.4.1 |
JSON library | Jackson | 2.9.8 |
Logging framework | SLF4j | 1.7.25 |
Log4j | 1.2.17 | |
Http client library | HttpComponents | httpclient- 4.5.6 httpmime- 4.5.6 |
REST API annotations | Swagger | 1.3.10 |
Date Time Framework | Java 8 Date/Time API | |
Json Libraries | com.tdunning | 1.8 |
Servlet Framework | 3.1 |
Run Time Environment
Description | Version |
---|---|
JDK | 1.8 |
WebSphere | 8.5.5 |
JBoss | 7.1.1 |
Tomcat | 8.5* |
Cordova (mobile apps) | 8.1.1 |
This is the default Tomcat runtime support. Apps can be deployed to any standard Java Web Server running on JDK 1.8. For more information, see here.