Skip to content

Commit

Permalink
[Wiki] Update release notes for the new factory interface
Browse files Browse the repository at this point in the history
  • Loading branch information
agegov authored and Donato Sciarra committed Jun 19, 2019
1 parent 51a9dbd commit f15d305
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wiki/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ the versioning scheme [here](JoynrVersioning.md).
proxy, so that you can be notified of proxy creation success or failure. See JEE wiki for details.
* **[JEE]** ServiceLocator builder now allows building a `CompletableFuture<>` of the proxy in order
to be able to await successful proxy creation before using it. See JEE wiki for details.
* **[JEE]** Interface `ProviderQosFactory` was renamed to `ProviderRegistrationSettingsFactory` as
now other settings like GBID(s) can be specified as well. You can still provide a single or
multiple implementations of this interface in order to customize how joynr registers a provider.
See the Javadoc of the interface as well as the [JEE documentation](jee.md) for more details.

## Other changes
* **[JS]** Fixed a bug where fixed participantIds used for provider registrations
Expand Down

0 comments on commit f15d305

Please sign in to comment.