Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Releases: arrowhead-f/core-java

Arrowhead Framework 4.1.3-SNAPSHOT.2

29 Apr 06:30
Compare
Choose a tag to compare
Pre-release

This is a development release for testing a binary release of the client-library. You should most likely NOT use this release. Please consider the more stable 4.1.2 release below instead.

Arrowhead Framework 4.1.3-SNAPSHOT

17 Apr 14:32
Compare
Choose a tag to compare
Pre-release

This is a development release for testing a binary release of the client-library. You should most likely NOT use this release. Please consider the more stable 4.1.2 release below instead.

Arrowhead Framework 4.1.2

01 Mar 11:46
Compare
Choose a tag to compare

Download the core systems as Debian packages, either individually or combined in a tar.bz2 or zip package. Md5sums:

1511918265d7b1120b1e43098ae4e035  arrowhead-eventhandler_4.1.2.deb
5af1855bc9dfab8b542fa7059e26bbaf  arrowhead-gatekeeper_4.1.2.deb
beeabe1b860050b9b8cc89ee1ac18d21  arrowhead-orchestrator_4.1.2.deb
5f6fec4d06727c7f3bcc0b964d611b55  arrowhead-serviceregistry-sql_4.1.2.deb
e69d153e0ab33a2a30c01e230d7e28d6  arrowhead-gateway_4.1.2.deb
5dc4ffab48b82fb870b69c62adb68ba4  arrowhead-authorization_4.1.2.deb
d3c620a8c441fdfcdb115af4ce434cc7  arrowhead-core-common_4.1.2.deb

Arrowhead Framework 4.1.0

22 Nov 14:06
Compare
Choose a tag to compare

See the changelog for the main changes since 4.0.

The Certificate Authority, Device Registry and System Registry were removed from the final release, as these are still in beta status.

Arrowhead Framework 4.1.0-rc1 Debian Packages

17 Oct 14:10
Compare
Choose a tag to compare

Updated Debian Package release with the new features of the develop branch code.

See the installation guide here.

See the debconf guide here.

This package contains the following core systems:

  • Authorization
  • Certificate Authority
  • Event Handler
  • Gatekeeper
  • Gateway
  • Orchestrator
  • Service Registry

November 19th update: Contains the fix in a2174ba

Raspberry Pi 3B 4GB SD card image containing all released 4.0 core systems

08 Oct 19:57
Compare
Choose a tag to compare

See the attached quickstart presentation for further information.

Raspberry Pi 3B image as an Arrowhead Inter-Cloud Relay

08 Oct 19:28
Compare
Choose a tag to compare

This is a Raspberry Pi 3B 4GB SD card image that contains a RabbitMQ broker configured to operate as an Arrowhead Relay.

Arrowhead Framework 4.0 Debian Packages

28 Sep 09:55
fb878cb
Compare
Choose a tag to compare

Installing the Arrowhead Framework with debian packages is now possible on any Debian based Linux system, see https://github.com/arrowhead-f/core-java/blob/feature/debian/README.md for details.

Arrowhead Framework 4.0

15 Aug 07:58
Compare
Choose a tag to compare

Here are the biggest changes and new features in this release, since version G3.2 M3:

  • Event Handler Core System implementation with a matching Subscriber and Publisher client implementation as well

  • C++ Provider and Consumer client implementation

  • TimeToLive feature: Service offerings now can be registered with a "timeout" into the Service Registry.
    If the timeout is up, the Provider no longer guarantees the Service offering, and the Service Registry
    can delete the entry from the database.

  • New Orchestration Store interface with 4 different query methods

  • Property files are reworked to be more simple, with better default values, and to provide more configuring options

  • Core Systems now give a list of missing fields, when a REST request is missing mandatory information

  • Improved the database connection with a connection pool manager

  • JSON serializer library replaced with a new, more powerful and configurable one

  • Orchestrator now filters results based on Service interfaces