You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Authorization/GettingStarted.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,23 +44,25 @@ language and framework you are using.
44
44
45
45
## Dependency Setup
46
46
47
-
::: tip
48
-
In CAP applications, the [`cds add ams`](https://cap.cloud.sap/docs/tools/cds-cli#cds-add) command can be executed with
49
-
the *latest version* of [`@sap/cds-dk`](https://cap.cloud.sap/docs/tools/cds-cli#cli). It automatically adds the correct
50
-
dependencies.
51
-
:::
52
-
53
-
The following tables give an overview of the required AMS module dependencies for different application setups.
47
+
The following sections give an overview of the required AMS module dependencies for different application setups.
54
48
55
49
::: warning
56
50
The recommended modules and versions have changed over time (see [Historical Setups](#historical-setups))
57
51
58
-
**Please begin new projects with the currently recommended modules**.
52
+
**Please begin new projects with the latest version of the currently recommended modules**.
53
+
:::
54
+
#
55
+
::: tip
56
+
In CAP applications, the [`cds add ams`](https://cap.cloud.sap/docs/tools/cds-cli#cds-add) command can be executed with
57
+
the *latest version* of [`@sap/cds-dk`](https://cap.cloud.sap/docs/tools/cds-cli#cli) to add the recommended
58
+
dependencies. The generated AMS versions get regularly updated in newer `@sap/cds-dk` releases.
59
59
:::
60
60
61
61
### Java
62
62
63
-
::: tip
63
+
The latest version can always be found on [Maven Central](https://mvnrepository.com/artifact/com.sap.cloud.security.ams/ams-bom).
64
+
65
+
::: tip Spring Boot Support
64
66
The AMS modules support both Spring Boot 3 and 4.
65
67
:::
66
68
@@ -192,18 +194,19 @@ alternatively `HealthIndicator` beans for Spring Boot Actuator health endpoint i
192
194
193
195
#### Tooling
194
196
197
+
::: tip DCL Compiler Maven plugin
198
+
The [DCL Compiler Maven plugin](/Libraries/java/dcl-compiler-maven-plugin) allows DCL compilation for local integration [tests](/Authorization/Testing) without AMS cloud instance.
199
+
:::
200
+
195
201
::: tip CDS Build Plugin
196
202
In CAP Java projects, the (optional) Node.js module `@sap/ams` *should* be added in the `package.json` as a
197
203
*devDependency* with version `^3` to provide dev-time features as [cds build plugin](/CAP/cds-Plugin).
198
204
:::
199
205
200
-
::: tip DCL compiler plugin
201
-
In the near future, there will be new maven build plugin for DCL compilation for local integration tests without AMS cloud instance.
202
-
For the time being, refer to the samples for an interim solution based on the Node.js tooling or continue use the old maven DCL compiler plugin.
203
-
:::
204
-
205
206
### Node.js
206
207
208
+
The latest versions of the Node.js modules can always be found on [npmjs.org](https://www.npmjs.com/package/@sap/ams).
0 commit comments