SAPPHIRE NOW 2019 is drawing closer and will start in less than four weeks from now. You can meet us there from May 7 to 9 at the topic station SAP S/4HANA Cloud Integration and Extension.
Already one day earlier, Monday, May 6, the SAP Global Partner Summit 2019 takes place. There, we will have dedicated sessions at the booth Deploy and extend SAP S/4HANA Cloud. For more details on our presence at the summit, refer to this blog post.

JmsMessagingVdmConverter and then call the fromMessage method.new JmsMessagingVdmConverter().fromJmsMessage(jmsMessage)MessageFactoryMapper interface. With VdmMessages, we provide a default implementation of of this interface for currently supported message types of SAP S/4HANA Cloud, which is also used out-of-the-box by the above mentioned converter for JMS messages.MessagingVdmConverter with the desired MessageFactoryMappers and call the method fromMessage.UserAccessor, we already gave straightforward access to the current user. On Cloud Foundry, this did not cover cases where your app was called via client credentials, as Cloud Foundry differentiates between users and clients depending on the grant_type used by the JWT authentication token.PrincipalAccessor. The returned Principal object includes the identifier of the principal, which is either the user_name or client_id, depending on the current grant_type, as well as authorization information. In the Neo environment of SAP Cloud Platform, the principal is equivalent to the user.PrincipalAccessor instead of the more restricted UserAccessor, which is only recommended if you need to ensure that your app was called by a proper user.onBehalfOfTenant( @Nonnull String tenantId ) of JwtBasedRequestContextExecutor uses default values for issuerUrl and audiences, so that you only need to supply the tenant identifier. The list of audiences will be initialized with the own application name as taken from the XSUAA service binding context. At the same time, we replace the previously existing method with the more specific method onBehalfOfTenant(@Nonnull String tenantId, @Nonnull String issuerUrl, @Nonnull Collection audiences ... for full customization of these values.sdk-bom dependency.2.14.0.<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.sap.cloud.s4hana</groupId>
<artifactId>sdk-bom</artifactId>
<version>2.14.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=2.14.0 (or RELEASE).
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 | |
| 24 | |
| 21 | |
| 13 | |
| 11 | |
| 9 | |
| 9 | |
| 8 | |
| 8 | |
| 8 |