Skip to content

Releases: openbase/jul

JUL v3.5.0

23 Jan 20:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

JUL v3.4.0

19 Jul 11:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.4.0

`v3.3.1`

21 Jul 18:34
Compare
Choose a tag to compare
  • Improve RPC Exception handling.

Full Changelog: v3.3.0...v3.3.1

`v3.3.0`

05 Jul 18:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/openbase/jul/commits/v3.3.0

v3.2.0

30 Mar 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

23 Mar 13:59
Compare
Choose a tag to compare
  • This is just a test release that refers to the hash of version v3.1.0
  • please checkout the change log of v3.1.0

v3.1.0

22 Mar 19:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/openbase/jul/commits/v3.1.0

v1.3.0

09 Mar 17:35
Compare
Choose a tag to compare

Fixes & Features

Solved Issues

API changes

  • #13 RPCHelper now skips methods without RPCMethod annotation when registering an interface
  • #10 waitForConnectionState throws a CouldNotPerformException

v1.2.0

27 Feb 11:40
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release
[maven-release-plugin] copy for tag v1.2.0

Performance Improvements and Bugfixes

11 Jan 15:00
Compare
Choose a tag to compare
  • OpenhabCommandTransformer now correctly transforms decimal values to brightnessStates
  • Autostart fixed for AbstractExecutableController.
  • OpenHAB UpDownState transformer fixed.
  • RSBCommunicationService DataProvider notification bugfix.
  • Implemented warning filter for timeouts lower than 15 sec.
  • Timeout exception printing optimized to avoid log spam.
  • New GlobalScheduledExecutionService implemented.
  • WatchDog Shutdown pool impemented to redurce thread amount.
  • ExecutorService report service implemented.
  • Scheduled Executor service integrated in WatchDog to further reduce thread amount.
  • GlobalExecutionService refactored to GlobalCachedExecutorService for uniformity reasons.
  • Service method implemented to get feedback if registry is currently busy.
  • Upgrade AbsoluteLayout dep version.
  • bco.registry issue #7 fixed.
  • Executor service load feedback optimized.
  • Bindings implementing now the Launchable interface.
  • Some more javadoc added.
  • Optimized the registry error handling during unit tests.
  • Configured the license plugin to auto update the project license headers.
  • Minor bug fixes.