Skip to content

Commit ce003c7

Browse files
docs: introducing tokenized resolver (#32740)
1 parent eac0c35 commit ce003c7

90 files changed

Lines changed: 294 additions & 686 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

akka-docs/src/main/paradox/actors.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44

55
## Module info
66

7-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
8-
9-
@@repository [sbt,Maven,Gradle] {
10-
id="akka-repository"
11-
name="Akka library repository"
12-
url="https://repo.akka.io/maven"
13-
}
7+
@@@note
8+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
9+
@@@
1410

1511
To use Classic Actors, add the following dependency in your project:
1612

akka-docs/src/main/paradox/cluster-metrics.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
## Module info
44

5-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
6-
7-
@@repository [sbt,Maven,Gradle] {
8-
id="akka-repository"
9-
name="Akka library repository"
10-
url="https://repo.akka.io/maven"
11-
}
5+
@@@note
6+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
7+
@@@
128

139
To use Cluster Metrics Extension, you must add the following dependency in your project:
1410

akka-docs/src/main/paradox/cluster-routing.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ on other nodes in the cluster.
2929

3030
## Dependency
3131

32-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
33-
34-
@@repository [sbt,Maven,Gradle] {
35-
id="akka-repository"
36-
name="Akka library repository"
37-
url="https://repo.akka.io/maven"
38-
}
32+
@@@note
33+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
34+
@@@
3935

4036
To use Cluster aware routers, you must add the following dependency in your project:
4137

akka-docs/src/main/paradox/cluster-sharding.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ For the full documentation of this feature and for new projects see @ref:[Cluste
55

66
## Module info
77

8-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
9-
10-
@@repository [sbt,Maven,Gradle] {
11-
id="akka-repository"
12-
name="Akka library repository"
13-
url="https://repo.akka.io/maven"
14-
}
8+
@@@note
9+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
10+
@@@
1511

1612
To use Cluster Sharding, you must add the following dependency in your project:
1713

akka-docs/src/main/paradox/cluster-singleton.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ For the full documentation of this feature and for new projects see @ref:[Cluste
55

66
## Module info
77

8-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
9-
10-
@@repository [sbt,Maven,Gradle] {
11-
id="akka-repository"
12-
name="Akka library repository"
13-
url="https://repo.akka.io/maven"
14-
}
8+
@@@note
9+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
10+
@@@
1511

1612
To use Cluster Singleton, you must add the following dependency in your project:
1713

akka-docs/src/main/paradox/cluster-usage.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ recommendation if you don't have other preferences or constraints.
2121

2222
## Module info
2323

24-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
25-
26-
@@repository [sbt,Maven,Gradle] {
27-
id="akka-repository"
28-
name="Akka library repository"
29-
url="https://repo.akka.io/maven"
30-
}
24+
@@@note
25+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
26+
@@@
3127

3228
To use Akka Cluster add the following dependency in your project:
3329

akka-docs/src/main/paradox/coordination.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ project.description: A distributed lock with Akka Coordination using a pluggable
66
Akka Coordination is a set of tools for distributed coordination.
77

88
## Module info
9-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
10-
11-
@@repository [sbt,Maven,Gradle] {
12-
id="akka-repository"
13-
name="Akka library repository"
14-
url="https://repo.akka.io/maven"
15-
}
9+
@@@note
10+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
11+
@@@
1612

1713
Additionally, add the dependency as below.
1814

akka-docs/src/main/paradox/discovery/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ See @ref:[Migration hints](#migrating-from-akka-management-discovery-before-1-0-
3232

3333
## Module info
3434

35-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
36-
37-
@@repository [sbt,Maven,Gradle] {
38-
id="akka-repository"
39-
name="Akka library repository"
40-
url="https://repo.akka.io/maven"
41-
}
35+
@@@note
36+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
37+
@@@
4238

4339
Additionally, add the dependency as below.
4440

akka-docs/src/main/paradox/dispatchers.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ For the full documentation of this feature and for new projects see @ref:[Dispat
55

66
## Dependency
77

8-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
9-
10-
@@repository [sbt,Maven,Gradle] {
11-
id="akka-repository"
12-
name="Akka library repository"
13-
url="https://repo.akka.io/maven"
14-
}
8+
@@@note
9+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
10+
@@@
1511

1612
Dispatchers are part of core Akka, which means that they are part of the akka-actor dependency:
1713

akka-docs/src/main/paradox/distributed-data.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ For the full documentation of this feature and for new projects see @ref:[Distri
55

66
## Dependency
77

8-
The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository.
9-
10-
@@repository [sbt,Maven,Gradle] {
11-
id="akka-repository"
12-
name="Akka library repository"
13-
url="https://repo.akka.io/maven"
14-
}
8+
@@@note
9+
The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token.
10+
@@@
1511

1612
To use Akka Distributed Data, you must add the following dependency in your project:
1713

0 commit comments

Comments
 (0)