CustomOperationRequestBuilder
class has been renamed to FunctionRequestBuilder
.3.18.0
also contains a fix for an issue with the access token validation in a provider/subscriber setup, when having multiple XSUAA service bindings, e.g. one with service plan broker
and one with service plan application
.com.sap.cloud.sdk.quality:pmd-plugin
was removed. Starting with this version, the ruleset com.sap.cloud.sdk.quality:pmd-rules
contains only the rules shipped with the SAP Cloud SDK. All other imported rules were removed. To keep using the ruleset with the standard pmd plugin, for example with SAP Cloud SDK for Continuous Delivery, we recommend adding the following configuration to the root pom.xml
of your project: <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<rulesets>
<ruleset>rulesets/cloud-sdk-qualities.xml</ruleset>
<ruleset>rulesets/java/maven-pmd-plugin-default.xml</ruleset>
</rulesets>
</configuration>
<dependencies>
<dependency>
<groupId>com.sap.cloud.sdk.quality</groupId>
<artifactId>pmd-rules</artifactId>
<version>3.18.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
ci-lint
is executed as part of the Lint stage if it is defined in the scripts
section of the package.json
file. In the absence of this script, the Lint stage now also supports non-SAPUI5 Javascript/Typescript projects by executing ESLint with a provided default configuration. See the documentation for more details..npmignore
via the command npm publish
. Also, the requirements for Maven projects have been relaxed so that any multi-module projects are now supported. See the documentation for more details.sdk-bom
dependency.3.18.0
.<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-bom</artifactId>
<version>3.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
<!-- possibly further managed dependencies ... -->
</dependencyManagement>
sdk-bom
with sdk-modules-bom
to only update the version of SDK modules, not further dependencies.-DarchetypeVersion=3.18.0
(or RELEASE
).npm update
in the root folder of your module. Note that this will also update other modules, unless you explicitly specify which packages to update. If you want to check beforehand what will change, use npm outdated
../cx-server update image
SAP Cloud SDK
.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
26 | |
22 | |
19 | |
13 | |
10 | |
9 | |
9 | |
8 | |
7 | |
7 |