| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Documentation | 2020-11-29 | ||
| Library | 2020-11-29 | ||
| Source Code | 2020-11-29 | ||
| Tools | 2020-11-29 | ||
| README.txt | 2020-11-29 | 1.0 kB | |
| Totals: 5 Items | 1.0 kB | 0 | |
eBus 5.4.0 Downloads
Release 5.4.0 provides the following changes:
+ Bug 32: Added manual primitive/object boxing code.
Javassist is used to generate the code to encode/decode eBus
messages. The problem is that javassist does *not* support
auto-boxing. Therefore if an eBus message has an Integer
field, the generated code attempts to encode/decode the value
as an int primitive. Without auto-boxing this fails. The
generated code now distinguishes between primitive and object
fields.
+ Code clean-up and test coverage expansion continuing.
There are three download folders:
+ Libary: contains the eBus API jar files.
+ Documentation: contains the eBus Programmer's Manul in PDF and
Javadoc folders in tar, gzipped and zip formats.
+ Source Code: snapshot of eBus NetBeans project files at release
time.
+ Tools: contains the eBus GUI application and configuration file
needed to run the application.
Note: eBus requires Java 8.