1.2.3

Overview of jBallerina 1.2.3

The jBallerina 1.2.3 patch release improves upon the 1.2.2 release by introducing the features listed below and addressing a number of bugs and improvements.

You can use the update tool to update to jBallerina 1.2.3 as follows.

For existing users:

If you are already using jBallerina version 1.2.0, or above, you can directly update your distribution to jBallerina 1.2.3 by executing the following command:

ballerina dist update

However, you need to use the following commands instead of the above if you have installed:

  • jBallerina 1.2.0 but switched to a previous version: ballerina dist pull jballerina-1.2.3
  • a jBallerina version below 1.1.0: install via the installers

For new users:

If you have not installed jBallerina, then download the installers to install.

Standard library

  • Custom SMTP Property support - Preferred set of SMTP properties can be configured at the SMTP Client Configuration

Dev tools

  • Improvements to the error mappings generated by the Bindgen tool
  • Improvements to API Doc tool