Obba-5.0.1

Extension:
Extension ID:
info.obba.Obba
Release date:
11/06/2017 - 16:34
Version:
5.0.1
Operating system:
System Independent
Compatibility:
3.4, 4.0, 4.1
Binary type:
Other
Release Notes: 

Version 5.0.1 of Obba brings the following changes:
- Obba requires Java 8. For Java 6 or 7 use Obba 4.x.
- Support for Java 8 java.time.LocalDate created via obMake("","LocalDate", ...) where the third argument is an excel date.

Version 4.2.2 of Obba brings the following changes:
- Improved configuration of Obba for Excel: Allowing to hide the console window and shutting down Obba when client disconnects (these features are available if the client has started the server locally).

Version 4.2.1 of Obba brings the following changes:
- Create null references in the object handler using obCast (see documentation for details)

Version 4.1.3 of Obba brings the following changes:
- Added support for variadic method arguments (varargs).

Version 4.0.19 of Obba brings the following changes:
- Added convenient way to create java.util.List (see "Datatypes Demo" in the Demo folder)

Version 4.0.18 of Obba brings the following changes:
- The installer of Obba for Excel no longer checks for an installed Java Runtime. Obba does require a Java runtime in most situations, but it is not required to install that prior of Obba. Also, if Obba is run in Client-Server setup, only the server requires a JRE. The client does not.
- Fixed a bug resulting in obLoad and obSave failing in Obba for Excel.

Version 4.0.17 of Obba brings the following changes:
- Corrections to documentation.
- Internal upgrade to ICE 3.5.1.

Version 4.0.16 of Obba brings the following changes:
- Added access of static fields obCall where class references the classname and method name is ".FIELDNAME". Prior to version 4.0.15 this worked on objects member fields, but not on classes (static fields).

Version 4.0.15 of Obba brings the following changes:
- Obba for Excel: Implemented a workaround for an Excel bug which prevented sheets in "proctected view" to calculate after enabling (peviously the sheet had to be reopened or unblocked in its file properties).
- Improved exceptions handling displaying cause for wrapped exceptions.