|
3 | 3 | [](https://directory.fsf.org/wiki/License:Apache-2.0) |
4 | 4 | [](https://app.fossa.com/projects/custom%2B24661%2Fgithub.com%2FAbsaOSS%2Fcobrix) |
5 | 5 | [](https://github.com/AbsaOSS/cobrix/actions) |
6 | | -[](https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13) |
| 6 | +[](https://mvnrepository.com/artifact/za.co.absa.cobrix/cobol-parser) |
| 7 | +[](https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol) |
7 | 8 |
|
8 | 9 | Pain free Spark/Cobol files integration. |
9 | 10 |
|
@@ -63,14 +64,11 @@ You can link against this library in your program at the following coordinates: |
63 | 64 | <tr><th>Scala 2.11</th><th>Scala 2.12</th><th>Scala 2.13</th></tr> |
64 | 65 | <tr> |
65 | 66 | <td align="center"> |
66 | | -<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.11"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.11/badge.svg" alt="Maven Central"></a><br> |
67 | | -</td> |
| 67 | +<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.11?label=spark-cobol_2.11"></a></td> |
68 | 68 | <td align="center"> |
69 | | -<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.12"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.12/badge.svg" alt="Maven Central"></a><br> |
70 | | -</td> |
| 69 | +<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.12?label=spark-cobol_2.12"></a></td> |
71 | 70 | <td align="center"> |
72 | | -<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13/badge.svg" alt="Maven Central"></a><br> |
73 | | -</td> |
| 71 | +<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.13?label=spark-cobol_2.13"></a></td> |
74 | 72 | </tr> |
75 | 73 | <tr> |
76 | 74 | <td> |
@@ -1947,6 +1945,7 @@ A: Update hadoop dll to version 3.2.2 or newer. |
1947 | 1945 |
|
1948 | 1946 | - [#769](https://github.com/AbsaOSS/cobrix/issues/769) Added EBCDIC processor as a library routine. |
1949 | 1947 | This allows processing EBCDIC files without Spark, replacing chosen fields without changing the file format. |
| 1948 | + More at https://github.com/AbsaOSS/cobrix/tree/master?tab=readme-ov-file#ebcdic-processor-experimental |
1950 | 1949 | - [#780](https://github.com/AbsaOSS/cobrix/issues/780) Added `spark-cobol` options to the raw record extractor interface. |
1951 | 1950 |
|
1952 | 1951 | - #### 2.8.4 released 5 June 2025. |
|
0 commit comments