Open
Conversation
f91b1a4 to
5bcd90e
Compare
5bcd90e to
0b70308
Compare
e1e50e1 to
ea68c68
Compare
2a2d565 to
7653e0c
Compare
7653e0c to
c634ffd
Compare
c634ffd to
ba91a89
Compare
9abeab2 to
b69fad9
Compare
3d22a12 to
cb44ca5
Compare
05ece70 to
36a2a42
Compare
36a2a42 to
db2c831
Compare
fac2e27 to
3b78e22
Compare
687c5f8 to
ec3289a
Compare
bd28bd2 to
f0b6bd6
Compare
f0b6bd6 to
0d7cd8a
Compare
0d7cd8a to
e649045
Compare
f065abf to
b8517ca
Compare
15b0c63 to
5e3c286
Compare
456a25a to
38112db
Compare
38112db to
e1b71bb
Compare
7e8cd99 to
b6573de
Compare
b6573de to
5d62ee5
Compare
5d62ee5 to
150b831
Compare
69b0c3f to
5ce0dc0
Compare
ecf20c2 to
a95e234
Compare
a95e234 to
53cb0db
Compare
53cb0db to
fd764ff
Compare
a10ebf9 to
8ecd260
Compare
dabc821 to
d7255ad
Compare
b11fde9 to
252b889
Compare
e55c6f1 to
a313e8e
Compare
a313e8e to
90386a4
Compare
90386a4 to
8145b24
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1→3.6.33.6.1→3.6.23.14.1→3.15.06.0.3→6.1.76.0.3→6.1.71.9.0→1.10.02.2.21→2.3.202.2.21→2.3.202.2.21→2.3.202.2.21→2.3.20Release Notes
mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin)
v3.6.3Compare Source
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
v3.6.2Compare Source
🚀 New features and improvements
📦 Dependency updates
kotest/kotest (io.kotest:kotest-assertions-core-jvm)
v6.1.7Compare Source
v6.1.6Compare Source
v6.1.5Compare Source
What's Changed
kotlin-compile-testingto version 0.12.1 to support Kotlin 2.3 by @sksamuel in #5736Full Changelog: kotest/kotest@v6.1.4...v6.1.5
v6.1.4Compare Source
v6.1.3Compare Source
What's Changed
New Contributors
Full Changelog: kotest/kotest@v6.1.2...v6.1.3
v6.1.2Compare Source
What's Changed
Full Changelog: kotest/kotest@6.1.2...v6.1.2
v6.1.1Compare Source
What's Changed
ktor-server-coredependency. by @sksamuel in #5587Full Changelog: kotest/kotest@v6.1.0...v6.1.1
v6.1.0Compare Source
The first Kotest release of 2026 is here - 6.1 'Bouncing Boimler'
What's Changed
beBooleanmatcher public by @LeoColman in #5241kotlin-compile-testingto version 0.11.0 inlibs.versions.toml. by @sksamuel in #5251shouldContainAllInAnyOrdermatchers for collections by @sksamuel in #5228InstancePerLeafandInstancePerTest(issue #5261) by @alfonsoristorato in #5274RootTestWithConfigBuilderandRootContainerWithConfigBuilderby @alfonsoristorato in #5315New Contributors
Full Changelog: kotest/kotest@v6.0.7...v6.1.0
v6.0.7Compare Source
What's Changed
Full Changelog: kotest/kotest@v6.0.6...v6.0.7
v6.0.6Compare Source
What's Changed
InstancePerLeafby @T45K in #5201Full Changelog: kotest/kotest@v6.0.5...v6.0.6
v6.0.5Compare Source
What's Changed
InstancePerLeaftests fail when a test leaf has siblings by @T45K in #5139spring.boot.starter.webdependency fromjvmMaintojvmTest. by @sksamuel in #5146shouldBeEqualToUsingFieldswith different types by @alfonsoristorato in #5124shouldBeEqualToDifferentTypeIgnoringFieldsby @alfonsoristorato in #5194SpringExtensionopen and introduce variants by @sksamuel in #5195New Contributors
Full Changelog: kotest/kotest@6.0.4...v6.0.5
v6.0.4Compare Source
What's Changed
PackageConfigchecked bug by @alfonsoristorato in #5131afterSpechooks onInstancePerLeafcorrectly by @T45K in #5114eventuallyby @sksamuel in #5134New Contributors
Full Changelog: kotest/kotest@v6.0.3...v6.0.4
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.10.0==================
This release is based on Kotlin 2.3.0 and contains all of the changes from 1.10.0-RC.
The only additional change is a fix for ProtoBuf packing of Kotlin unsigned types (#3079).
Big thanks to KosmX for contributing the fix.
Stabilization of APIs
kotlinx-serialization 1.10 and subsequent releases will be focused on stabilization of existing APIs.
The following APIs and configuration options are no longer experimental because they're widely used without any known major issues:
Jsonconfiguration options:decodeEnumsCaseInsensitive,allowTrailingComma,allowComments, andprettyPrintIndent. (#3100)@EncodeDefaultannotation and its modes. (#3106)JsonUnquotedLiteralconstructor function (#2900)JsonPrimitiveconstructor function overloads that accept unsigned types. (#3117)JsonElementwithNothing?overloads. (#3117)Readiness for return value checker
Kotlin 2.3.0 introduces a new feature aimed
at helping you to catch bugs related to the accidentally ignored return value of the function.
kotlinx-serialization 1.10.0-RC code is fully marked for this feature, meaning that you
can get warnings for unused function calls like
Json.encodeToString(...).To get the warnings, the feature has to be enabled in your project as described here.
Polymorphism improvements
Polymorphic serialization received a couple of improvements in this release:
New
subclassesOfSealedutility to automatically register sealed subclasses serializers in polymorphic modules (#2201).Use it in your
SerializersModulewhen configuring a polymorphic hierarchy which contains both abstract and sealed classes.For example, when root of your hierarchy is an
interface, but most of your inheritors aresealedclasses.The new function will register all known sealed subclasses for you, so you don’t need to list them one by one.
This makes writing your
SerializerModules much faster and simpler.Big thanks to Paul de Vrieze for contributing this feature.
Class discriminator conflict check rework (#3105).
If a payload already contains a property with the same name as the configured discriminator (for example,
type),it is called a class discriminator conflict.
To produce a correct output and allow more inputs to be deserialized at the same time, the following changes were made:
JsonNamingStrategytransformations are now detected during serialization as well and will causeSerializationException.It also affects non-polymorphic classes.
ClassDisciminatorMode.ALL_JSON_OBJECTSandSerializersModuleBuilder.polymorphicDefaultSerializerare also detected.Previously, it was possible in the sealed hierarchies alone due to missing assertion. See #1664 for details.
General improvements
.serialNametoMissingFieldExceptionfor clearer diagnostics. (#3114)Automatic-Module-Nameentries for metadata JARs. (#3109)Bugfixes
BIGNUM_NEGATIVEtag name. (#3090)JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-serialization)
v2.3.20: Kotlin 2.3.20Compare Source
Changelog
Analysis API. FIR
New Features
KT-78090Implement stubs support for new conditional returns and holdsIn contractsFixes
KT-82948'FirRegularClass' expected as a containing declaration, got 'FirTypeAliasImpl'KT-83467Package-level JSpecify annotations are ignored when coming from jars or librariesKT-82057K2. Cannot infer type parameter 'R' in Ktor routing post() function with explicit response typeKT-82846AA: unresolved KtExpression.expressionType for the reference to the parameter with default valueKT-80485False positive UNRESOLVED_REFERENCE on nested interface from super-super class in the super type position inside an anonymous objectKT-82772Flaky false positive deprecation warning on PersistentMap.put in Kotlin repo in IDE modeKT-76487StdLibSourcesLazyDeclarationResolveTestGenerated.testWrappedInt is unstableKT-82618Various tests are failing with NPE in kt-master after updating the compiler on 19.11.25KT-82076Error querying members of JavaClass created for SymbolLightClassForAnnotationClass during library analysisKT-71596Include Js/Wasi checkers in AbstractLLFirDiagnosticsCollectorKT-82085No OUTER_CLASS_ARGUMENTS_REQUIRED on type parameter bound in IDEKT-81873Provide a way of including traces in phase JFR eventsKT-71929Consider leaving the non-post-compute version at EnhancementSymbolsCache.enhancedFunctionsAnalysis API. Infrastructure
KT-83173Analysis API Tests: Library names with RC versions aren't sanitisedKT-65140LL FIR: Implement AbstraConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.