This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Releases: tango-controls/JTango
Releases · tango-controls/JTango
JTango 9.6.7
- fix 9a4a713
- CI/CD: update maven plugins versions, use java 11 for sonar cloud
JTango 9.6.6
- fix #90
JTango 9.6.5
JTango 9.6.4
JTango 9.6.2
JTango 9.6.1
- Bug fix (#90 ) on client side that could like to a NullPointerException when subscribing to events
- Bug fix on server side, where default properties from code could be override by the value "Not specified" that was in the tango db.
JTango 9.6.0
Common:
- Add support for Java 11 and onwards. NB: The code is Java 8 with compiler options -source and -target at set to 1.8.
- switch to latest version of Jacorb 3.9
- switch to latest version of JeroMQ 0.5.1
Client: - A fix on interface changed event
- Fix problem to retrieve event full name from map when using localhost
- Fix a bug in client timeout when reconnect
Server: - Workaround for slowness when DNS is misconfigured, on client host name resolution
- Fix issues on Events:
- Fix subscription' checks on event criteria
- Fix the reopening of the inactive closed connections
- Fix the triggers for event pushing (from polling and device code)
- Stop polling on state/status were generating exceptions
- Refactoring of class "DeviceMonitoring" (that provides performance statistics)
JTango 9.5.19
- add support to compose all read all values on Dynamic Attribute "org.tango.server.dynamic.attribute.GroupAttribute", 3522cfe
- add java 11 compilation
JTango 9.5.18
- ZMQ HWM for send buffer is now set to unlimited to avoid potential ZMQ subscription problems due to the buffer size when a client subscribes for events on a very large number of attributes. The ZMQ low level subscription command could be dropped (not sent on the network) sometimes before this fix.
- remove the build with openjdk7
- set compilation with java 8 (-source and -target)
jtango 9.5.17
Non functional changes:
- fix javadoc and source
- fix SonarCloud
- fix bintray badge to latest release