summaryrefslogtreecommitdiff
path: root/lib/kotlin
Commit message (Collapse)AuthorAgeFilesLines
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2798)dependabot[bot]2023-05-021-1/+1
| | | | | | | | | | | | | | | | Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1 to 1.6.4. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jvm from 1.6.10 to 1.8.21 in /lib/kotlin (#2803)dependabot[bot]2023-05-021-1/+1
| | | | | | | | | | | | | | | | Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.8.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* java to use jdk 17 (#2686)Jiayu Liu2022-10-143-3/+3
|
* THRIFT-5633: move xenial to old, deprecate xenial in travis build (#2690)Jiayu Liu2022-10-101-8/+1
| | | | | * move xenial to old, deprecate xenial in travis build * add back stage of docker
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-2/+15
| | | Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
* Merge branch '0.17.0' into upstreamJens Geyer2022-09-181-1/+8
|\
| * fixing missing EXTRA_DISTsv0.17.0Jens Geyer2022-08-311-1/+8
| |
* | fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-111-0/+19
| |
* | THRIFT-5587 add uuid support for java and kotlinJiayu Liu2022-09-051-0/+7
|/ | | | | | | Client: java, kt Patch: Jiayu Liu This closes #2621
* THRIFT-5581: use gradle 7 for java/kotlin (#2601)Jiayu Liu2022-05-116-44/+55
| | | | | | | * upgrade gradle version to 7.4 * migrate from `maven` plugin to `maven-publish` plugin as required for Gradle 7 * add guard to ktfmt, since it can't run with JDK 8 Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
* THRIFT-5564: setup cross test in GitHub action (#2602)Jiayu Liu2022-05-093-0/+18
| | | * include java and kotlin into precross
* THRIFT-5580: refactor kotlin cross tests (#2600)Jiayu Liu2022-05-088-1160/+831
| | | | | refactor kotlin cross test to: * use proper cli framework, * add more transport/protocol cases
* THRIFT-5553: use newer gradle API (#2561)Jiayu Liu2022-05-083-4/+47
| | | | Prepare for moving to Gradle 7 by removing use of older Gradle directives (except the use of maven; the transition to maven-publish is not included here)
* THRIFT-5571: add metadata map building to kotlin generator (#2584)Jiayu Liu2022-05-069-52/+182
|
* THRIFT-5570: update java lib document about gradle usage (#2583)Jiayu Liu2022-05-061-78/+0
| | | | * update java doc about gradle usage * update .gitignore
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-2012-0/+2086
Client: kotlin Patch: Jiayu Liu This closes #2556