openziti / ziti-tunnel-android

Apache License 2.0
19 stars 3 forks source link

Bump kotlin_version from 1.4.10 to 1.4.21 #53

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps kotlin_version from 1.4.10 to 1.4.21. Updates kotlin-gradle-plugin from 1.4.10 to 1.4.21

Release notes

Sourced from kotlin-gradle-plugin's releases.

Kotlin 1.4.21

CHANGELOG

IDE. Gradle Integration

  • KT-42561 "Could not get unknown property 'sourceSets' for project" when running JVM module with included MPP module
  • KT-43511 Task 'MainKt.main()' not found in root project

Libraries

  • KT-43586 Source documentation: ExperimentalPathAPI misspelt
  • KT-43745 replace for strings ignores case of locale characters

Native. C and ObjC Import

  • KT-43265 Kotlin/Native fails to generate alias for C enum entry
  • KT-43530 Kotlin/Native compilation fails with "Symbol for public kotlin/Array.size.|-8255337774232345969[0] is unbound"

Native

  • KT-43517 On Kotlin 1.4.20 we got kotlin.NotImplementedError when try compile iOS framework

Tools. Gradle. JS

  • KT-43668 PackageJson task use file dependencies as is (files and directories), but only files necessary

Checksums

File Sha256
kotlin-compiler-1.4.21.zip 46720991a716e90bfc0cf3f2c81b2bd735c14f4ea6a5064c488e04fd76e6b6c7
kotlin-native-linux-1.4.21.tar.gz 140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c
kotlin-native-macos-1.4.21.tar.gz e7a13b3138e2769a1ab0b9eb8187b56f8874380cdd96479702f1063ce7de69ca
kotlin-native-windows-1.4.21.zip e97242bb79a945f20ebc749200f30b80865b725054b098d9c2dec3e09a98a3d

Kotlin 1.4.20

CHANGELOG

Android

  • KT-42121 Deprecate Kotlin Android Extensions compiler plugin
  • KT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.Parcelize
  • KT-42406 Long or infinite code analysis on simple files modification

Backend. Native

  • KT-27534 Bridges to Nothing-returning methods have incorrect signature
  • KT-30284 Native: Nothing? type for expression override and crash
  • KT-36430 Optimize when with in range cases

... (truncated)

Changelog

Sourced from kotlin-gradle-plugin's changelog.

CHANGELOG

1.4.20

Android

  • KT-42121 Deprecate Kotlin Android Extensions compiler plugin
  • KT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.Parcelize
  • KT-42406 Long or infinite code analysis on simple files modification

Backend. Native

  • KT-27534 Bridges to Nothing-returning methods have incorrect signature
  • KT-30284 Native: Nothing? type for expression override and crash
  • KT-36430 Optimize when with in range cases
  • KT-38787 Missing optimization for "in range" check
  • KT-39100 Make Native behaviour of property initialization consistent with JVM
  • KT-39798 Override equals/hashCode in functional interface wrappers on Native
  • KT-39800 equals/hashCode on adapted function references on Native
  • KT-41394 Compilation failed: Backend Internal error: Exception during IR lowering
  • KT-41907 Framework test segfaults on GC on watchos_x86 compiled with -opt

Compiler

New Features

  • KT-21147 JEP 280: Indify String Concatenation (StringConcatFactory)
  • KT-34178 Scripts should be able to access imports objects
  • KT-35549 Support kotlin-android-extensions in JVM IR backend (for use with Jetpack Compose projects)
  • KT-31567 Support special semantics for underscore-named catch block parameters

Performance Improvements

  • KT-20571 Coroutines: Reduce number of local variables stored at suspension point
  • KT-28016 Coroutine state-machines spill/unspill shall be optimized using data-flow analysis
  • KT-33394 UI freezes triggered by QualifiedExpressionResolver.resolveToPackageOrClassPrefix
  • KT-36814 Support optimized delegated properties in JVM_IR
  • KT-36829 Optimize 'in' expressions (operator fun contains) in JVM_IR
  • KT-41741 NI: "AssertionError: Empty intersection for types" with generic Java collection
  • KT-42195 NI: prohibitively long compilation time for values of nested data structures with type inference
  • KT-42221 Native compiler never finishes frontend phase after migrating to Kotlin 1.4.10

Fixes

  • KT-11713 Refine visibility check for synthetic property with protected setter
  • KT-16222 Coroutine should be clearing any internal state as soon as possible to avoid memory leaks
  • KT-25519 Extra inline marks inside suspending function callable reference bytecode
  • KT-33226 Object INSTANCE field not annotated with NotNull in generated bytecode
  • KT-35495 FIR: forbid non-Java synthetic properties
  • KT-35651 Kotlin stdlib has greater resolution priority than jars added via @file:DependsOn annotation

... (truncated)

Commits
  • d633033 FIR IDE: introduce param for enabling disabled tests
  • a671054 FIR IDE: change until-build to 203.* in plugin.xml
  • b6d80a1 Build: Fix kotlin-compiler-internal-test-framework empty sources jar
  • 1d51dff Reminder about -Pidea.fir.plugin=true for running fir-idea tests
  • e5c62c3 [JS] Disable special checks in labeled-block-to-do-while
  • 7ca54ec [JS IR] unmute test arraySort.kt
  • 4c69f78 [JS] Replace J2V8 based ScriptEngine with a process-based version
  • 39cc149 [JS] Revert disabling running ES6 tests on all platforms except linux
  • 2cb4a49 [JS] Remove j2v8 from dependencies
  • f4431a2 [JS] Make all JS test tasks depending on setupV8
  • Additional commits viewable in compare view


Updates kotlin-stdlib-jdk8 from 1.4.10 to 1.4.21

Release notes

Sourced from kotlin-stdlib-jdk8's releases.

Kotlin 1.4.21

CHANGELOG

IDE. Gradle Integration

  • KT-42561 "Could not get unknown property 'sourceSets' for project" when running JVM module with included MPP module
  • KT-43511 Task 'MainKt.main()' not found in root project

Libraries

  • KT-43586 Source documentation: ExperimentalPathAPI misspelt
  • KT-43745 replace for strings ignores case of locale characters

Native. C and ObjC Import

  • KT-43265 Kotlin/Native fails to generate alias for C enum entry
  • KT-43530 Kotlin/Native compilation fails with "Symbol for public kotlin/Array.size.|-8255337774232345969[0] is unbound"

Native

  • KT-43517 On Kotlin 1.4.20 we got kotlin.NotImplementedError when try compile iOS framework

Tools. Gradle. JS

  • KT-43668 PackageJson task use file dependencies as is (files and directories), but only files necessary

Checksums

File Sha256
kotlin-compiler-1.4.21.zip 46720991a716e90bfc0cf3f2c81b2bd735c14f4ea6a5064c488e04fd76e6b6c7
kotlin-native-linux-1.4.21.tar.gz 140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c
kotlin-native-macos-1.4.21.tar.gz e7a13b3138e2769a1ab0b9eb8187b56f8874380cdd96479702f1063ce7de69ca
kotlin-native-windows-1.4.21.zip e97242bb79a945f20ebc749200f30b80865b725054b098d9c2dec3e09a98a3d

Kotlin 1.4.20

CHANGELOG

Android

  • KT-42121 Deprecate Kotlin Android Extensions compiler plugin
  • KT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.Parcelize
  • KT-42406 Long or infinite code analysis on simple files modification

Backend. Native

  • KT-27534 Bridges to Nothing-returning methods have incorrect signature
  • KT-30284 Native: Nothing? type for expression override and crash
  • KT-36430 Optimize when with in range cases

... (truncated)

Changelog

Sourced from kotlin-stdlib-jdk8's changelog.

CHANGELOG

1.4.20

Android

  • KT-42121 Deprecate Kotlin Android Extensions compiler plugin
  • KT-42267 Platform declaration clash error in IDE when using kotlinx.android.parcel.Parcelize
  • KT-42406 Long or infinite code analysis on simple files modification

Backend. Native

  • KT-27534 Bridges to Nothing-returning methods have incorrect signature
  • KT-30284 Native: Nothing? type for expression override and crash
  • KT-36430 Optimize when with in range cases
  • KT-38787 Missing optimization for "in range" check
  • KT-39100 Make Native behaviour of property initialization consistent with JVM
  • KT-39798 Override equals/hashCode in functional interface wrappers on Native
  • KT-39800 equals/hashCode on adapted function references on Native
  • KT-41394 Compilation failed: Backend Internal error: Exception during IR lowering
  • KT-41907 Framework test segfaults on GC on watchos_x86 compiled with -opt

Compiler

New Features

  • KT-21147 JEP 280: Indify String Concatenation (StringConcatFactory)
  • KT-34178 Scripts should be able to access imports objects
  • KT-35549 Support kotlin-android-extensions in JVM IR backend (for use with Jetpack Compose projects)
  • KT-31567 Support special semantics for underscore-named catch block parameters

Performance Improvements

  • KT-20571 Coroutines: Reduce number of local variables stored at suspension point
  • KT-28016 Coroutine state-machines spill/unspill shall be optimized using data-flow analysis
  • KT-33394 UI freezes triggered by QualifiedExpressionResolver.resolveToPackageOrClassPrefix
  • KT-36814 Support optimized delegated properties in JVM_IR
  • KT-36829 Optimize 'in' expressions (operator fun contains) in JVM_IR
  • KT-41741 NI: "AssertionError: Empty intersection for types" with generic Java collection
  • KT-42195 NI: prohibitively long compilation time for values of nested data structures with type inference
  • KT-42221 Native compiler never finishes frontend phase after migrating to Kotlin 1.4.10

Fixes

  • KT-11713 Refine visibility check for synthetic property with protected setter
  • KT-16222 Coroutine should be clearing any internal state as soon as possible to avoid memory leaks
  • KT-25519 Extra inline marks inside suspending function callable reference bytecode
  • KT-33226 Object INSTANCE field not annotated with NotNull in generated bytecode
  • KT-35495 FIR: forbid non-Java synthetic properties
  • KT-35651 Kotlin stdlib has greater resolution priority than jars added via @file:DependsOn annotation

... (truncated)

Commits
  • d633033 FIR IDE: introduce param for enabling disabled tests
  • a671054 FIR IDE: change until-build to 203.* in plugin.xml
  • b6d80a1 Build: Fix kotlin-compiler-internal-test-framework empty sources jar
  • 1d51dff Reminder about -Pidea.fir.plugin=true for running fir-idea tests
  • e5c62c3 [JS] Disable special checks in labeled-block-to-do-while
  • 7ca54ec [JS IR] unmute test arraySort.kt
  • 4c69f78 [JS] Replace J2V8 based ScriptEngine with a process-based version
  • 39cc149 [JS] Revert disabling running ES6 tests on all platforms except linux
  • 2cb4a49 [JS] Remove j2v8 from dependencies
  • f4431a2 [JS] Make all JS test tasks depending on setupV8
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #55.