Merge pull request #26576 from TimMoore/patch-1

Update Akka Management version to 1.0.0
This commit is contained in:
Patrik Nordwall 2019-03-20 15:38:45 +01:00 committed by GitHub
commit b76891adcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,9 @@ In addition [Akka Management](https://developer.lightbend.com/docs/akka-manageme
* Consul
* Marathon API
Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `0.50.0`
Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `1.0.0`
of Akka Management. If you're also using Akka Management for other service discovery methods or bootstrap make
sure you are using at least version `0.50.0` of Akka Management.
sure you are using at least version `1.0.0` of Akka Management.
## Dependency
@ -238,7 +238,7 @@ targets for the given service name then `config` is queried which i configured w
## Migrating from Akka Management Discovery
Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `0.50.0` of
Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `1.0.0` of
any Akka Management module should be used if also using Akka Discovery.
Migration steps: