You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/22 20:01:55 UTC

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #578: build(deps): bump kotlin-version from 1.3.72 to 1.4.21

dependabot[bot] opened a new pull request #578:
URL: https://github.com/apache/camel-k-runtime/pull/578


   Bumps `kotlin-version` from 1.3.72 to 1.4.21.
   Updates `kotlin-bom` from 1.3.72 to 1.4.21
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">kotlin-bom's releases</a>.</em></p>
   <blockquote>
   <h2>Kotlin 1.4.21</h2>
   <h2>CHANGELOG</h2>
   <h3>IDE. Gradle Integration</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-42561"><code>KT-42561</code></a> &quot;Could not get unknown property 'sourceSets' for project&quot; when running JVM module with included MPP module</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43511"><code>KT-43511</code></a> Task 'MainKt.main()' not found in root project</li>
   </ul>
   <h3>Libraries</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43586"><code>KT-43586</code></a> Source documentation:  ExperimentalPathAPI misspelt</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43745"><code>KT-43745</code></a> <code>replace</code> for strings ignores case of locale characters</li>
   </ul>
   <h3>Native. C and ObjC Import</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43265"><code>KT-43265</code></a> Kotlin/Native fails to generate alias for C enum entry</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43530"><code>KT-43530</code></a> Kotlin/Native compilation fails with &quot;Symbol for public kotlin/Array.size.<!-- raw HTML omitted -->|-8255337774232345969[0] is unbound&quot;</li>
   </ul>
   <h3>Native</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43517"><code>KT-43517</code></a> On Kotlin 1.4.20 we got kotlin.NotImplementedError when try compile iOS framework</li>
   </ul>
   <h3>Tools. Gradle. JS</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-43668"><code>KT-43668</code></a> PackageJson task use file dependencies as is (files and directories), but only files necessary</li>
   </ul>
   <h2>Checksums</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Sha256</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>kotlin-compiler-1.4.21.zip</td>
   <td>46720991a716e90bfc0cf3f2c81b2bd735c14f4ea6a5064c488e04fd76e6b6c7</td>
   </tr>
   <tr>
   <td>kotlin-native-linux-1.4.21.tar.gz</td>
   <td>140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c</td>
   </tr>
   <tr>
   <td>kotlin-native-macos-1.4.21.tar.gz</td>
   <td>e7a13b3138e2769a1ab0b9eb8187b56f8874380cdd96479702f1063ce7de69ca</td>
   </tr>
   <tr>
   <td>kotlin-native-windows-1.4.21.zip</td>
   <td>e97242bb79a945f20ebc749200f30b80865b725054b098d9c2dec3e09a98a3d</td>
   </tr>
   </tbody>
   </table>
   <h2>Kotlin 1.4.20</h2>
   <h2>CHANGELOG</h2>
   <h3>Android</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-42121"><code>KT-42121</code></a> Deprecate Kotlin Android Extensions compiler plugin</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-42267"><code>KT-42267</code></a> <code>Platform declaration clash</code> error in IDE when using <code>kotlinx.android.parcel.Parcelize</code></li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-42406"><code>KT-42406</code></a> Long or infinite code analysis on simple files modification</li>
   </ul>
   <h3>Backend. Native</h3>
   <ul>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-27534"><code>KT-27534</code></a> Bridges to Nothing-returning methods have incorrect signature</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-30284"><code>KT-30284</code></a> Native: Nothing? type for expression override and crash</li>
   <li><a href="https://youtrack.jetbrains.com/issue/KT-36430"><code>KT-36430</code></a> Optimize when with in range cases</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md">kotlin-bom's changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog 1.3.X</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/JetBrains/kotlin/commit/a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c"><code>a3b1456</code></a> Revert using regex Pattern in String.replace</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/cb93152fed74360a7cb536ed603fe1735e95d6f2"><code>cb93152</code></a> Build: Set file access rights explicitly in kotlin-stdlib-js jar</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/4c44045e9d281e26294fb1ad99f4778a46c57940"><code>4c44045</code></a> Bumped K/N version</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/40abf82dd46ffeecfdf4bbb86a7aaf4657049f02"><code>40abf82</code></a> [Gradle, JS] Add filter on file on fileCollectionDependencies because Gradle ...</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/166ce6a2ea2824c4b990cbbf8a422b89e62b1019"><code>166ce6a</code></a> KTIJ-585 [Gradle Runner]: main() cannot be launched from AS 4.1</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/5e23440a2a552e9bad64ede23e276f42919b6dde"><code>5e23440</code></a> IC &amp; Coroutines: Do not box suspend operator fun invoke receiver</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/0b495c15317a8c3a79223d04fc121018257b8603"><code>0b495c1</code></a> IC &amp; Coroutines: Unbox inline class parameter of suspend lambda</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/a48f76d4d9878a0dd73c9eaac0841df85cde4892"><code>a48f76d</code></a> IC &amp; Coroutines: Unbox inline classes of suspend lambdas</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/a173e0e631cd52e1674bcc91f18c1934df815c1d"><code>a173e0e</code></a> Fix annotation spelling in docs</li>
   <li><a href="https://github.com/JetBrains/kotlin/commit/02d925a73bdb34b0d91c8ae9a9a0510e90369e36"><code>02d925a</code></a> Qualify replacement expression with receiver to workaround KT-42874</li>
   <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.21">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `kotlin-maven-plugin` from 1.3.72 to 1.4.21
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #578: build(deps): bump kotlin-version from 1.3.72 to 1.4.21

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #578:
URL: https://github.com/apache/camel-k-runtime/pull/578


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #578: build(deps): bump kotlin-version from 1.3.72 to 1.4.21

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #578:
URL: https://github.com/apache/camel-k-runtime/pull/578#issuecomment-752223793


   Superseded by #579.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org