| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-10-02 | 937 Bytes | |
| v3.0.1157 - Java 11, Gradle plugin portal source code.tar.gz | 2022-10-02 | 253.6 kB | |
| v3.0.1157 - Java 11, Gradle plugin portal source code.zip | 2022-10-02 | 461.3 kB | |
| Totals: 3 Items | 715.8 kB | 1 | |
Main purpose of this major version is to update minimal Java version to 11, update Jakarta dependencies which also require Java 11 and remove deprecated code.
Starting from this release Gradle plugin is published to Gradle plugin portal - cz.habarta.typescript-generator. This simplifies setup in build.gradle files.
- Incompatible changes:
- Minimal Java version 11
- Minimal Gradle version 5.6
- Removed support for Jackson version 1 (#884)
- Removed deprecated parameters, methods etc. (2d5ff1ec07f5cd65f243f07377515cc3bba50693)
- Fail the build when a class cannot be found (#315)
- Updated dependencies