Version 6.1.1 of Obba brings the following changes:
- Fixed an issue when deserializing object via obLoad related to usage of different class loader (Java 8, 9, 10).
Version 6.1.0 of Obba brings the following changes:
- Support for Java 8 java.time.LocalDateTime created via obMake("","LocalDateTime", ...) where the third argument is an excel date.
Version 6.0.4 of Obba brings the following changes:
- Fixed a bug introduced in 6.0.2 that could result in crashing when creating a double[][]
- Fixed a bug that may result that the first call to the starting Obba server fails (Excel only)
Version 6.0.2 of Obba brings the following changes:
- Support for Java 9 and Java 10 (Note: in Obba 5.x the obAddAllJars, obAddJar, obAddClasses does not work with Java 9 or better due to a change in the class loaders)..
- obCall now supports 19 arguments (Note: methods with many arguments are often an indication of bad design).
Version 5.0.2 of Obba brings the following changes:
- Support for Java 8 java.time.LocalDate created via obMake("","LocalDate", ...) where the third argument is an excel date.
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.