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: documentation/CJL/CJL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
## CJL - Core Java Library <!-- omit in toc -->
4
4
5
-
**Version 25.4.1**
6
-
May 2025
5
+
**Version 25.4.2**
6
+
April 2026
7
7
8
8
## Contents <!-- omit in toc -->
9
9
@@ -128,7 +128,7 @@ May 2025
128
128
| May 2020 | - Repackaging with ISV package |
129
129
| March 2021 | - Upgraded Cybersource Transaction Web Service to version 175 <br> - Added cardTypeSelectionIndicator field to support Credit Mutuel-CIC transactions <br> - Upgraded cybersource-rest-client-java to version 0.0.30 |
130
130
| February 2024 | - Upgraded cybersource-rest-client-java to version 0.0.58 and okhttp to 4.12.0 |
131
-
131
+
| April 2026 | - Support for new Cardinal Commerce URLs <br> - Upgraded cybersource-rest-client-java to version 0.0.87 and AuthenticationSdk 0.0.42 |
Copy file name to clipboardExpand all lines: documentation/sap-commerce.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
## SAP Commerce <!-- omit in toc -->
5
5
6
-
**Version 25.4.1**
7
-
August 2025
6
+
**Version 25.4.2**
7
+
April 2026
8
8
9
9
## Contents <!-- omit in toc -->
10
10
<!-- TOC -->
@@ -168,6 +168,7 @@ August 2025
168
168
| March 2025 | 25.3.0 | - Message Level Encryption Support |
169
169
| May 2025 | 25.4.0 | - Disable Card BIN for Transient Token <br>- Payer Authentication upgraded to Cardinal Cruise Direct |
170
170
| August 2025 | 25.4.1 | - Multi Mid support via p12 |
171
+
| April 2026 | 25.4.2 | - Support for new Cardinal Commerce URLs <br> - Upgraded cybersource-rest-client-java to version 0.0.87 and AuthenticationSdk 0.0.42 |
171
172
172
173
### Audience and Purpose
173
174
@@ -256,7 +257,7 @@ More details on SAP Commerce accelerators: <https://help.sap.com/viewer/4c33bf18
256
257
257
258
As part of reference functionality, the following features are supported:
258
259
259
-
| Feature | CJL 3.0.7| SAP B2C | SAP B2B | Description |
260
+
| Feature | CJL 3.0.8| SAP B2C | SAP B2B | Description |
| SA SOP | Y | Y | Y | Secure Acceptance Silent Order Post |
262
263
| Microform v2 | Y | Y | N | Secure field - PCI compliant |
@@ -318,7 +319,7 @@ All technical installation concepts in this document are initial draft provided
318
319
The following components are required:
319
320
320
321
1. SAP Commerce platform release v2011
321
-
2. sap-commerce-payment-plugin-25.4.1.zip
322
+
2. sap-commerce-payment-plugin-25.4.2.zip
322
323
3. Java 11
323
324
4. Required Dependencies installed in maven repository
324
325
@@ -328,12 +329,12 @@ The following components are required:
328
329
329
330
#### Description <!-- omit in toc -->
330
331
331
-
The following dependency at the moment cannot be retrieved using Maven dependency resolution mechanism "hybris/bin/isvpayment/lib/isv-payment-api-3.0.7.jar". Rest of dependencies can be managed by Maven as those are external and available in Maven central
332
+
The following dependency at the moment cannot be retrieved using Maven dependency resolution mechanism "hybris/bin/isvpayment/lib/isv-payment-api-3.0.8.jar". Rest of dependencies can be managed by Maven as those are external and available in Maven central
332
333
333
334
Following errors will be thrown during SAP Commerce build:
334
335
335
336
```text
336
-
[artifact:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal on project isvpayment: Could not resolve dependencies for project isv.sap.payment:isvpayment:jar:3.0.7: Could not find artifact isv.payment.cjl:isv-payment-api:jar:3.0.7 in central.mirror (https://repo.maven.apache.org/maven2) -> [Help 1]
337
+
[artifact:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal on project isvpayment: Could not resolve dependencies for project isv.sap.payment:isvpayment:jar:3.0.8: Could not find artifact isv.payment.cjl:isv-payment-api:jar:3.0.8 in central.mirror (https://repo.maven.apache.org/maven2) -> [Help 1]
337
338
```
338
339
339
340
#### Solution <!-- omit in toc -->
@@ -343,10 +344,10 @@ The "isvpayment" extension comes with all the library binaries included in "hybr
343
344
As a quick local build solution the dependency can be installed in local maven repository and retrieved as a cached dependency as per <https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html>.
Another quick and rather non-conventional solution would also be just removing or renaming the following file: "hybris/bin/isvpayment/external-dependencies.xml". Another option would be creating "hybris/bin/isvpayment/unmanaged-dependencies.txt" file which can be used to list those JARs (dependencies) which should be ignored by Maven. You might want to ignore "isv-payment-api-3.0.7.jar".
350
+
Another quick and rather non-conventional solution would also be just removing or renaming the following file: "hybris/bin/isvpayment/external-dependencies.xml". Another option would be creating "hybris/bin/isvpayment/unmanaged-dependencies.txt" file which can be used to list those JARs (dependencies) which should be ignored by Maven. You might want to ignore "isv-payment-api-3.0.8.jar".
350
351
351
352
>  According to SAP documentation: The ant updateMavenDependencies task deletes all *.jar files from the lib folder by default. Only libraries listed in unmanaged-dependencies.txt files are not deleted.
0 commit comments