Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Library | 2025-01-02 | ||
Source Code | 2025-01-02 | ||
Tools | 2025-01-02 | ||
Documentation | 2025-01-02 | ||
README.txt | 2025-01-02 | 1.6 kB | |
Totals: 5 Items | 1.6 kB | 1 |
eBus 7.6.0 Downloads ________________________________________________________________________________ *** ATTENTION *** As of release 6.0.0, eBus is now based on Java 11. eBus does *not* use modules at this time. Therefore include eBus jars in -classpath and not -modulepath. The eBus license also converted from LGPL 2.1 to Apache License 2.0. The reason for the license change is due to Apache License 2.0 being more end-user friendly that LGPL 2.1. ________________________________________________________________________________ Release 7.6.0 made the following changes: Feature Requests: + Ticket 40: Added ERequestMonitor role. Request monitor is able to monitor request, reply, and cancellation message coversation between a requester and a *local* replier. Feed scope is local only and cannot be changed. Also request monitors do *not* know whether a request feed is up or not. This means that messages arrive without warning. + Ticket 41: Change loggers in core module to AsyncLogger. All core module classes which use logging now use AsyncLoggerFactory to create a slf4j Logger instance. Bugs: (No bug fixes.) There are four download folders: + Library: 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 maven project files at release time. + Tools: contains the eBus GUI application and configuration file needed to run the application.