rabbitmq-kotlin
rabbitmq-kotlin copied to clipboard
Bump kotlin_version from 1.4.10 to 1.4.32
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps kotlin_version from 1.4.10 to 1.4.32.
Updates kotlin-gradle-plugin from 1.4.10 to 1.4.32
Updates kotlin-stdlib-jdk8 from 1.4.10 to 1.4.32
Release notes
Sourced from kotlin-stdlib-jdk8's releases.
Kotlin 1.4.31
1.4.31
Compiler
KT-397762020.3+: Unresolved reference to Kotlin stdlib functionIDE. Gradle Integration
KT-44845After update to Kotlin 1.4.30 all external dependencies is unresolved in IDE with kotlin.mpp.enableGranularSourceSetsMetadata=trueIDE. Gradle. Script
KTIJ-11137build.gradle.kts: Fatal error during save/load standalone scripts settingsKTIJ-898Unable to import with Kotlin DSL buildscript - NullPointerException in KotlinDslScriptModelProcessorKt.toListOfScriptModelsIDE. Multiplatform
KTIJ-1200KotlinIconProviderKt.addExpectActualMarker takes up to 180+ secondsIDE
Fixes
KT-44697New JVM IR backend notification - narrow its triggering to Kotlin projectsKT-44523IDE notification for trying new JVM backendKTIJ-696Freeze during startup of IDEA with intellij project with Kotlin (211-1.4.10-release-IJ1440)Checksums
File Sha256 kotlin-compiler-1.4.31.zip b50e7016febf7510325d685ae69cc62f49a7ca7f670cb4e0888112e3ec09c6ec * kotlin-native-linux-1.4.31.tar.gz 87fc40385ffbd44eebde6487d15e1c5c67c218870b332b525e122f014b7de3e3 kotlin-native-macos-1.4.31.tar.gz 0e351756b382096204d61456f855480ce6b65ac53897c4bfa78a287895f37e32 kotlin-native-windows-1.4.31.zip a60aec97fd21294ab11e57acdd33d37d79db11b22656fa435b791e9a709727b4
*Sorry, Sha256 sum was initially published incorrectly. Now it is fixed.Kotlin 1.4.30
CHANGELOG
Android
KT-42383HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidBackend. Native
... (truncated)
Changelog
Sourced from kotlin-stdlib-jdk8's changelog.
CHANGELOG
1.4.30
Android
KT-42383HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidBackend. Native
KT-38772Native: support non-reified type parameters in typeOfKT-42234Move LLVM optimization parameters into konan.propertiesKT-42649IndexOutOfBoundsException during InlineClassTransformer loweringKT-42942Native: optimize peak backend memory by clearing BindingContext after psi2irKT-43198Native: supportinitblocks inside inline classesCompiler
New Features
KT-28055Supportinitblocks inside inline classesKT-28056Consider supporting non-public primary constructors for inline classesKT-41265Support noarg compiler plugin for JVM IRKT-42094Allow open callable members in expect interfacesKT-43129FIR: Support OverloadResolutionByLambdaReturnTypeKT-43592Promote JVM IR compiler backend to BetaKT-43919Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-44021Enable JVM IR backend by default in 1.5Performance Improvements
KT-41352JVM IR: reduce bytecode size in for loops and range checks with 'until' by not using inclusive endKT-41644NI: Infinite compilationKT-42791OutOfMemoryError on compilation using kotlin 1.4 on a class with a lot of type inferenceKT-42920NI: Improve performance around adding constraintsFixes
KT-11454Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-11732Verify error for generic interface method invocation with default parametersKT-14612"ISE: Recursive call in a lazy value" during processing of a (weakly) recursive type aliasKT-18344Upper bound of a typealias type parameter is not reported correctly if it contains the typealias itselfKT-18768@Notnullannotation from Java does not work with varargsKT-20548java.lang.IllegalStateException: Illegal class container on simple Java code parsingKT-22465Excessive synthetic method for private setter from superclassKT-23816Inline classes: constants and annotationsKT-24158AE: No receiver found on incomplete code with $-signsKT-24392Nullability of Java arrays is read incorrectly if@Nullableannotation has both targets TYPE_USE and VALUE_PARAMETERKT-26229Lambda/anonymous function argument in parentheses is not supported for callsInPlace effect
... (truncated)
Commits
- See full diff in compare view
Updates kotlin-reflect from 1.4.10 to 1.4.32
Release notes
Sourced from kotlin-reflect's releases.
Kotlin 1.4.31
1.4.31
Compiler
KT-397762020.3+: Unresolved reference to Kotlin stdlib functionIDE. Gradle Integration
KT-44845After update to Kotlin 1.4.30 all external dependencies is unresolved in IDE with kotlin.mpp.enableGranularSourceSetsMetadata=trueIDE. Gradle. Script
KTIJ-11137build.gradle.kts: Fatal error during save/load standalone scripts settingsKTIJ-898Unable to import with Kotlin DSL buildscript - NullPointerException in KotlinDslScriptModelProcessorKt.toListOfScriptModelsIDE. Multiplatform
KTIJ-1200KotlinIconProviderKt.addExpectActualMarker takes up to 180+ secondsIDE
Fixes
KT-44697New JVM IR backend notification - narrow its triggering to Kotlin projectsKT-44523IDE notification for trying new JVM backendKTIJ-696Freeze during startup of IDEA with intellij project with Kotlin (211-1.4.10-release-IJ1440)Checksums
File Sha256 kotlin-compiler-1.4.31.zip b50e7016febf7510325d685ae69cc62f49a7ca7f670cb4e0888112e3ec09c6ec * kotlin-native-linux-1.4.31.tar.gz 87fc40385ffbd44eebde6487d15e1c5c67c218870b332b525e122f014b7de3e3 kotlin-native-macos-1.4.31.tar.gz 0e351756b382096204d61456f855480ce6b65ac53897c4bfa78a287895f37e32 kotlin-native-windows-1.4.31.zip a60aec97fd21294ab11e57acdd33d37d79db11b22656fa435b791e9a709727b4
*Sorry, Sha256 sum was initially published incorrectly. Now it is fixed.Kotlin 1.4.30
CHANGELOG
Android
KT-42383HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidBackend. Native
... (truncated)
Changelog
Sourced from kotlin-reflect's changelog.
CHANGELOG
1.4.30
Android
KT-42383HMPP: Bad IDEA dependencies: Missing dependency from p1:jvmAndAndroid to p2:jvmAndAndroidBackend. Native
KT-38772Native: support non-reified type parameters in typeOfKT-42234Move LLVM optimization parameters into konan.propertiesKT-42649IndexOutOfBoundsException during InlineClassTransformer loweringKT-42942Native: optimize peak backend memory by clearing BindingContext after psi2irKT-43198Native: supportinitblocks inside inline classesCompiler
New Features
KT-28055Supportinitblocks inside inline classesKT-28056Consider supporting non-public primary constructors for inline classesKT-41265Support noarg compiler plugin for JVM IRKT-42094Allow open callable members in expect interfacesKT-43129FIR: Support OverloadResolutionByLambdaReturnTypeKT-43592Promote JVM IR compiler backend to BetaKT-43919Support loading Java annotations on base classes and implementing interfaces' type argumentsKT-44021Enable JVM IR backend by default in 1.5Performance Improvements
KT-41352JVM IR: reduce bytecode size in for loops and range checks with 'until' by not using inclusive endKT-41644NI: Infinite compilationKT-42791OutOfMemoryError on compilation using kotlin 1.4 on a class with a lot of type inferenceKT-42920NI: Improve performance around adding constraintsFixes
KT-11454Load annotations on TYPE_USE/TYPE_PARAMETER positions from Java class-filesKT-11732Verify error for generic interface method invocation with default parametersKT-14612"ISE: Recursive call in a lazy value" during processing of a (weakly) recursive type aliasKT-18344Upper bound of a typealias type parameter is not reported correctly if it contains the typealias itselfKT-18768@Notnullannotation from Java does not work with varargsKT-20548java.lang.IllegalStateException: Illegal class container on simple Java code parsingKT-22465Excessive synthetic method for private setter from superclassKT-23816Inline classes: constants and annotationsKT-24158AE: No receiver found on incomplete code with $-signsKT-24392Nullability of Java arrays is read incorrectly if@Nullableannotation has both targets TYPE_USE and VALUE_PARAMETERKT-26229Lambda/anonymous function argument in parentheses is not supported for callsInPlace effect
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #480 (62f670e) into master (4b3b61c) will decrease coverage by
2.16%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #480 +/- ##
============================================
- Coverage 64.22% 62.05% -2.17%
Complexity 73 73
============================================
Files 27 27
Lines 369 369
Branches 37 53 +16
============================================
- Hits 237 229 -8
+ Misses 118 115 -3
- Partials 14 25 +11
| Impacted Files | Coverage Δ | Complexity Δ | |
|---|---|---|---|
| ...temev/thewhiterabbit/publisher/ConfirmPublisher.kt | 86.66% <0.00%> (-13.34%) |
5.00% <0.00%> (ø%) |
|
| ...tlin/com/viartemev/thewhiterabbit/rpc/RpcClient.kt | 62.96% <0.00%> (-11.12%) |
3.00% <0.00%> (ø%) |
|
| ...kotlin/com/viartemev/thewhiterabbit/queue/Queue.kt | 62.22% <0.00%> (-8.89%) |
0.00% <0.00%> (ø%) |
|
| .../com/viartemev/thewhiterabbit/exchange/Exchange.kt | 38.46% <0.00%> (-5.13%) |
0.00% <0.00%> (ø%) |
|
| ...n/com/viartemev/thewhiterabbit/channel/Channels.kt | 42.85% <0.00%> (+10.71%) |
4.00% <0.00%> (ø%) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4b3b61c...62f670e. Read the comment docs.