{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":403145853,"defaultBranch":"master","name":"mulkcms2","ownerLogin":"benkard","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-04T20:01:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57626?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1691340697.0","currentOid":""},"activityList":{"items":[{"before":"34873c2a97d349731a1b5bc509345784a6497a3a","after":"634da8356783c78edcf96a4da22abbe7f394696c","ref":"refs/heads/master","pushedAt":"2024-08-26T06:02:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v2 (mulk/mulkcms2!57)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | major | `1.9.22` -> `2.0.20` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v2.0.20`](https://github.com/JetBrains/kotlin/releases/tag/v2.0.20): Kotlin 2.0.20\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20)\n\n#### Changelog\n\n##### Analysis. API\n\n##### New Features\n\n- [`KT-68143`](https://youtrack.jetbrains.com/issue/KT-68143) Analysis API: support KtWhenConditionInRange call resolution\n\n##### Performance Improvements\n\n- [`KT-67195`](https://youtrack.jetbrains.com/issue/KT-67195) K2: do not call redundant resolve on body resolution phase for classes\n\n##### Fixes\n\n- [`KT-67360`](https://youtrack.jetbrains.com/issue/KT-67360) Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol\n- [`KT-67748`](https://youtrack.jetbrains.com/issue/KT-67748) K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall\n- [`KT-68198`](https://youtrack.jetbrains.com/issue/KT-68198) Analysis API: Support application service registration in plugin XMLs\n- [`KT-62936`](https://youtrack.jetbrains.com/issue/KT-62936) Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native\n- [`KT-68689`](https://youtrack.jetbrains.com/issue/KT-68689) LL API: support analysis from builtins module\n- [`KT-69630`](https://youtrack.jetbrains.com/issue/KT-69630) KAPT User project builds with KAPT4 enabled fail with Metaspace overflow\n- [`KT-65417`](https://youtrack.jetbrains.com/issue/KT-65417) K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets\n- [`KT-68882`](https://youtrack.jetbrains.com/issue/KT-68882) Analysis API: Refactor `KaSymbol`s\n- [`KT-65413`](https://youtrack.jetbrains.com/issue/KT-65413) K2 IDE: KTOR unresolved serializer() call for `@Serializable` class in common code\n- [`KT-67996`](https://youtrack.jetbrains.com/issue/KT-67996) Analysis API: rename Kt prefix to Ka\n- [`KT-67775`](https://youtrack.jetbrains.com/issue/KT-67775) Analysis API: expose only interfaces/abstract classes for the user surface\n- [`KT-68009`](https://youtrack.jetbrains.com/issue/KT-68009) K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception\n- [`KT-68918`](https://youtrack.jetbrains.com/issue/KT-68918) collectCallCandidates works incorrectly for parenthesis invoke\n- [`KT-68462`](https://youtrack.jetbrains.com/issue/KT-68462) Analysis API: Integrate `project-structure` module into `analysis-api` and `analysis-api-platform-interface`\n- [`KT-69131`](https://youtrack.jetbrains.com/issue/KT-69131) AA: \"provideDelegate\" operator is not resolved from the delegation reference in FIR implementation\n- [`KT-69055`](https://youtrack.jetbrains.com/issue/KT-69055) Analysis API: Stabilize `KaScope`s\n- [`KT-66216`](https://youtrack.jetbrains.com/issue/KT-66216) K2 IDE. \"FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null\" on incorrect string template\n- [`KT-68959`](https://youtrack.jetbrains.com/issue/KT-68959) Introduce KaSeverity\n- [`KT-53669`](https://youtrack.jetbrains.com/issue/KT-53669) Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations\n- [`KT-68846`](https://youtrack.jetbrains.com/issue/KT-68846) Mark KaFirReference and all implementations with internal modifier\n- [`KT-68845`](https://youtrack.jetbrains.com/issue/KT-68845) Move KaSymbolBasedReference to resolution package\n- [`KT-68844`](https://youtrack.jetbrains.com/issue/KT-68844) Move KaTypeProjection to types package\n- [`KT-65849`](https://youtrack.jetbrains.com/issue/KT-65849) K2: Rename 'high-level-api' family of JARs to 'analysis-api'\n- [`KT-62540`](https://youtrack.jetbrains.com/issue/KT-62540) Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin\n- [`KT-62889`](https://youtrack.jetbrains.com/issue/KT-62889) K2 IDE. FP `MISSING_DEPENDENCY_CLASS` on not available type alias with available underlying type\n- [`KT-68155`](https://youtrack.jetbrains.com/issue/KT-68155) Analysis API: Add PSI validity check to `analyze`\n- [`KT-62343`](https://youtrack.jetbrains.com/issue/KT-62343) Analysis API: fix binary incopatibility problems cause by `KtAnalysisSessionProvider.analyze` being inline\n- [`KT-68498`](https://youtrack.jetbrains.com/issue/KT-68498) To get reference symbol the one should be KtSymbolBasedReference\n- [`KT-68393`](https://youtrack.jetbrains.com/issue/KT-68393) Analysis API: Rename `KaClassLikeSymbol. classIdIfNonLocal` to `classId`\n- [`KT-62924`](https://youtrack.jetbrains.com/issue/KT-62924) Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId\n- [`KT-66712`](https://youtrack.jetbrains.com/issue/KT-66712) K2 IDE. SOE on settings string template for string variable with the same name\n- [`KT-65892`](https://youtrack.jetbrains.com/issue/KT-65892) K2: \"We should be able to find a symbol\" for findNonLocalFunction\n- [`KT-68273`](https://youtrack.jetbrains.com/issue/KT-68273) AA: support `KtFirKDocReference#isReferenceToImportAlias`\n- [`KT-68272`](https://youtrack.jetbrains.com/issue/KT-68272) AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor\n- [`KT-66996`](https://youtrack.jetbrains.com/issue/KT-66996) Analysis API: Expose the abbreviated type of an expanded `KtType`\n- [`KT-66646`](https://youtrack.jetbrains.com/issue/KT-66646) K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject\n- [`KT-68203`](https://youtrack.jetbrains.com/issue/KT-68203) K2: Analysis API: wrong type of receiver value in case of imported object member\n- [`KT-68031`](https://youtrack.jetbrains.com/issue/KT-68031) LL resolve crash in case of PCLA inference with local object\n- [`KT-67851`](https://youtrack.jetbrains.com/issue/KT-67851) K2: `PsiReference#isReferenceTo` always returns false for references to Java getters\n- [`KT-68076`](https://youtrack.jetbrains.com/issue/KT-68076) AA: use type code fragments for import alias detection\n- [`KT-65915`](https://youtrack.jetbrains.com/issue/KT-65915) K2: Analysis API: extract services registration into xml file\n- [`KT-68049`](https://youtrack.jetbrains.com/issue/KT-68049) Analysis API: do not expose imported symbols\n- [`KT-68075`](https://youtrack.jetbrains.com/issue/KT-68075) K2: Analysis API: Type arguments for delegation constructor to java constructor with type parameters not supported\n- [`KT-65190`](https://youtrack.jetbrains.com/issue/KT-65190) AA: reference to the super type is not resolved\n- [`KT-68070`](https://youtrack.jetbrains.com/issue/KT-68070) AA: KtExpressionInfoProvider#isUsedAsExpression doesn't work for KtPropertyDelegate\n- [`KT-67743`](https://youtrack.jetbrains.com/issue/KT-67743) K2: Stubs & AbbreviatedTypeAttribute\n- [`KT-67706`](https://youtrack.jetbrains.com/issue/KT-67706) K2: \"KtDotQualifiedExpression is not a subtype of class KtNamedDeclaration\" from UnusedChecker\n- [`KT-68021`](https://youtrack.jetbrains.com/issue/KT-68021) Analysis API: do not break the diagnostic collection in a case of exception from some collector\n- [`KT-67973`](https://youtrack.jetbrains.com/issue/KT-67973) AA FIR: wrong KtCall modeling for == from type bound\n- [`KT-67949`](https://youtrack.jetbrains.com/issue/KT-67949) AA: Type arguments of Java methods' calls are not reported as used by KtFirImportOptimizer\n- [`KT-67988`](https://youtrack.jetbrains.com/issue/KT-67988) AA: functional type at receiver position should be wrapped in parenthesis\n- [`KT-66536`](https://youtrack.jetbrains.com/issue/KT-66536) Analysis API: ContextCollector doesn't provide implicit receivers from FirExpressionResolutionExtension\n- [`KT-67321`](https://youtrack.jetbrains.com/issue/KT-67321) AA: Type arguments of Java methods' calls are not resolved\n- [`KT-64158`](https://youtrack.jetbrains.com/issue/KT-64158) K2: \"KotlinIllegalArgumentExceptionWithAttachments: No fir element was found for KtParameter\"\n- [`KT-60344`](https://youtrack.jetbrains.com/issue/KT-60344) K2 IDE. \"KotlinExceptionWithAttachments: expect `createKtCall` to succeed for resolvable case with callable symbol\" on attempt to assign value to param named getParam\n- [`KT-64599`](https://youtrack.jetbrains.com/issue/KT-64599) K2: \"expect `createKtCall` to succeed for resolvable case with callable\" for unfinished if statement\n- [`KT-60330`](https://youtrack.jetbrains.com/issue/KT-60330) K2 IDE. \".KotlinExceptionWithAttachments: expect `createKtCall` to succeed for resolvable case with callable symbol\" on attempt to assign or compare true with something\n- [`KT-66672`](https://youtrack.jetbrains.com/issue/KT-66672) K2 IDE. False positive INVISIBLE_REFERENCE on accessing private subclass as type argument in parent class declaration\n- [`KT-67750`](https://youtrack.jetbrains.com/issue/KT-67750) Analysis API: Remove `infix` modifiers from type equality and subtyping functions\n- [`KT-67655`](https://youtrack.jetbrains.com/issue/KT-67655) Analysis API: declare a rule how to deal with parameters in KtLifetimeOwner\n- [`KT-61775`](https://youtrack.jetbrains.com/issue/KT-61775) Analysis API: KtKClassAnnotationValue lacks complete type information\n- [`KT-67168`](https://youtrack.jetbrains.com/issue/KT-67168) K2: Analysis API: Rendering is broken for JSR-305 enhanced Java types\n- [`KT-66689`](https://youtrack.jetbrains.com/issue/KT-66689) Analysis API: KtFirPackageScope shouldn't rely on KotlinDeclarationProvider for binary dependencies in standalone mode\n- [`KT-60483`](https://youtrack.jetbrains.com/issue/KT-60483) Analysis API: add isTailrec property to KtFunctionSymbol\n- [`KT-67472`](https://youtrack.jetbrains.com/issue/KT-67472) K2: Analysis API FIR: KtFunctionCall misses argument with desugared expressions\n- [`KT-65759`](https://youtrack.jetbrains.com/issue/KT-65759) Analysis API: Avoid hard references to `LLFirSession` in session validity trackers\n- [`KT-60272`](https://youtrack.jetbrains.com/issue/KT-60272) K2: Implement active invalidation of `KtAnalysisSession`s\n- [`KT-66765`](https://youtrack.jetbrains.com/issue/KT-66765) K2: Analysis API: support classpath substitution with library dependencies in super type transformer\n- [`KT-67265`](https://youtrack.jetbrains.com/issue/KT-67265) K2: status phase should resolve original declarations in the case of classpath subsitution\n- [`KT-67244`](https://youtrack.jetbrains.com/issue/KT-67244) K2: StackOverflowError in the case of cyclic type hierarchy and library classpath substitution\n- [`KT-67080`](https://youtrack.jetbrains.com/issue/KT-67080) K2: clearer contract for lazyResolveToPhaseWithCallableMembers\n- [`KT-66713`](https://youtrack.jetbrains.com/issue/KT-66713) K2 FIR: Expose a way to get the module name used for name mangling\n- [`KT-61892`](https://youtrack.jetbrains.com/issue/KT-61892) KtType#asPsiType could provide nullability annotations\n- [`KT-66122`](https://youtrack.jetbrains.com/issue/KT-66122) Analysis API: Pass `KtTestModule` instead of `TestModule` to tests based on `AbstractAnalysisApiBasedTest`\n\n##### Analysis. Light Classes\n\n- [`KT-65714`](https://youtrack.jetbrains.com/issue/KT-65714) K2: IDE K2: \"org.jetbrains.kotlin.analysis.api.fir.symbols.pointers.KtFirClassLikeSymbolPointer pointer already disposed\"\n- [`KT-65835`](https://youtrack.jetbrains.com/issue/KT-65835) `SymbolLightClassForClassLike.getName` returns `null` for a companion object instead of `Companion`\n- [`KT-68261`](https://youtrack.jetbrains.com/issue/KT-68261) SLC: Constructors of sealed classes should be private\n- [`KT-68696`](https://youtrack.jetbrains.com/issue/KT-68696) Drop `DecompiledPsiDeclarationProvider`-related stuff\n- [`KT-68404`](https://youtrack.jetbrains.com/issue/KT-68404) SLC: wrong binary resolution to declaration with `@JvmName`\n- [`KT-68275`](https://youtrack.jetbrains.com/issue/KT-68275) LC: no arg constructor is not visible in light classes\n- [`KT-66687`](https://youtrack.jetbrains.com/issue/KT-66687) Symbol Light Classes: Duplicate field names for classes with companion objects\n- [`KT-66804`](https://youtrack.jetbrains.com/issue/KT-66804) Symbol Light Classes: Fields from the parent interface's companion are added to DefaultImpls\n\n##### Apple Ecosystem\n\n- [`KT-65542`](https://youtrack.jetbrains.com/issue/KT-65542) Cinterop tasks fails if Xcode 15.3 is used\n\n##### Backend. Native. Debug\n\n- [`KT-67567`](https://youtrack.jetbrains.com/issue/KT-67567) Native: after updating to LLVM 16 lldb hangs when smooth stepping\n\n##### Backend. Wasm\n\n- [`KT-70591`](https://youtrack.jetbrains.com/issue/KT-70591) To much sources that don't exist inside SourceMap file\n- [`KT-69529`](https://youtrack.jetbrains.com/issue/KT-69529) compileProductionExecutableKotlinWasmJs FAILED: No such value argument slot in IrConstructorCallImpl: 1 (total=1)\n- [`KT-68088`](https://youtrack.jetbrains.com/issue/KT-68088) Wasm: \"UNREACHABLE executed at Precompute.cpp:838\" running gradle task wasmJsBrowserDistribution for compose multiplatform on Windows\n- [`KT-65798`](https://youtrack.jetbrains.com/issue/KT-65798) K/Wasm: make an error on default export usage\n- [`KT-68828`](https://youtrack.jetbrains.com/issue/KT-68828) Wasm test failure. expect-actual. private constructor in expect\n- [`KT-68453`](https://youtrack.jetbrains.com/issue/KT-68453) K/Wasm: \"Supported JS engine not detected\" in Web Worker\n- [`KT-64565`](https://youtrack.jetbrains.com/issue/KT-64565) Kotlin/wasm removeEventListener function did not remove the event listener\n- [`KT-65322`](https://youtrack.jetbrains.com/issue/KT-65322) \\[Wasm] Clean-up bootstrap code\n- [`KT-66099`](https://youtrack.jetbrains.com/issue/KT-66099) Wasm: local.get of type f64 has to be in the same reference type hierarchy as (ref 686) @​+237036\n- [`KT-63230`](https://youtrack.jetbrains.com/issue/KT-63230) \\[WASM] `println(null)` prints 'ul'\n\n##### Compiler\n\n##### New Features\n\n- [`KT-58310`](https://youtrack.jetbrains.com/issue/KT-58310) Consider non-functional type constraints for type variable which is an expected type for lambda argument\n- [`KT-68969`](https://youtrack.jetbrains.com/issue/KT-68969) Consider implementing general \"redundant interpolation prefix\" warning\n- [`KT-57872`](https://youtrack.jetbrains.com/issue/KT-57872) Improve \"Public-API inline function cannot access non-public-API\" check\n- [`KT-68165`](https://youtrack.jetbrains.com/issue/KT-68165) Native: type checks on generic types boundary\n- [`KT-67611`](https://youtrack.jetbrains.com/issue/KT-67611) Implement improved handling of $ in literals\n- [`KT-67787`](https://youtrack.jetbrains.com/issue/KT-67787) Implement guard conditions for when-with-subject\n- [`KT-39868`](https://youtrack.jetbrains.com/issue/KT-39868) Allow access to protected consts and fields from a super companion object\n- [`KT-66169`](https://youtrack.jetbrains.com/issue/KT-66169) `useContents` lacks a `contract`\n- [`KT-67767`](https://youtrack.jetbrains.com/issue/KT-67767) Introduce an ability to enforce explicit return types for public declarations without enabling Explicit API mode\n- [`KT-65841`](https://youtrack.jetbrains.com/issue/KT-65841) Allow to actualize expect types in kotlin stdlib to builtins in JVM\n- [`KT-53834`](https://youtrack.jetbrains.com/issue/KT-53834) Support for JSpecify `@NullUnmarked`\n\n##### Performance Improvements\n\n- [`KT-69995`](https://youtrack.jetbrains.com/issue/KT-69995) K2: Slow compilation when star projecting mutually recursive bounds from java\n- [`KT-69723`](https://youtrack.jetbrains.com/issue/KT-69723) K2: code analysis taking too long\n- [`KT-69898`](https://youtrack.jetbrains.com/issue/KT-69898) K2: Performance degradation in fir2ir caused by changes around intersection types\n- [`KT-68034`](https://youtrack.jetbrains.com/issue/KT-68034) Devirtualization analysis fails to devirtualize string.get\n\n##### Fixes\n\n- [`KT-67102`](https://youtrack.jetbrains.com/issue/KT-67102) IR Evaluator: NoSuchFieldException when accessing a private delegated property\n- [`KT-35305`](https://youtrack.jetbrains.com/issue/KT-35305) \"Overload resolution ambiguity\" on function for unsigned types (UByte, UShort, UInt, ULong)\n- [`KT-69211`](https://youtrack.jetbrains.com/issue/KT-69211) K2: java.lang.IllegalArgumentException: Failed requirement\n- [`KT-68874`](https://youtrack.jetbrains.com/issue/KT-68874) Types with different captured types as type arguments are rendered incorrectly\n- [`KT-66086`](https://youtrack.jetbrains.com/issue/KT-66086) K/N: Unchecked illegal cast is not thrown\n- [`KT-70186`](https://youtrack.jetbrains.com/issue/KT-70186) Kotlin 2.0.20-Beta2: Unexpected number of type arguments: 0\n- [`KT-68889`](https://youtrack.jetbrains.com/issue/KT-68889) K2: type variable should not be fixed\n- [`KT-69835`](https://youtrack.jetbrains.com/issue/KT-69835) K2 / Native: kotlin.native.binary.gc=cms throws library cached but its dependency isn't error\n- [`KT-70417`](https://youtrack.jetbrains.com/issue/KT-70417) DELEGATED_MEMBER_HIDES_SUPERTYPE_OVERRIDE leads to NPE in BE\n- [`KT-69964`](https://youtrack.jetbrains.com/issue/KT-69964) K2: Returning from an in-place lambda doesn't compile\n- [`KT-69773`](https://youtrack.jetbrains.com/issue/KT-69773) K2: \"Overload resolution ambiguity between candidate\" with arrays\n- [`KT-60261`](https://youtrack.jetbrains.com/issue/KT-60261) K2: No origin is set for composite assignment operators\n- [`KT-15388`](https://youtrack.jetbrains.com/issue/KT-15388) Forbid delegated property to have external getter/setter\n- [`KT-70238`](https://youtrack.jetbrains.com/issue/KT-70238) K2: false negative VOLATILE_ON_VALUE for constructor properties\n- [`KT-68669`](https://youtrack.jetbrains.com/issue/KT-68669) K2: Generate inherited delegated members after actualization\n- [`KT-63828`](https://youtrack.jetbrains.com/issue/KT-63828) K2: Missing `signature` metadata for accessors of properties inherited from delegate\n- [`KT-63871`](https://youtrack.jetbrains.com/issue/KT-63871) K2: different value of ` isNotDefault ` flag for property inherited from delegate\n- [`KT-67119`](https://youtrack.jetbrains.com/issue/KT-67119) Migration warning from context receivers to context parameters\n- [`KT-68997`](https://youtrack.jetbrains.com/issue/KT-68997) K2: \"No accessor found\" for an inline value class when query the value of a delegated class by reflection\n- [`KT-64106`](https://youtrack.jetbrains.com/issue/KT-64106) Native: the compiler allows using `-opt` and `-g` at the same time\n- [`KT-69766`](https://youtrack.jetbrains.com/issue/KT-69766) K2: False negative: Internal setter of generic class is accessible from another module\n- [`KT-68364`](https://youtrack.jetbrains.com/issue/KT-68364) JVM: ISE \"Bad exception handler end\" on a non-local break/continue inside try with finally\n- [`KT-69494`](https://youtrack.jetbrains.com/issue/KT-69494) StackOverflowError in CfgTraverserKt.getPreviousCfgNodes\n- [`KT-56880`](https://youtrack.jetbrains.com/issue/KT-56880) K2. Conflicting overloads for main() isn't shown when language version is set to 2.0\n- [`KT-69282`](https://youtrack.jetbrains.com/issue/KT-69282) K2: equality of unsigned types with nullability works incorrectly\n- [`KT-68492`](https://youtrack.jetbrains.com/issue/KT-68492) JVM IR backend: IDE / Kotlin Debugger: AE β€œNon-reified type parameter under ::class should be rejected by type checker” on evaluating private generic function\n- [`KT-70039`](https://youtrack.jetbrains.com/issue/KT-70039) K2: inconsistent stability of vals of captured receivers\n- [`KT-44139`](https://youtrack.jetbrains.com/issue/KT-44139) Don't report overload resolution ambiguities if arguments contain an error type\n- [`KT-68996`](https://youtrack.jetbrains.com/issue/KT-68996) K2: \"Not enough information to infer type argument\" caused by typealias annotation with fixed generic argument\n- [`KT-55851`](https://youtrack.jetbrains.com/issue/KT-55851) K2: reference to a field from package private class crashes in runtime\n- [`KT-65038`](https://youtrack.jetbrains.com/issue/KT-65038) K2: Type alias from indirect dependency causes `MISSING_DEPENDENCY_CLASS` error\n- [`KT-61875`](https://youtrack.jetbrains.com/issue/KT-61875) Native: remove support for bitcode embedding\n- [`KT-67693`](https://youtrack.jetbrains.com/issue/KT-67693) Implement checkers for K1 compiler which will check the usage of K2 new features and report that they are not supported in K1 compiler\n- [`KT-68556`](https://youtrack.jetbrains.com/issue/KT-68556) K2: false negative MROPERTY_WITH_NO_TYPE_NO_INITIALIZER on uninitialized property without type\n- [`KT-60445`](https://youtrack.jetbrains.com/issue/KT-60445) K2/Java: investigate possible symbol clash while enhancing Java class type parameter bounds\n- [`KT-64193`](https://youtrack.jetbrains.com/issue/KT-64193) K2: No smartcast with two boolean expressions in a row\n- [`KT-65546`](https://youtrack.jetbrains.com/issue/KT-65546) K2. implement extended checker for unused anonymous parameter in lambda\n- [`KT-68358`](https://youtrack.jetbrains.com/issue/KT-68358) `@EnhancedNullability` is missing on value parameter type after inheritance by delegation with strict JSpecify enabled\n- [`KT-67791`](https://youtrack.jetbrains.com/issue/KT-67791) False negative \"Synchronizing by Meters is forbidden\" with inline value classes\n- [`KT-69495`](https://youtrack.jetbrains.com/issue/KT-69495) k2: inconsistent output of unsigned number in string templates\n- [`KT-69619`](https://youtrack.jetbrains.com/issue/KT-69619) K2. JAVA_TYPE_MISMATCH when Kotlin out generic type used in Java\n- [`KT-69563`](https://youtrack.jetbrains.com/issue/KT-69563) trying to call `.source` on `FirPackageFragmentDescriptor` results in exception\n- [`KT-69611`](https://youtrack.jetbrains.com/issue/KT-69611) Internal annotation FlexibleArrayElementVariance is written to output jar\n- [`KT-69463`](https://youtrack.jetbrains.com/issue/KT-69463) K2: false negative SUPER_CALL_WITH_DEFAULT_PARAMETERS with expect/actual declarations\n- [`KT-68724`](https://youtrack.jetbrains.com/issue/KT-68724) K2: \"ABSTRACT_MEMBER_NOT_IMPLEMENTED\" caused by open modifier on interface\n- [`KT-69182`](https://youtrack.jetbrains.com/issue/KT-69182) K2: OptIn on enum companion blocks enum constants\n- [`KT-69191`](https://youtrack.jetbrains.com/issue/KT-69191) K2: \"Unresolved reference\" caused by nested data objects\n- [`KT-69569`](https://youtrack.jetbrains.com/issue/KT-69569) Wrong paths when one type has multiple annotated arguments\n- [`KT-55128`](https://youtrack.jetbrains.com/issue/KT-55128) Wrong type path in type annotations when type arguments are compiled to wildcards\n- [`KT-67692`](https://youtrack.jetbrains.com/issue/KT-67692) Native: support LLVM opaque pointers in the compiler\n- [`KT-69402`](https://youtrack.jetbrains.com/issue/KT-69402) FirSupertypeResolverVisitor: ConcurrentModificationException\n- [`KT-69062`](https://youtrack.jetbrains.com/issue/KT-69062) K1: false-negative \"unsupported feature\" error on multi-dollar interpolation\n- [`KT-68967`](https://youtrack.jetbrains.com/issue/KT-68967) Consider demoting warnings about multi-dollar interpolation to IJ inspections\n- [`KT-68957`](https://youtrack.jetbrains.com/issue/KT-68957) False-negative diagnostics about multi-dollar interpolation on string literals without interpolation\n- [`KT-69476`](https://youtrack.jetbrains.com/issue/KT-69476) False negative NO_ELSE_IN_WHEN on when over intersection type with expect enum/sealed class\n- [`KT-67069`](https://youtrack.jetbrains.com/issue/KT-67069) K2: Delegated member calls interface method instead of fake override\n- [`KT-63864`](https://youtrack.jetbrains.com/issue/KT-63864) K2: Missing abbreviated type in metadata\n- [`KT-59833`](https://youtrack.jetbrains.com/issue/KT-59833) K2: Stop modifying values of enum entries\n- [`KT-69421`](https://youtrack.jetbrains.com/issue/KT-69421) K2: Resolve changed from delegated function to java default function\n- [`KT-69392`](https://youtrack.jetbrains.com/issue/KT-69392) K2: \"UNSAFE_CALL\": when with some variable subjects does not smartcast the variable\n- [`KT-69053`](https://youtrack.jetbrains.com/issue/KT-69053) K2: Unsupported intersection overrides for fields\n- [`KT-69227`](https://youtrack.jetbrains.com/issue/KT-69227) K2: \"Argument type mismatch\" caused by generic typealias and upper bound\n- [`KT-31371`](https://youtrack.jetbrains.com/issue/KT-31371) NOT_YET_SUPPORTED_IN_INLINE: incorrect error message for local inline function\n- [`KT-49473`](https://youtrack.jetbrains.com/issue/KT-49473) MROTECTED_CALL_FROM_PUBLIC_INLINE_ERROR: specialize error message for 'inline' property\n- [`KT-49474`](https://youtrack.jetbrains.com/issue/KT-49474) NON_PUBLIC_CALL_FROM_PUBLIC_INLINE: specialize error message for 'inline' property\n- [`KT-49503`](https://youtrack.jetbrains.com/issue/KT-49503) SUPER_CALL_FROM_PUBLIC_INLINE_ERROR: specialize error message for 'inline' property\n- [`KT-11302`](https://youtrack.jetbrains.com/issue/KT-11302) On inapplicable '`@JvmStatic`' annotation, highlight only the annotation, not the function signature\n- [`KT-59510`](https://youtrack.jetbrains.com/issue/KT-59510) K2: do not render annotations in the deprecation diagnostic\n- [`KT-68532`](https://youtrack.jetbrains.com/issue/KT-68532) \"This code uses error suppression for 'INAPPLICABLE_JVM_NAME'. While it might compile and work, the compiler behavior is UNSPECIFIED and WON'T BE MRESERVED\"\n- [`KT-68859`](https://youtrack.jetbrains.com/issue/KT-68859) K2: unable to suppress only \"JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE\"\n- [`KT-68469`](https://youtrack.jetbrains.com/issue/KT-68469) \\[K2] MISSING_DEPENDENCY_CLASS caused by redundant `@file`:JvmName\n- [`KT-68999`](https://youtrack.jetbrains.com/issue/KT-68999) K2: Unify the style of FIR generator with IR and SIR tree-generators\n- [`KT-66061`](https://youtrack.jetbrains.com/issue/KT-66061) Kotlin/Native - building shared module for iOS - Argument list too long\n- [`KT-49420`](https://youtrack.jetbrains.com/issue/KT-49420) Suspicious behaviour of frontend in case of DefinitelyNotNull type overload\n- [`KT-59752`](https://youtrack.jetbrains.com/issue/KT-59752) K2: \"Conflicting overloads\" if function with same signature added to different contexts\n- [`KT-68618`](https://youtrack.jetbrains.com/issue/KT-68618) K1: Unresolved reference for qualified this in implicit type\n- [`KT-25341`](https://youtrack.jetbrains.com/issue/KT-25341) NOT_YET_SUPPORTED_IN_INLINE reported over anonymous object border\n- [`KT-69215`](https://youtrack.jetbrains.com/issue/KT-69215) K2: IllegalArgumentException for delegated function in anonymous object with captured type parameters\n- [`KT-69044`](https://youtrack.jetbrains.com/issue/KT-69044) Destructuring declaration shouldn't be possible in declaration in when\n- [`KT-69028`](https://youtrack.jetbrains.com/issue/KT-69028) K2: `FirJvmActualizingBuiltinSymbolProvider` returns `null` on builtins declarations if common source-set is not presented\n- [`KT-15704`](https://youtrack.jetbrains.com/issue/KT-15704) Rethink usage of term \"type annotation\" in error messages\n- [`KT-68970`](https://youtrack.jetbrains.com/issue/KT-68970) K2. Argument type mismatch caused by out projection in inferred type from if - else\n- [`KT-68800`](https://youtrack.jetbrains.com/issue/KT-68800) K2: Delete `ConeAttributes.plus` method\n- [`KT-59389`](https://youtrack.jetbrains.com/issue/KT-59389) K2: Missing AMBIGUOUS_LABEL\n- [`KT-68803`](https://youtrack.jetbrains.com/issue/KT-68803) K2: Smart cast fails with \"Unresolved reference\" when `@Suppress`(\"UNCHECKED_CAST\") used in statement\n- [`KT-68968`](https://youtrack.jetbrains.com/issue/KT-68968) K2: Missing ILLEGAL_SUSPEND_FUNCTION_CALL diagnostic in initialization code of a local class inside suspend function\n- [`KT-68336`](https://youtrack.jetbrains.com/issue/KT-68336) K2 does not seem to pass the right constructor arguments to custom scripts\n- [`KT-68517`](https://youtrack.jetbrains.com/issue/KT-68517) \"IrSimpleFunctionSymbolImpl is unbound\" for actual class containing non-actual functions\n- [`KT-59678`](https://youtrack.jetbrains.com/issue/KT-59678) K2: Investigate `ConeKotlinType.unCapture()`\n- [`KT-69027`](https://youtrack.jetbrains.com/issue/KT-69027) K2: Initialize `FirStdlibBuiltinSyntheticFunctionInterfaceProvider` in library session\n- [`KT-62818`](https://youtrack.jetbrains.com/issue/KT-62818) K2: improve VAR_OVERRIDDEN_BY_VAL diagnostic message\n- [`KT-68214`](https://youtrack.jetbrains.com/issue/KT-68214) Rename TypeApproximatorConfiguration properties for clarity\n- [`KT-68093`](https://youtrack.jetbrains.com/issue/KT-68093) Implement deprecation of smartcasts on class-delegated properties\n- [`KT-67270`](https://youtrack.jetbrains.com/issue/KT-67270) Native: report more performance metrics from the compiler\n- [`KT-68621`](https://youtrack.jetbrains.com/issue/KT-68621) DATA_CLASS_INVISIBLE_COPY_USAGE false negative for inline fun\n- [`KT-68568`](https://youtrack.jetbrains.com/issue/KT-68568) K2: False-positive ACCIDENTAL_OVERRIDE caused by missing dependency class\n- [`KT-66723`](https://youtrack.jetbrains.com/issue/KT-66723) K2: NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS for actual typealias that extends to Java class with complicated hierarchy that includes default method\n- [`KT-69000`](https://youtrack.jetbrains.com/issue/KT-69000) Can't render constructor of intersection type\n- [`KT-68849`](https://youtrack.jetbrains.com/issue/KT-68849) K2: \"ClassCastException: cannot be cast to kotlin.jvm.functions.Function2\" caused by passing lambda to SAM constructor results\n- [`KT-61744`](https://youtrack.jetbrains.com/issue/KT-61744) Native: -Xsave-llvm-ir-after fails to check errors from LLVMPrintModuleToFile\n- [`KT-67103`](https://youtrack.jetbrains.com/issue/KT-67103) Support AbbreviatedTypeAttribute for aliased types from the source code\n- [`KT-63921`](https://youtrack.jetbrains.com/issue/KT-63921) K2: different representation of recursive type aliases\n- [`KT-68679`](https://youtrack.jetbrains.com/issue/KT-68679) K2: \"Override has incorrect nullability in its signature compared to the overridden declaration\" caused by subclass of Android HashMap\n- [`KT-64335`](https://youtrack.jetbrains.com/issue/KT-64335) K2: improve rendering of captured types in diagnostic messages\n- [`KT-68820`](https://youtrack.jetbrains.com/issue/KT-68820) K2: \"Unresolved reference\" on calling function with \"contract\" name\n- [`KT-67933`](https://youtrack.jetbrains.com/issue/KT-67933) K2: no conversion between fun interfaces if target has `suspend`\n- [`KT-68230`](https://youtrack.jetbrains.com/issue/KT-68230) K2: FirMissingDependencyClassChecker: Not supported: ConeFlexibleType\n- [`KT-68531`](https://youtrack.jetbrains.com/issue/KT-68531) K2: False-negative error on assignment to enum entry\n- [`KT-68446`](https://youtrack.jetbrains.com/issue/KT-68446) K2: compile-time failure on smart-casted generic value used as a when-subject in a contains-check with range\n- [`KT-68678`](https://youtrack.jetbrains.com/issue/KT-68678) K2: Drop using `FirBuiltinSymbolProvider` while compiling JVM stdlib\n- [`KT-68382`](https://youtrack.jetbrains.com/issue/KT-68382) Get rid of context receivers in FirScript implementation\n- [`KT-68585`](https://youtrack.jetbrains.com/issue/KT-68585) Implement new rules for CFA about enum entries\n- [`KT-68110`](https://youtrack.jetbrains.com/issue/KT-68110) K2: \"Java type mismatch\" caused by spring.Nullable\n- [`KT-68613`](https://youtrack.jetbrains.com/issue/KT-68613) K2: False positive `CONFLICTING_MROJECTION` after fixing KT-67764\n- [`KT-67764`](https://youtrack.jetbrains.com/issue/KT-67764) K2: False negative: Projection problem is not reported in `is` expression\n- [`KT-67887`](https://youtrack.jetbrains.com/issue/KT-67887) Expection on assigning to private field of value type\n- [`KT-67801`](https://youtrack.jetbrains.com/issue/KT-67801) NSME on evaluating private member function with value class parameter\n- [`KT-67800`](https://youtrack.jetbrains.com/issue/KT-67800) NSME on evaluating private top-level function with value class parameter\n- [`KT-68542`](https://youtrack.jetbrains.com/issue/KT-68542) K2: Fix referecing to `@ExtensionFunctionType` if it's declared in source\n- [`KT-68188`](https://youtrack.jetbrains.com/issue/KT-68188) K2: Properly support FunctionN creation for stdlib compilation\n- [`KT-67946`](https://youtrack.jetbrains.com/issue/KT-67946) K2: Crash on red code: `Instead use FirErrorTypeRef for ERROR CLASS: Cannot infer argument for type parameter T`\n- [`KT-68526`](https://youtrack.jetbrains.com/issue/KT-68526) K2: false-negative inconsistent data class copy visibility warning on call to generic data class copy function\n- [`KT-68528`](https://youtrack.jetbrains.com/issue/KT-68528) K2: false-positive inconsistent data class copy visibility warning on call to function from another module with identical value parameter types and return type\n- [`KT-68525`](https://youtrack.jetbrains.com/issue/KT-68525) K2: false-negative inconsistent data class copy visibility warning on callable reference to data class copy function\n- [`KT-68617`](https://youtrack.jetbrains.com/issue/KT-68617) K2: Secondary constructors in a sealed class have private visibility instead of protected in the generated IR\n- [`KT-63920`](https://youtrack.jetbrains.com/issue/KT-63920) K2: Private secondary sealed class constructor is private in metadata, but protected in K1\n- [`KT-57996`](https://youtrack.jetbrains.com/issue/KT-57996) Usages of `Foo` `@Nullable` \\[]`produce only warnings even with`-Xtype-enhancement-improvements-strict-mode -Xjspecify-annotations=strict\\`\n- [`KT-68207`](https://youtrack.jetbrains.com/issue/KT-68207) K2: Investigate if losing ConeIntersectionType.upperBoundForApproximation during approximation leads to any issues\n- [`KT-64990`](https://youtrack.jetbrains.com/issue/KT-64990) K2: Remove usages of SymbolTable from FIR2IR\n- [`KT-67798`](https://youtrack.jetbrains.com/issue/KT-67798) NSME on assigning to private delegated property of value class\n- [`KT-68264`](https://youtrack.jetbrains.com/issue/KT-68264) K2: confusing INVISIBLE_\\* error when typealias is involved\n- [`KT-68529`](https://youtrack.jetbrains.com/issue/KT-68529) K2: false-negative redundant annotation warning on `@ExposedCopyVisibility` on data class with public constructor\n- [`KT-67943`](https://youtrack.jetbrains.com/issue/KT-67943) Approximation should not generate types with UPPER_BOUND_VIOLATION errors\n- [`KT-67503`](https://youtrack.jetbrains.com/issue/KT-67503) K2: False negative \"Type Expected\" when attempting to annotate a wildcard type argument\n- [`KT-68187`](https://youtrack.jetbrains.com/issue/KT-68187) K2: Create IrBuiltins in fir2ir only after IR actualization\n- [`KT-66443`](https://youtrack.jetbrains.com/issue/KT-66443) K2: ArrayIterationHandler doesn't work if UIntArray declared in sources\n- [`KT-68291`](https://youtrack.jetbrains.com/issue/KT-68291) K2 / Contracts: Non-existent invocation kind is suggested as a fix\n- [`KT-68209`](https://youtrack.jetbrains.com/issue/KT-68209) K2: Strange import suggestion when lambda body contains invalid code\n- [`KT-67368`](https://youtrack.jetbrains.com/issue/KT-67368) \"NullPointerException: Parameter specified as non-null is null\" local lambda creates new not-null checks with 2.0.0-Beta5\n- [`KT-51433`](https://youtrack.jetbrains.com/issue/KT-51433) FE 1.0: implement warnings about label resolve changes\n- [`KT-66554`](https://youtrack.jetbrains.com/issue/KT-66554) K2. Drop FIR based fake-override generator from fir2ir\n- [`KT-64202`](https://youtrack.jetbrains.com/issue/KT-64202) K2: Drop old methods for calculation of overridden symbols for lazy declarations\n- [`KT-67895`](https://youtrack.jetbrains.com/issue/KT-67895) K2: Properly implement generation of fake-overrides for fields\n- [`KT-54496`](https://youtrack.jetbrains.com/issue/KT-54496) K2: `REDUNDANT_MODALITY_MODIFIER` diagnostic disregards compiler plugins\n- [`KT-63745`](https://youtrack.jetbrains.com/issue/KT-63745) K2: Approximation of DNN with nullability warning attribute leads to attribute incorrectly becoming not-null\n- [`KT-63362`](https://youtrack.jetbrains.com/issue/KT-63362) AbstractTypeApproximator fixes only first local type in hierarchy\n- [`KT-67769`](https://youtrack.jetbrains.com/issue/KT-67769) K2: \"variable must be initialized\" on unreachable access in constructor\n- [`KT-51195`](https://youtrack.jetbrains.com/issue/KT-51195) FIR IC: Incremental compilation fails with `@PublishedApi` property\n- [`KT-67966`](https://youtrack.jetbrains.com/issue/KT-67966) No JVM type annotation is generated on a class supertype\n- [`KT-46640`](https://youtrack.jetbrains.com/issue/KT-46640) Generate JVM type annotations on wildcard bounds\n- [`KT-67952`](https://youtrack.jetbrains.com/issue/KT-67952) Annotations on type parameters are not generated for parameters other than the first\n- [`KT-68012`](https://youtrack.jetbrains.com/issue/KT-68012) K2. No `'operator' modifier is required on 'component'` error in K2\n- [`KT-61835`](https://youtrack.jetbrains.com/issue/KT-61835) K2: FirStubTypeTransformer receives unresolved expressions in builder inference session\n- [`KT-63596`](https://youtrack.jetbrains.com/issue/KT-63596) K1/K2: Different behavior for lambda with different return type\n- [`KT-67688`](https://youtrack.jetbrains.com/issue/KT-67688) K2: False positive CANNOT_INFER_PARAMETER_TYPE for Unit constraint type variable\n- [`KT-62080`](https://youtrack.jetbrains.com/issue/KT-62080) False positive UNUSED_VARIABLE for variable that is used in lambda and in further code with several conditions\n- [`KT-60726`](https://youtrack.jetbrains.com/issue/KT-60726) K2: Missed TYPE_MISMATCH error: inferred type non-suspend function but suspend function was expected\n- [`KT-41835`](https://youtrack.jetbrains.com/issue/KT-41835) \\[FIR] Green code turns to red in presence of smartcasts and redundant type arguments\n- [`KT-67579`](https://youtrack.jetbrains.com/issue/KT-67579) K1/JVM: false-negative annotation-based diagnostics on usages of ABI compiled with non-trivially configured generation of default methods\n- [`KT-67493`](https://youtrack.jetbrains.com/issue/KT-67493) K2: argument type mismatch: actual type is 'T', but 'T' was expected\n- [`KT-64900`](https://youtrack.jetbrains.com/issue/KT-64900) K2: `getConstructorKeyword` call in `PsiRawFirBuilder.toFirConstructor` forces AST load\n- [`KT-67648`](https://youtrack.jetbrains.com/issue/KT-67648) K2: wrong exposed visibility errors with WRONG_MODIFIER_CONTAINING_DECLARATION on top-level enum class\n- [`KT-58686`](https://youtrack.jetbrains.com/issue/KT-58686) FIR2IR: Don't use global counters\n- [`KT-67592`](https://youtrack.jetbrains.com/issue/KT-67592) K2: Success execution of `:kotlin-stdlib:compileKotlinMetadata`\n- [`KT-60398`](https://youtrack.jetbrains.com/issue/KT-60398) K2: consider forbidding FirBasedSymbol rebind\n- [`KT-54918`](https://youtrack.jetbrains.com/issue/KT-54918) Refactor transformAnonymousFunctionWithExpectedType\n- [`KT-63360`](https://youtrack.jetbrains.com/issue/KT-63360) K2: Malformed type mismatch error with functional type\n- [`KT-67266`](https://youtrack.jetbrains.com/issue/KT-67266) K2: disappeared INLINE_CLASS_DEMRECATED\n- [`KT-67569`](https://youtrack.jetbrains.com/issue/KT-67569) K2: Fix default value parameters of Enum's constructor if it's declared in source code\n- [`KT-67378`](https://youtrack.jetbrains.com/issue/KT-67378) K2: Don't use `wrapScopeWithJvmMapped` for common source sets\n- [`KT-67738`](https://youtrack.jetbrains.com/issue/KT-67738) K2: Introduce `kotlin.internal.ActualizeByJvmBuiltinProvider` annotation\n- [`KT-64456`](https://youtrack.jetbrains.com/issue/KT-64456) K2: Port \\*VersionRequirementTest to K2\n- [`KT-67136`](https://youtrack.jetbrains.com/issue/KT-67136) Put $this parameter to LVT for suspend lambdas\n- [`KT-62538`](https://youtrack.jetbrains.com/issue/KT-62538) K2: Declarations inside external classes should be implicitly external\n- [`KT-67627`](https://youtrack.jetbrains.com/issue/KT-67627) K2: External interface companion isn't external in IR\n- [`KT-60290`](https://youtrack.jetbrains.com/issue/KT-60290) K2: origin is not set for !in operator\n- [`KT-67512`](https://youtrack.jetbrains.com/issue/KT-67512) K2: false positive WRONG_GETTER_RETURN_TYPE when getter return type is annotated\n- [`KT-67635`](https://youtrack.jetbrains.com/issue/KT-67635) K2: No warning TYPE_MISMATCH_WHEN_FLEXIBILITY_CHANGES for SAM constructor with inferred type\n- [`KT-60501`](https://youtrack.jetbrains.com/issue/KT-60501) K2 Scripting: investigate metadata difference between K1 and K2\n- [`KT-67598`](https://youtrack.jetbrains.com/issue/KT-67598) K2: Fix incorrect casting `UByte` to `Number` in `FirToConstantValueTransformer`\n- [`KT-56564`](https://youtrack.jetbrains.com/issue/KT-56564) False positive \"non-exhaustive when\" in case of intersection type\n- [`KT-63969`](https://youtrack.jetbrains.com/issue/KT-63969) K2: extra property in metadata\n- [`KT-63968`](https://youtrack.jetbrains.com/issue/KT-63968) K2: extra property in metadata for anonymous variable in script\n- [`KT-67547`](https://youtrack.jetbrains.com/issue/KT-67547) K/N can't build caches, fails with \"clang++: error=2, No such file or directory\"\n- [`KT-67469`](https://youtrack.jetbrains.com/issue/KT-67469) K2: Failing module in FP-intellij\n- [`KT-64033`](https://youtrack.jetbrains.com/issue/KT-64033) K2: Investigate ForbidInferringPostponedTypeVariableIntoDeclaredUpperBound\n- [`KT-64457`](https://youtrack.jetbrains.com/issue/KT-64457) K2: Fix DecompiledKnmStubConsistencyK2TestGenerated\n- [`KT-66377`](https://youtrack.jetbrains.com/issue/KT-66377) IR Evaluator: \"no container found for type parameter\" when evaluating nested generics\n- [`KT-66378`](https://youtrack.jetbrains.com/issue/KT-66378) IR Evaluator: Symbol is unbound\n- [`KT-64506`](https://youtrack.jetbrains.com/issue/KT-64506) IDE, IR Evaluator: NPE in ReflectiveAccessLowering.fieldLocationAndReceiver when evaluating private static properties\n- [`KT-67380`](https://youtrack.jetbrains.com/issue/KT-67380) K2: Don't check for `equals` overriding for class `Any`\n- [`KT-67038`](https://youtrack.jetbrains.com/issue/KT-67038) K2: Missing type of FirLiteralExpression causes an exception for property initializer type resolution\n- [`KT-59813`](https://youtrack.jetbrains.com/issue/KT-59813) K2: Fix the TODO about `firEffect.source` in `FirReturnsImpliesAnalyzer`\n- [`KT-59834`](https://youtrack.jetbrains.com/issue/KT-59834) K2: Fix the TODO about `merge(other)` in `UnusedChecker`\n- [`KT-59188`](https://youtrack.jetbrains.com/issue/KT-59188) K2: Change positioning strategy for `WRONG_NUMBER_OF_TYPE_ARGUMENTS` error\n- [`KT-59108`](https://youtrack.jetbrains.com/issue/KT-59108) K2. SMARTCAST_IMPOSSIBLE instead of UNSAFE_IMPLICIT_INVOKE_CALL\n- [`KT-65503`](https://youtrack.jetbrains.com/issue/KT-65503) The inline processor cannot handle objects inside the lambda correctly when calling an inline function from another module\n- [`KT-30696`](https://youtrack.jetbrains.com/issue/KT-30696) NoSuchMethodError if nested anonymous objects are used with propagation reified type parameter\n- [`KT-58966`](https://youtrack.jetbrains.com/issue/KT-58966) Incorrect type inference for parameters with omitted type of anonymous function that is being analyzed as value of function type with receiver\n- [`KT-67458`](https://youtrack.jetbrains.com/issue/KT-67458) Use `@PhaseDescription` for JVM backend lowering phases\n- [`KT-65647`](https://youtrack.jetbrains.com/issue/KT-65647) K2 ignores diagnostics on sourceless `FirTypeRef`s\n- [`KT-64489`](https://youtrack.jetbrains.com/issue/KT-64489) K2: Rename FirAugmentedArraySet\n- [`KT-67394`](https://youtrack.jetbrains.com/issue/KT-67394) FIR: Make FIR repr of For from PSI and LightTree the same\n- [`KT-66724`](https://youtrack.jetbrains.com/issue/KT-66724) K2 IDE. False positive errors because of wrong type inference in complex case of delegated property and type arguments\n- [`KT-40248`](https://youtrack.jetbrains.com/issue/KT-40248) Confusing error message NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY\n- [`KT-66947`](https://youtrack.jetbrains.com/issue/KT-66947) K2: false-positive JSpecify nullability enhancement warning on Java wildcard type argument with same base type but different nullabilities as upper and lower bounds\n- [`KT-66974`](https://youtrack.jetbrains.com/issue/KT-66974) K2: false-negative JSpecify nullability enhancement warning on nullable projection of Java wildcard type argument with non-null bounds in out-position\n- [`KT-66946`](https://youtrack.jetbrains.com/issue/KT-66946) K2: false-negative JSpecify nullability enhancement warning on Java wildcard type argument with nullable upper bound in out-position\n- [`KT-66442`](https://youtrack.jetbrains.com/issue/KT-66442) K2: No visibility error on importing private aliases\n- [`KT-66598`](https://youtrack.jetbrains.com/issue/KT-66598) K2: Allow comparisons, `is`-checks and casts between Kotlin and platform types\n- [`KT-55966`](https://youtrack.jetbrains.com/issue/KT-55966) K2: Not enough information to infer type variable K if smartcast is used\n- [`KT-64894`](https://youtrack.jetbrains.com/issue/KT-64894) OPT_IN_ARGUMENT_IS_NOT_MARKER diagnostic message is unclear\n- [`KT-67019`](https://youtrack.jetbrains.com/issue/KT-67019) K2: IR has incorrect EQ origins for some inplace updating operators\n- [`KT-59810`](https://youtrack.jetbrains.com/issue/KT-59810) K2: Support other ConstraintPosition-s\n- [`KT-55383`](https://youtrack.jetbrains.com/issue/KT-55383) K1/K2: isClassTypeConstructor behaves differently for stub types\n- [`KT-60089`](https://youtrack.jetbrains.com/issue/KT-60089) K2: Introduced ERROR_IN_CONTRACT_DESCRIPTION\n- [`KT-60382`](https://youtrack.jetbrains.com/issue/KT-60382) K2: Refactor ExpectActualCollector\n- [`KT-62929`](https://youtrack.jetbrains.com/issue/KT-62929) K2: investigate if guessArrayTypeIfNeeded is necessary in annotation loader\n- [`KT-65642`](https://youtrack.jetbrains.com/issue/KT-65642) K2: IR: Array access desugaring doesn't have origins\n- [`KT-24807`](https://youtrack.jetbrains.com/issue/KT-24807) No smartcast to Boolean in subject of when-expression when subject type is non-nullable\n- [`KT-66057`](https://youtrack.jetbrains.com/issue/KT-66057) K2: incorrect supertype leads to class declaration being highlighted red\n- [`KT-63958`](https://youtrack.jetbrains.com/issue/KT-63958) K2: drop support of UseBuilderInferenceOnlyIfNeeded=false\n- [`KT-63959`](https://youtrack.jetbrains.com/issue/KT-63959) K2: treat stub types as non-nullable for isReceiverNullable check\n- [`KT-65100`](https://youtrack.jetbrains.com/issue/KT-65100) IrFakeOverrideBuilder: support custom 'remove(Int)' handling logic in MutableCollection subclasses\n\n##### Compose compiler\n\n##### New features\n\n- [`cdfe659`](https://github.com/JetBrains/kotlin/commit/cdfe65911490eef21892098494986af1af14fa64) Changed how compiler features being rolled out are enabled and disabled in compiler plugin CLI. Features, such as strong skipping and non-skipping group optimizations are now enabled through the \"featureFlag\" option instead of their own option.\n- [`192e556`](https://github.com/JetBrains/kotlin/commit/192e5565f484b399b33ed9e959793922f0aeb3d0) Strong skipping is now enabled by default\n- [`842a9e8`](https://github.com/JetBrains/kotlin/commit/842a9e87e3c1e1d219313caedcc9e9fae895e53f) Add support for default parameters in abstract and open `@Composable` functions [`b/165812010`](https://issuetracker.google.com/issues/165812010)\n\n##### Fixes\n\n- [`e207b05`](https://github.com/JetBrains/kotlin/commit/e207b05f1fcbba38b71030be0fc30b378e9b5308) Fixes group generation for if statements when nonSkippingGroupOptimization is enabled [`b/346821372`](https://issuetracker.google.com/issues/346821372)\n- [`f64fc3a`](https://github.com/JetBrains/kotlin/commit/f64fc3ae5f9be6f2a066b3b9350f830bdd4e854c) Fixes `endToMarker` generation in early return from inline lambdas that caused start/end imbalance [`b/346808602`](https://issuetracker.google.com/issues/346808602)\n- [`d6ac8a5`](https://github.com/JetBrains/kotlin/commit/d6ac8a50a4eb4ce1c6464cb5103d2d9b04f67019) Stop memoizing lambdas with captured property delegates [`b/342557697`](https://issuetracker.google.com/issues/342557697)\n- [`f38d5a3`](https://github.com/JetBrains/kotlin/commit/f38d5a3c047edb3b38eb0eaebcdcedc2aa1c04d8) Stop capturing parameter meta across crossinline boundary [`b/343801379`](https://issuetracker.google.com/issues/343801379)\n- [`770fe8d`](https://github.com/JetBrains/kotlin/commit/770fe8dda6a8a801b47cb84f5026f93555c4b452) Propagate annotations from inferred function types when serializing [`b/345261077`](https://issuetracker.google.com/issues/345261077)\n- [`3c67cda`](https://github.com/JetBrains/kotlin/commit/3c67cda09099f9acdd10b944183a75958e023141) Fix memoization of captureless lambdas when K2 compiler is used [`b/340582180`](https://issuetracker.google.com/issues/340582180)\n- [`3281e53`](https://github.com/JetBrains/kotlin/commit/3281e53a1bb15af932157d42178184aed55e6d71) Allow memoizing lambdas in composable inline functions [`b/340606661`](https://issuetracker.google.com/issues/340606661)\n- [`b/351858979`](https://issuetracker.google.com/issues/351858979) Fix stability inferencing of interfaces on incremental compilation\n- [`b/346821372`](https://issuetracker.google.com/issues/346821372) \\[Compose] Fix code generation for group optimization\n- [`b/357878245`](https://issuetracker.google.com/issues/357878245) Disallow open `@Composable` functions with default params to fix binary compatibility issues.\n\n##### IR. Actualizer\n\n- [`KT-68830`](https://youtrack.jetbrains.com/issue/KT-68830) Compiler crash on missing actual class\n- [`KT-69024`](https://youtrack.jetbrains.com/issue/KT-69024) K2: Children of expect annotation with `@OptionalExpectation` should be actualized\n- [`KT-68742`](https://youtrack.jetbrains.com/issue/KT-68742) Allow expect protected to Java protected actualization\n- [`KT-66436`](https://youtrack.jetbrains.com/issue/KT-66436) K2. Actualizing modCount property with a field in AbstractMutableList\n- [`KT-68741`](https://youtrack.jetbrains.com/issue/KT-68741) Support actualization of AbstractMutableList.modCount\n- [`KT-68801`](https://youtrack.jetbrains.com/issue/KT-68801) Crash on access of fake override of function actualized by fake override\n- [`KT-66307`](https://youtrack.jetbrains.com/issue/KT-66307) K2: property fake override isn't generated for protected field\n\n##### IR. Inlining\n\n- [`KT-67208`](https://youtrack.jetbrains.com/issue/KT-67208) KJS: put ReplaceSuspendIntrinsicLowering after IR inliner\n- [`KT-68100`](https://youtrack.jetbrains.com/issue/KT-68100) Run IR validation in the beginning and the end of the common prefix\n- [`KT-69171`](https://youtrack.jetbrains.com/issue/KT-69171) Introduce a temporary `-X` CLI parameter that enables double-inlining\n- [`KT-69006`](https://youtrack.jetbrains.com/issue/KT-69006) Enable IR visibility checks after IR inlining\n- [`KT-69183`](https://youtrack.jetbrains.com/issue/KT-69183) IR inlining: properly handle defaults that depends on previous value parameters\n- [`KT-67660`](https://youtrack.jetbrains.com/issue/KT-67660) Suspicious package part FQN calculation in InventNamesForLocalClasses\n- [`KT-68558`](https://youtrack.jetbrains.com/issue/KT-68558) Move `InlineCallableReferenceToLambdaPhase` into `ir.inline` module\n- [`KT-56466`](https://youtrack.jetbrains.com/issue/KT-56466) Support non-local break/continue in IR inliner\n- [`KT-64958`](https://youtrack.jetbrains.com/issue/KT-64958) KJS: Put as many as possible lowerings after the inliner\n- [`KT-67297`](https://youtrack.jetbrains.com/issue/KT-67297) Implement IR deserializer with unbound symbols\n\n##### IR. Interpreter\n\n- [`KT-66938`](https://youtrack.jetbrains.com/issue/KT-66938) Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expression: CALL 'public final fun less (arg0: kotlin.Int, arg1: kotlin.Int): kotlin.Boolean declared in kotlin.internal.ir'\n\n##### IR. Tree\n\n##### Performance Improvements\n\n- [`KT-67695`](https://youtrack.jetbrains.com/issue/KT-67695) ForLoopsLowering fails to handle a loop over an imprecise typed iterable\n\n##### Fixes\n\n- [`KT-68784`](https://youtrack.jetbrains.com/issue/KT-68784) Support validating visibility of referenced declarations in IrValidator\n- [`KT-68174`](https://youtrack.jetbrains.com/issue/KT-68174) Delete the IrMessageLogger interface\n- [`KT-67082`](https://youtrack.jetbrains.com/issue/KT-67082) Introduce attributes on IrElement\n- [`KT-68716`](https://youtrack.jetbrains.com/issue/KT-68716) `DeepCopyIrTreeWithSymbols.visitConst` should remap const type\n- [`KT-67650`](https://youtrack.jetbrains.com/issue/KT-67650) Add default implementations to methods for non-leaf IrSymbol subclasses from SymbolRemapper\n- [`KT-67649`](https://youtrack.jetbrains.com/issue/KT-67649) Autogenerate IrSymbol interface hierarchy\n- [`KT-44721`](https://youtrack.jetbrains.com/issue/KT-44721) IR: merge IrPrivateSymbolBase and IrPublicSymbolBase hierarchies\n- [`KT-67580`](https://youtrack.jetbrains.com/issue/KT-67580) Autogenerate SymbolRemapper\n- [`KT-67457`](https://youtrack.jetbrains.com/issue/KT-67457) Introduce a way to simplify IR lowering phase creation\n- [`KT-67060`](https://youtrack.jetbrains.com/issue/KT-67060) NoSuchMethodError for org.jetbrains.kotlin.ir.expressions.impl.IrCompositeImpl in the Flysto\n\n##### JavaScript\n\n##### New Features\n\n- [`KT-69133`](https://youtrack.jetbrains.com/issue/KT-69133) Kotlin/JS: Add support for collection instantiation in JavaScript\n- [`KT-18891`](https://youtrack.jetbrains.com/issue/KT-18891) JS: provide a way to declare static members (JsStatic?)\n\n##### Fixes\n\n- [`KT-68943`](https://youtrack.jetbrains.com/issue/KT-68943) `@JsPlainObject` breaks when interface has type parameters\n- [`KT-70592`](https://youtrack.jetbrains.com/issue/KT-70592) \"Error: HttpClientCall expected\" on HTTP request when targeting es2015 with KTOR\n- [`KT-67273`](https://youtrack.jetbrains.com/issue/KT-67273) Creating Kotlin Collections from JS collections\n- [`KT-65018`](https://youtrack.jetbrains.com/issue/KT-65018) JS: Deprecate error tolerance\n- [`KT-67355`](https://youtrack.jetbrains.com/issue/KT-67355) KJS / ES6: 'super' in lambda with enabled `-Xir-generate-inline-anonymous-functions` leads to JS errors\n- [`KT-69353`](https://youtrack.jetbrains.com/issue/KT-69353) KJS / d.ts: Kotlin does not export base collection classes along with their mutable collection counterparts\n- [`KT-66898`](https://youtrack.jetbrains.com/issue/KT-66898) KJS: Reserved keywords not escaped when `-Xir-generate-inline-anonymous-functions` is enabled\n- [`KT-69710`](https://youtrack.jetbrains.com/issue/KT-69710) JS IR generates bad code for inner param default referring to outer members\n- [`KT-68632`](https://youtrack.jetbrains.com/issue/KT-68632) K2: allow JS_NAME_CLASH suppression\n- [`KT-69400`](https://youtrack.jetbrains.com/issue/KT-69400) Use correct type for references on local functions when transforming them into lambda\n- [`KT-68554`](https://youtrack.jetbrains.com/issue/KT-68554) Legalize marker interface as parent for JSO (interface marked with `@JsPlainObject`)\n- [`KT-68740`](https://youtrack.jetbrains.com/issue/KT-68740) Kotlin/JS 2.0.0 IrLinkageError with dynamic function parameters inside data classes\n- [`KT-68944`](https://youtrack.jetbrains.com/issue/KT-68944) `@JsPlainObject` require properties, when type - nullable alias\n- [`KT-68891`](https://youtrack.jetbrains.com/issue/KT-68891) `@JsPlainObject` fails to compile when encountering reserved keywords as interface properties\n- [`KT-69023`](https://youtrack.jetbrains.com/issue/KT-69023) KJS / IR: `globalThis` is mandatory, breaking older browsers support\n- [`KT-68641`](https://youtrack.jetbrains.com/issue/KT-68641) KJS: 'export was not found' with per-file mode on case-insensitive filesystem\n- [`KT-68053`](https://youtrack.jetbrains.com/issue/KT-68053) K2: NON_EXPORTABLE_TYPE on a typealias of primitive type\n- [`KT-62304`](https://youtrack.jetbrains.com/issue/KT-62304) K/JS: Investigate the compiler assertion crash in JS FIR with backend tests\n- [`KT-68620`](https://youtrack.jetbrains.com/issue/KT-68620) \\[wasm]\\[js] Default param in inner class method fails if we are referring generic extension property\n- [`KT-64801`](https://youtrack.jetbrains.com/issue/KT-64801) K2 + JS and WASM: Inner with default inner doesn't work properly\n- [`KT-67248`](https://youtrack.jetbrains.com/issue/KT-67248) ModuleDescriptor in JS Linker contains incorrect friend dependecies\n- [`KT-64424`](https://youtrack.jetbrains.com/issue/KT-64424) K2: Migrate JsProtoComparisonTestGenerated to K2\n- [`KT-52602`](https://youtrack.jetbrains.com/issue/KT-52602) Kotlin/JS + IR: incompatible ABI version is not reported when no declarations are actually used by a Gradle compilation\n- [`KT-66092`](https://youtrack.jetbrains.com/issue/KT-66092) K/JS & Wasm: .isReified for reified upper bound is wrongly false\n- [`KT-67112`](https://youtrack.jetbrains.com/issue/KT-67112) Unable to apply `@JsStatic` for common sources: \\[NO_CONSTRUCTOR]\n- [`KT-62329`](https://youtrack.jetbrains.com/issue/KT-62329) KJS: \"UnsupportedOperationException: Empty collection can't be reduced\" caused by external enum with \"`@JsExport`\"\n- [`KT-67018`](https://youtrack.jetbrains.com/issue/KT-67018) K/JS: Executable js file for module-kind=umd contains top level this instead of globalThis\n- [`KT-64776`](https://youtrack.jetbrains.com/issue/KT-64776) Test infra for JS can't process dependency in mpp module\n- [`KT-65076`](https://youtrack.jetbrains.com/issue/KT-65076) Use the same instance when a fun interface doesn't capture or capture only singletons\n\n##### Klibs\n\n- [`KT-66557`](https://youtrack.jetbrains.com/issue/KT-66557) Check, that no bad metadata in klib is produced, when we failed to compute constant value\n- [`KT-66968`](https://youtrack.jetbrains.com/issue/KT-66968) Provide K/N platforms libs for all available targets\n- [`KT-66967`](https://youtrack.jetbrains.com/issue/KT-66967) Provide K/N stdlib for all available targets in all distributions\n- [`KT-66605`](https://youtrack.jetbrains.com/issue/KT-66605) \\[KLIB] Excessive creation of `BaseKotlinLibrary` during resolving libs\n- [`KT-68824`](https://youtrack.jetbrains.com/issue/KT-68824) API 4 ABI: Don't show sealed class constructors\n- [`KT-68202`](https://youtrack.jetbrains.com/issue/KT-68202) KLIB metadata: nested classes are sometimes inside a different 'knm' chunk\n- [`KT-65834`](https://youtrack.jetbrains.com/issue/KT-65834) \\[KLIB Resolve] Drop library versions in KLIB manifests\n- [`KT-67446`](https://youtrack.jetbrains.com/issue/KT-67446) \\[KLIB Tool] Drop \"-repository \" CLI parameter\n- [`KT-67445`](https://youtrack.jetbrains.com/issue/KT-67445) \\[KLIB Tool] Drop \"install\" and \"remove\" commands\n\n##### Language Design\n\n- [`KT-58920`](https://youtrack.jetbrains.com/issue/KT-58920) K2: Prioritize Enum.entries resolve\n- [`KT-11914`](https://youtrack.jetbrains.com/issue/KT-11914) Confusing data class copy with private constructor\n- [`KT-68636`](https://youtrack.jetbrains.com/issue/KT-68636) Incorrect private_to_this visibility for data class with a private constructor\n\n##### Libraries\n\n##### New Features\n\n- [`KT-31880`](https://youtrack.jetbrains.com/issue/KT-31880) UUID functionality to fix Java bugs as well as extend it\n- [`KT-57998`](https://youtrack.jetbrains.com/issue/KT-57998) implement Base64.withoutPadding\n\n##### Performance Improvements\n\n- [`KT-67023`](https://youtrack.jetbrains.com/issue/KT-67023) Optimize Int.sign and Long.sign for js and wasmJs targets\n\n##### Fixes\n\n- [`KT-70196`](https://youtrack.jetbrains.com/issue/KT-70196) Introduce ExperimentalUuidApi annotation for marking Uuid API\n- [`KT-60787`](https://youtrack.jetbrains.com/issue/KT-60787) Cannot ignore alpha when formatting with HexFormat\n- [`KT-68025`](https://youtrack.jetbrains.com/issue/KT-68025) Improve documentation for Hex\n- [`KT-66129`](https://youtrack.jetbrains.com/issue/KT-66129) Minor issues with HexFormat\n- [`KT-67511`](https://youtrack.jetbrains.com/issue/KT-67511) provide equals() and hashCode() implementations for kotlinx.metadata.KmType\n- [`KT-68240`](https://youtrack.jetbrains.com/issue/KT-68240) stdlib: proper expects for internal API used in intermediate shared source sets\n- [`KT-68840`](https://youtrack.jetbrains.com/issue/KT-68840) atomicfu-runtime: annotate some internal functions with `@PublishedApi`\n- [`KT-68839`](https://youtrack.jetbrains.com/issue/KT-68839) Annotate `kotlin.js.VOID` property with `@PublishedApi`\n- [`KT-68023`](https://youtrack.jetbrains.com/issue/KT-68023) Improve documentation for Base64\n- [`KT-51483`](https://youtrack.jetbrains.com/issue/KT-51483) Documentation of trimMargin is (partly) difficult to understand\n- [`KT-64649`](https://youtrack.jetbrains.com/issue/KT-64649) Add explanation to \"A compileOnly dependency is used in the Kotlin/Native target\" warning message\n- [`KT-67807`](https://youtrack.jetbrains.com/issue/KT-67807) JS/Wasm: ByteArray.decodeToString incorrectly handles ill-formed 4-byte sequences with a 2nd byte not being continuation byte\n- [`KT-67768`](https://youtrack.jetbrains.com/issue/KT-67768) Wasm: ByteArray.decodeToString throws out-of-bounds exception if the last byte is a start of a 4-byte sequence\n- [`KT-66896`](https://youtrack.jetbrains.com/issue/KT-66896) Improve Array contentEquals and contentDeepEquals documentation\n\n##### Native\n\n- [`KT-70166`](https://youtrack.jetbrains.com/issue/KT-70166) Native: EXC_BAD_ACCESS on watchOS when using Dispatchers\n- [`KT-69246`](https://youtrack.jetbrains.com/issue/KT-69246) K2: linkPodDebugFrameworkIosArm64 takes 15 (!!) times longer\n- [`KT-67694`](https://youtrack.jetbrains.com/issue/KT-67694) Native: WeakRefBenchmark degradation due to nonoptimized IntProgression iteration\n- [`KT-69206`](https://youtrack.jetbrains.com/issue/KT-69206) Native: updating to LLVM 16 breaks debugging in lldb on Linux\n- [`KT-68640`](https://youtrack.jetbrains.com/issue/KT-68640) Native: updating to LLVM 16 changes behavior of `used` attribute in C/C++ code\n- [`KT-58097`](https://youtrack.jetbrains.com/issue/KT-58097) Kotlin/Native: improve the error message if Xcode is not properly configured\n- [`KT-67583`](https://youtrack.jetbrains.com/issue/KT-67583) compileKotlin-task unexpectedly downloads K/N dependencies on Linux (but doesn't on Mac)\n\n##### Native. Build Infrastructure\n\n- [`KT-69781`](https://youtrack.jetbrains.com/issue/KT-69781) Kotlin/Native performance tests fail to compile with bitcode\n\n##### Native. C and ObjC Import\n\n- [`KT-69094`](https://youtrack.jetbrains.com/issue/KT-69094) LLVM 11 clang: cinterops fail with \"\\_Float16 is not supported on this target\"\n- [`KT-68254`](https://youtrack.jetbrains.com/issue/KT-68254) Native: flaky testForwardEnum test in Kotlin/Native on MacOS\n- [`KT-65260`](https://youtrack.jetbrains.com/issue/KT-65260) Native: compiler crashes when casting to an Obj-C class companion\n\n##### Native. ObjC Export\n\n- [`KT-65666`](https://youtrack.jetbrains.com/issue/KT-65666) Native: enable objcExportSuspendFunctionLaunchThreadRestriction=none by default\n- [`KT-57496`](https://youtrack.jetbrains.com/issue/KT-57496) linkReleaseFrameworkIosArm64: e: Compilation failed: An operation is not implemented\n\n##### Native. Platform Libraries\n\n- [`KT-69382`](https://youtrack.jetbrains.com/issue/KT-69382) LLVM 11 clang: symbol not found when running the linker\n\n##### Native. Runtime\n\n- [`KT-70043`](https://youtrack.jetbrains.com/issue/KT-70043) Native: EXC_BAD_ACCESS on watchOS when using Random\n- [`KT-68928`](https://youtrack.jetbrains.com/issue/KT-68928) EXC_BREAKPOINT: BUG IN CLIENT OF LIBPLATFORM: Trying to recursively lock an os_unfair_lock\n\n##### Native. Runtime. Memory\n\n- [`KT-66644`](https://youtrack.jetbrains.com/issue/KT-66644) Native: threads are too often paused to assist GC (with concurrent mark)\n- [`KT-68871`](https://youtrack.jetbrains.com/issue/KT-68871) Native: Unexpected barriers phase during STW: weak-processing\n- [`KT-67779`](https://youtrack.jetbrains.com/issue/KT-67779) Native: SpecialRefRegistry::ThradData publication prolongs the pause in CMS\n- [`KT-66918`](https://youtrack.jetbrains.com/issue/KT-66918) …","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"e5f61e244fee3d8558f206f863f57d7c79819823","after":"34873c2a97d349731a1b5bc509345784a6497a3a","ref":"refs/heads/master","pushedAt":"2024-08-26T04:01:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.25 (mulk/mulkcms2!53)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.22` -> `1.9.25` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.25`](https://github.com/JetBrains/kotlin/releases/tag/v1.9.25): Kotlin 1.9.25\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.24...v1.9.25)\n\n##### ***Note:** This is a technical release for IntelliJ IDEA.*\n\n#### Changelog\n\n##### Tools. JPS\n\n- [`KT-69204`](https://youtrack.jetbrains.com/issue/KT-69204) Generate lookups in dumb mode for compatibility with ref index\n\n### [`v1.9.24`](https://github.com/JetBrains/kotlin/releases/tag/v1.9.24): 1.9.24\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24)\n\n#### Changelog\n\n##### Backend. Wasm\n\n- [`KT-64890`](https://youtrack.jetbrains.com/issue/KT-64890) K/Wasm compiler crash with external class and Kodein\n\n##### Compiler\n\n- [`KT-65235`](https://youtrack.jetbrains.com/issue/KT-65235) JDK 21 might lead to change in overloads resolution\n- [`KT-66768`](https://youtrack.jetbrains.com/issue/KT-66768) K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call\n\n##### Native\n\n- [`KT-67218`](https://youtrack.jetbrains.com/issue/KT-67218) Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary\n\n##### Tools. Gradle\n\n- [`KT-67139`](https://youtrack.jetbrains.com/issue/KT-67139) Build reports can be overridden\n- [`KT-67138`](https://youtrack.jetbrains.com/issue/KT-67138) Json report is empty for incremental compilation\n\n##### Tools. Gradle. Multiplatform\n\n- [`KT-67127`](https://youtrack.jetbrains.com/issue/KT-67127) KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines\n- [`KT-66514`](https://youtrack.jetbrains.com/issue/KT-66514) Don't get output file from Cinterop task for IDE Import if host os doesn't support it\n\n##### Tools. JPS\n\n- [`KT-65043`](https://youtrack.jetbrains.com/issue/KT-65043) JPS dumb mode should respect maps needed for the compiler\n\n##### Tools. Wasm\n\n- [`KT-67785`](https://youtrack.jetbrains.com/issue/KT-67785) Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore\n- [`KT-65864`](https://youtrack.jetbrains.com/issue/KT-65864) K/Wasm: update Node.js to 22.x\n\n### [`v1.9.23`](https://github.com/JetBrains/kotlin/releases/tag/v1.9.23): Kotlin 1.9.23\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23)\n\n#### 1.9.23\n\n##### Apple Ecosystem\n\n- [`KT-65542`](https://youtrack.jetbrains.com/issue/KT-65542) Cinterop tasks fails if Xcode 15.3 is used\n\n##### Backend. Wasm\n\n- [`KT-64486`](https://youtrack.jetbrains.com/issue/KT-64486) Kotlin/Wasm/WASI exported function callback for coroutines support\n\n##### Compiler\n\n- [`KT-53478`](https://youtrack.jetbrains.com/issue/KT-53478) Could not load module \n- [`KT-66044`](https://youtrack.jetbrains.com/issue/KT-66044) JDK's new API is used over Kotlin's SDK functions\n- [`KT-64640`](https://youtrack.jetbrains.com/issue/KT-64640) Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections\n- [`KT-65441`](https://youtrack.jetbrains.com/issue/KT-65441) K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces\n- [`KT-65634`](https://youtrack.jetbrains.com/issue/KT-65634) K/N: data race during monolithic cache creation\n- [`KT-53109`](https://youtrack.jetbrains.com/issue/KT-53109) CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas\n- [`KT-52757`](https://youtrack.jetbrains.com/issue/KT-52757) Type inference for builders fails if inferred from a function\n\n##### Tools. Gradle\n\n- [`KT-65792`](https://youtrack.jetbrains.com/issue/KT-65792) Add JSON build report\n- [`KT-65091`](https://youtrack.jetbrains.com/issue/KT-65091) Update compiler metrics in build reports\n- [`KT-62490`](https://youtrack.jetbrains.com/issue/KT-62490) KGP dropping resource directories\n\n##### Tools. Gradle. JS\n\n- [`KT-64119`](https://youtrack.jetbrains.com/issue/KT-64119) K/JS: Migrate package manager from Yarn onto NPM\n- [`KT-64561`](https://youtrack.jetbrains.com/issue/KT-64561) K/JS tests are not executed after upgrade to 1.9.22\n\n##### Tools. Gradle. Multiplatform\n\n- [`KT-65954`](https://youtrack.jetbrains.com/issue/KT-65954) commonTest dependencies affect commoMainMetadata compilation\n\n##### Tools. Gradle. Native\n\n- [`KT-64573`](https://youtrack.jetbrains.com/issue/KT-64573) Default value for `produceUnpackedKlib` was not provided\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"e5f61e244fee3d8558f206f863f57d7c79819823","ref":"refs/heads/master","pushedAt":"2024-04-06T14:01:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"chore(deps): update all non-major dependencies (mulk/mulkcms2!51)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [flow-bin](https://github.com/flowtype/flow-bin) ([changelog](https://github.com/facebook/flow/blob/master/Changelog.md)) | devDependencies | minor | [`^0.225.0` -> `^0.233.0`](https://renovatebot.com/diffs/npm/flow-bin/0.225.1/0.233.0) |\n| [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://github.com/pgjdbc/pgjdbc)) | build | patch | `42.7.1` -> `42.7.3` |\n| [org.liquibase.ext:liquibase-hibernate5](https://github.com/liquibase/liquibase-hibernate/wiki) ([source](https://github.com/liquibase/liquibase-hibernate)) | build | minor | `4.25.1` -> `4.27.0` |\n| [org.liquibase:liquibase-maven-plugin](http://www.liquibase.org/liquibase-maven-plugin) ([source](https://github.com/liquibase/liquibase)) | build | minor | `4.25.1` -> `4.27.0` |\n| [io.hypersistence:hypersistence-utils-hibernate-62](https://github.com/vladmihalcea/hypersistence-utils) | compile | patch | `3.7.0` -> `3.7.3` |\n| [org.hibernate.orm:hibernate-envers](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `6.4.1.Final` -> `6.4.4.Final` |\n| [org.hibernate.orm:hibernate-core](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `6.4.1.Final` -> `6.4.4.Final` |\n| [com.blazebit:blaze-persistence-bom](https://persistence.blazebit.com) ([source](https://github.com/Blazebit/blaze-persistence)) | import | patch | `1.6.10` -> `1.6.11` |\n| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.41.1` -> `2.43.0` |\n| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.6.4` -> `3.9.2` |\n| [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | minor | `3.6.4` -> `3.9.2` |\n| [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | build | minor | `3.12.1` -> `3.13.0` |\n\n---\n\n### Release Notes\n\n
\nflowtype/flow-bin\n\n### [`v0.233.0`](https://github.com/flowtype/flow-bin/compare/6e34f048ec7f5146297e258a60250c8e5af37bcc...2ebcdf3a8f03993e8ccab9e9fb6742000b54f929)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/6e34f048ec7f5146297e258a60250c8e5af37bcc...2ebcdf3a8f03993e8ccab9e9fb6742000b54f929)\n\n### [`v0.232.0`](https://github.com/flowtype/flow-bin/compare/69ee58d99676a48984158d2cafcdb3b3f5ad5f15...6e34f048ec7f5146297e258a60250c8e5af37bcc)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/69ee58d99676a48984158d2cafcdb3b3f5ad5f15...6e34f048ec7f5146297e258a60250c8e5af37bcc)\n\n### [`v0.231.0`](https://github.com/flowtype/flow-bin/compare/5c84049e450b37833fca5b547c1c2cb678436ef1...69ee58d99676a48984158d2cafcdb3b3f5ad5f15)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/5c84049e450b37833fca5b547c1c2cb678436ef1...69ee58d99676a48984158d2cafcdb3b3f5ad5f15)\n\n### [`v0.230.0`](https://github.com/flowtype/flow-bin/compare/2c3181fa7aa928bd3735a7fad09e1be271c96c95...5c84049e450b37833fca5b547c1c2cb678436ef1)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/2c3181fa7aa928bd3735a7fad09e1be271c96c95...5c84049e450b37833fca5b547c1c2cb678436ef1)\n\n### [`v0.229.2`](https://github.com/flowtype/flow-bin/compare/82b999003b85e827cd4dd36a8d3593979f1a9599...2c3181fa7aa928bd3735a7fad09e1be271c96c95)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/82b999003b85e827cd4dd36a8d3593979f1a9599...2c3181fa7aa928bd3735a7fad09e1be271c96c95)\n\n### [`v0.229.0`](https://github.com/flowtype/flow-bin/compare/3d62fc76bf9b0ff63ec56d049c669958ef41f6b8...82b999003b85e827cd4dd36a8d3593979f1a9599)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/3d62fc76bf9b0ff63ec56d049c669958ef41f6b8...82b999003b85e827cd4dd36a8d3593979f1a9599)\n\n### [`v0.228.0`](https://github.com/flowtype/flow-bin/compare/15db2846c1c63d3f26905f51e8c96c801cbc017b...3d62fc76bf9b0ff63ec56d049c669958ef41f6b8)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/15db2846c1c63d3f26905f51e8c96c801cbc017b...3d62fc76bf9b0ff63ec56d049c669958ef41f6b8)\n\n### [`v0.227.0`](https://github.com/flowtype/flow-bin/compare/6fbe6faecdcb24e9ee660a0616705d46b9bd3c40...15db2846c1c63d3f26905f51e8c96c801cbc017b)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/6fbe6faecdcb24e9ee660a0616705d46b9bd3c40...15db2846c1c63d3f26905f51e8c96c801cbc017b)\n\n### [`v0.226.0`](https://github.com/flowtype/flow-bin/compare/23ec6163cf6921d4ef74da53e1aaf4a35f798384...6fbe6faecdcb24e9ee660a0616705d46b9bd3c40)\n\n[Compare Source](https://github.com/flowtype/flow-bin/compare/23ec6163cf6921d4ef74da53e1aaf4a35f798384...6fbe6faecdcb24e9ee660a0616705d46b9bd3c40)\n\n
\n\n
\npgjdbc/pgjdbc\n\n### [`v42.7.3`](https://github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#​4273-2024-04-14-145100--0400)\n\n##### Changed\n\n- chore: gradle config enforces 17+ [MR #​3147](https://github.com/pgjdbc/pgjdbc/pull/3147)\n\n##### Fixed\n\n- fix: boolean types not handled in SimpleQuery mode [MR #​3146](https://github.com/pgjdbc/pgjdbc/pull/3146)\n - make sure we handle boolean types in simple query mode\n - support uuid as well\n - handle all well known types in text mode and change `else if` to `switch`\n- fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with `NoSuchMethodError on ByteBuffer#position` when running on Java 8\n\n### [`v42.7.2`](https://github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#​4272-2024-02-21-082300--0500)\n\n##### Security\n\n- security: SQL Injection via line comment generation, it is possible in `SimpleQuery` mode to generate a line comment by having a placeholder for a numeric with a `-`\n such as `-?`. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment.\n This has been fixed in this version fixes [CVE-2024-1597](https://www.cve.org/CVERecord?id=CVE-2024-1597). Reported by [Paul Gerste](https://github.com/paul-gerste-sonarsource). See the [security advisory](https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-24rp-q3w6-vc56) for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.\n\n##### Changed\n\n- fix: Use simple query for isValid. Using Extended query sends two messages checkConnectionQuery was never ever set or used, removed [MR #​3101](https://github.com/pgjdbc/pgjdbc/pull/3101)\n- perf: Avoid autoboxing bind indexes by [@​bokken](https://github.com/bokken) in [MR #​1244](https://github.com/pgjdbc/pgjdbc/pull/1244)\n- refactor: Document that encodePassword will zero out the password array, and remove driver's default encodePassword by [@​vlsi](https://github.com/vlsi) in [MR #​3084](https://github.com/pgjdbc/pgjdbc/pull/3084)\n\n##### Added\n\n- feat: Add PasswordUtil for encrypting passwords client side [MR #​3082](https://github.com/pgjdbc/pgjdbc/pull/3082)\n\n
\n\n
\nliquibase/liquibase\n\n### [`v4.27.0`](https://github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-4270-is-a-major-release)\n\n[Compare Source](https://github.com/liquibase/liquibase/compare/v4.26.0...v4.27.0)\n\n> Liquibase 4.27.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: DATABASECHANGELOGHISTORY table, Quality Checks Chains, Rollback Reports\n> See the [Liquibase 4.27.0 Release Notes](https://docs.liquibase.com/start/release-notes/liquibase-release-notes/liquibase-4.27.0.html) for the complete set of release information.\n\n### [`v4.26.0`](https://github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-4260-is-a-major-release)\n\n[Compare Source](https://github.com/liquibase/liquibase/compare/v4.25.1...v4.26.0)\n\n> \\[!IMPORTANT]\n> Liquibase 4.26.0 contains several Notable Changes for Liquibase Pro users: Advanced IF conditionals, Simpler Regex-based pattern checks, and Checks Run Reports.\n\n> \\[!NOTE]\n> See the [Liquibase 4.26.0 Release Notes](https://docs.liquibase.com/start/release-notes/liquibase-4.26.0.html) for the complete set of release information.\n\n
\n\n
\nvladmihalcea/hypersistence-utils\n\n### [`v3.7.3`](https://github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-373---February-16-2024)\n\n\\================================================================================\n\n\"java.lang.ClassCastException: class \\[Ljava.lang.String; cannot be cast to class \\[B\" thrown when using multiLoad with Hibernate 6.4 [#​700](https://github.com/vladmihalcea/hypersistence-utils/issues/700)\n\n### [`v3.7.2`](https://github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-372---February-08-2024)\n\n\\================================================================================\n\nExpecting BasicPluralJavaType for array class \\[Ljava.util.UUID;,\nbut got \\`com.vladmihalcea.hibernate.type.array.internal.UUIDArrayTypeDescriptor error with Hibernate 6.4 [#​698](https://github.com/vladmihalcea/hypersistence-utils/issues/698)\n\n### [`v3.7.1`](https://github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-371---January-30-2024)\n\n\\================================================================================\n\nAdd support for Hibernate 6.4 [#​685](https://github.com/vladmihalcea/hypersistence-utils/issues/685)\n\nRemove hypersistence-utils-hibernate-5 module [#​693](https://github.com/vladmihalcea/hypersistence-utils/issues/693)\n\n
\n\n
\nhibernate/hibernate-orm\n\n### [`v6.4.4.Final`](https://github.com/hibernate/hibernate-orm/compare/6.4.3...6.4.4)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.4.3...6.4.4)\n\n### [`v6.4.3.Final`](https://github.com/hibernate/hibernate-orm/compare/6.4.2...6.4.3)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.4.2...6.4.3)\n\n### [`v6.4.2.Final`](https://github.com/hibernate/hibernate-orm/compare/6.4.1...6.4.2)\n\n[Compare Source](https://github.com/hibernate/hibernate-orm/compare/6.4.1...6.4.2)\n\n
\n\n
\nBlazebit/blaze-persistence\n\n### [`v1.6.11`](https://github.com/Blazebit/blaze-persistence/blob/HEAD/CHANGELOG.md#​1611)\n\n[Compare Source](https://github.com/Blazebit/blaze-persistence/compare/1.6.10...1.6.11)\n\n10/01/2024 - [Release tag](https://github.com/Blazebit/blaze-persistence/releases/tag/1.6.11) [Resolved issues](https://github.com/Blazebit/blaze-persistence/issues?q=is%3Aissue+milestone%3A1.6.11+is%3Aclosed+sort%3Aupdated-desc)\n\n##### New features\n\n- Special case mappings with limit of 1 to use `=` instead of `IN` predicate\n- Added support for extended GraphlQL types, for example support DateTime (please read `Backwards-incompatible changes` below )\n\n##### Bug fixes\n\n- Fix over-fetching of entity view data with dynamic fetches\n- Fix Spring 6.1 compatibility\n- Fix Hibernate 6.4.0.Final compatibility\n- Disallow repository sorting by anything other than entity or entity view attribute paths\n\n##### Backwards-incompatible changes\n\n- If you use the GraphQL integration and you are loading the [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars), you might need to migrate your `LocalDataTime` EntityViews to `OffsetDateTime`. Dates will no longer be represented as String in the GraphQl-Schema, but as [DateTime](https://the-guild.dev/graphql/scalars/docs/scalars/date-time).\n\n
\n\n
\ndiffplug/spotless\n\n### [`v2.43.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#​2430---2023-11-27)\n\n##### Added\n\n- Support custom rule sets for Ktlint. ([#​1896](https://github.com/diffplug/spotless/pull/1896))\n\n##### Fixed\n\n- Fix Eclipse JDT on some settings files. ([#​1864](https://github.com/diffplug/spotless/pull/1864) fixes [#​1638](https://github.com/diffplug/spotless/issues/1638))\n\n##### Changes\n\n- Bump default `ktlint` version to latest `1.0.0` -> `1.0.1`. ([#​1855](https://github.com/diffplug/spotless/pull/1855))\n- Add a Step to remove semicolons from Groovy files. ([#​1881](https://github.com/diffplug/spotless/pull/1881))\n\n### [`v2.42.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#​2420---2023-09-28)\n\n##### Added\n\n- Support for biome. The Rome project [was renamed to Biome](https://biomejs.dev/blog/annoucing-biome/).\n The configuration is still the same, but you should switch to the new `biome` tag / function and adjust\n the version accordingly. ([#​1804](https://github.com/diffplug/spotless/issues/1804)).\n- Support for `google-java-format`'s `skip-javadoc-formatting` option. ([#​1793](https://github.com/diffplug/spotless/pull/1793))\n- Support configuration of mirrors for P2 repositories in Maven DSL ([#​1697](https://github.com/diffplug/spotless/issues/1697)).\n- New line endings mode `GIT_ATTRIBUTES_FAST_ALLSAME`. ([#​1838](https://github.com/diffplug/spotless/pull/1838))\n\n##### Fixed\n\n- Fix support for plugins when using Prettier version `3.0.0` and newer. ([#​1802](https://github.com/diffplug/spotless/pull/1802))\n- Fix configuration cache issue around `external process started '/usr/bin/git --version'`. ([#​1806](https://github.com/diffplug/spotless/issues/1806))\n\n##### Changes\n\n- Bump default `flexmark` version to latest `0.64.0` -> `0.64.8`. ([#​1801](https://github.com/diffplug/spotless/pull/1801))\n- Bump default `ktlint` version to latest `0.50.0` -> `1.0.0`. ([#​1808](https://github.com/diffplug/spotless/pull/1808))\n\n
\n\n
\nquarkusio/quarkus\n\n### [`v3.9.2`](https://github.com/quarkusio/quarkus/releases/tag/3.9.2)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.9.1...3.9.2)\n\n##### Complete changelog\n\n- [#​38964](https://github.com/quarkusio/quarkus/pull/38964) - Add smallrye metrics capability\n- [#​39668](https://github.com/quarkusio/quarkus/pull/39668) - Recompute cache when the redis connection pool is exhausted\n- [#​39705](https://github.com/quarkusio/quarkus/pull/39705) - WebSockets Next: error handlers part 1\n- [#​39717](https://github.com/quarkusio/quarkus/issues/39717) - OIDC code flow access token verification is enforced even if the application code does not use it as JWT\n- [#​39718](https://github.com/quarkusio/quarkus/pull/39718) - Enforce OIDC code flow access token verification only if JWT is in the application code\n- [#​39725](https://github.com/quarkusio/quarkus/pull/39725) - Setting the correct CodeFlowVerifyAccessTokenDisabledTest test class name\n- [#​39742](https://github.com/quarkusio/quarkus/pull/39742) - Fix a remaining reference to quarkus.resteasy-reactive. prefix\n- [#​39746](https://github.com/quarkusio/quarkus/issues/39746) - ScheduledExecutorService: cannot remove future task from the scheduler\n- [#​39763](https://github.com/quarkusio/quarkus/pull/39763) - WebSockets Next: error handlers part 2\n- [#​39766](https://github.com/quarkusio/quarkus/pull/39766) - Properly handle array class types to be looked up\n- [#​39770](https://github.com/quarkusio/quarkus/pull/39770) - Improve the multipart encoded mode handling in the rest client\n- [#​39776](https://github.com/quarkusio/quarkus/issues/39776) - Cannot build native image after 3.9.1 upgrade - missing configuration properties but they exist\n- [#​39777](https://github.com/quarkusio/quarkus/issues/39777) - Bean Param init issue - java.lang.NoClassDefFoundError: io/quarkus/generated/int$quarkusrestparamConverter$\n- [#​39790](https://github.com/quarkusio/quarkus/pull/39790) - Add quarkus-credentials-deployment where it's missing\n- [#​39794](https://github.com/quarkusio/quarkus/pull/39794) - Bump org.jboss.threads:jboss-threads from 3.6.0.Final to 3.6.1.Final\n- [#​39797](https://github.com/quarkusio/quarkus/pull/39797) - Docs: fix typo in OIDC tenant resolution by configuration\n- [#​39798](https://github.com/quarkusio/quarkus/issues/39798) - Update documentation for QUARKUS AND GRADLE - Development mode: quarkusDev#workingDir has been deprecated\n- [#​39804](https://github.com/quarkusio/quarkus/pull/39804) - Always record profiles\n- [#​39823](https://github.com/quarkusio/quarkus/pull/39823) - Ensure ParameterConverter is loaded from the TCCL\n- [#​39829](https://github.com/quarkusio/quarkus/pull/39829) - Use quarkusDev#workingDirectory\n- [#​39835](https://github.com/quarkusio/quarkus/pull/39835) - Bump maven-model-helper to 36\n\n### [`v3.9.1`](https://github.com/quarkusio/quarkus/releases/tag/3.9.1)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.9.0...3.9.1)\n\n##### Complete changelog\n\n- [#​25682](https://github.com/quarkusio/quarkus/issues/25682) - Dev Services for Postgresql not working with Rancher\n- [#​36736](https://github.com/quarkusio/quarkus/pull/36736) - Manage Jose4j dependency in the bom\n- [#​36737](https://github.com/quarkusio/quarkus/issues/36737) - Add OpenAPI Filter usage to documentation\n- [#​39088](https://github.com/quarkusio/quarkus/issues/39088) - Solve POM formatting issues when creating project/adding extension/removing extension\n- [#​39224](https://github.com/quarkusio/quarkus/issues/39224) - WebSockets Next: support method parameter injection\n- [#​39313](https://github.com/quarkusio/quarkus/issues/39313) - prod-profile configuration pollutes test profile in integration tests\n- [#​39371](https://github.com/quarkusio/quarkus/pull/39371) - Avoid resolving plugin command after the first option\n- [#​39382](https://github.com/quarkusio/quarkus/pull/39382) - Preserve POM format when extensions are added/removed\n- [#​39385](https://github.com/quarkusio/quarkus/issues/39385) - smallrye-health should hande the case when Vert.x current context is null\n- [#​39388](https://github.com/quarkusio/quarkus/issues/39388) - Hibernate runtime property persisting after build\n- [#​39394](https://github.com/quarkusio/quarkus/pull/39394) - Handle null Vert.x context in smallrye-health\n- [#​39426](https://github.com/quarkusio/quarkus/pull/39426) - Do not record active profile configuration name if a profile one exists\n- [#​39443](https://github.com/quarkusio/quarkus/pull/39443) - Use Quarkus wide version of jna-platform in azure-functions\n- [#​39496](https://github.com/quarkusio/quarkus/issues/39496) - Gradle build cache prevents source packages to be installed to local Maven repository\n- [#​39513](https://github.com/quarkusio/quarkus/issues/39513) - `@SecureField` in members of the response class isn't applied\n- [#​39528](https://github.com/quarkusio/quarkus/issues/39528) - (Doc issue) Getting token using blocking or non blocking calls\n- [#​39544](https://github.com/quarkusio/quarkus/issues/39544) - OidcClient: Getting exception when trying to use tokenHelper\n- [#​39546](https://github.com/quarkusio/quarkus/issues/39546) - Make maxParameters of MultiPartUploadHandler configurable\n- [#​39549](https://github.com/quarkusio/quarkus/pull/39549) - Make max parameters of multipart handling configurable\n- [#​39564](https://github.com/quarkusio/quarkus/pull/39564) - Fix Quarkus REST Jackson `@SecureField` detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays\n- [#​39572](https://github.com/quarkusio/quarkus/pull/39572) - Remove mvnpm and webjars from the 404 page\n- [#​39574](https://github.com/quarkusio/quarkus/pull/39574) - Add a section about openapi filters in the doc\n- [#​39576](https://github.com/quarkusio/quarkus/pull/39576) - Fix semconv-stability.opt-in property name\n- [#​39578](https://github.com/quarkusio/quarkus/pull/39578) - Update quarkus-project-develocity-extension to 1.0.7\n- [#​39579](https://github.com/quarkusio/quarkus/pull/39579) - Don't run CDI interceptors on class-level exception mappers\n- [#​39580](https://github.com/quarkusio/quarkus/pull/39580) - Fix directory name in vertx.adoc\n- [#​39581](https://github.com/quarkusio/quarkus/issues/39581) - The http metrics provide a path instead of REDIRECTION and NOT_FOUND when possible\n- [#​39583](https://github.com/quarkusio/quarkus/pull/39583) - Keep the URIs in the metrics tag if they match a client or server pattern\n- [#​39586](https://github.com/quarkusio/quarkus/issues/39586) - RestMulti is not sending headers if there is no content\n- [#​39587](https://github.com/quarkusio/quarkus/pull/39587) - Properly use headers from RestMulti when the multi is empty\n- [#​39589](https://github.com/quarkusio/quarkus/pull/39589) - Only Add OTel Security Events when span is recording\n- [#​39594](https://github.com/quarkusio/quarkus/pull/39594) - Redis: add documentation for replicas usage\n- [#​39595](https://github.com/quarkusio/quarkus/pull/39595) - Update one of OIDC certificate chain tests to use TenantConfigResolver\n- [#​39598](https://github.com/quarkusio/quarkus/issues/39598) - ClassNotFoundException for beanparam class with generics in external artifact\n- [#​39599](https://github.com/quarkusio/quarkus/issues/39599) - JsonObject is empty when used with resteasy-reactive\n- [#​39604](https://github.com/quarkusio/quarkus/pull/39604) - Do not record local sources in runtime config defaults.\n- [#​39615](https://github.com/quarkusio/quarkus/pull/39615) - Allow JsonObject and JsonArray to be used in any POJO for JSON handling\n- [#​39623](https://github.com/quarkusio/quarkus/issues/39623) - Type not consistent in sample code\n- [#​39626](https://github.com/quarkusio/quarkus/pull/39626) - Update parameter type to be consistent across the doc\n- [#​39628](https://github.com/quarkusio/quarkus/pull/39628) - Bump smallrye-jwt.version from 4.4.0 to 4.5.0\n- [#​39630](https://github.com/quarkusio/quarkus/pull/39630) - Bump smallrye-reactive-messaging.version from 4.18.0 to 4.19.0\n- [#​39638](https://github.com/quarkusio/quarkus/pull/39638) - Avoid all caching in DevModeClient\n- [#​39642](https://github.com/quarkusio/quarkus/pull/39642) - WebSocket Next: endpoint callback arguments injection\n- [#​39645](https://github.com/quarkusio/quarkus/pull/39645) - Improve the OIDC Client Quickstart document\n- [#​39651](https://github.com/quarkusio/quarkus/pull/39651) - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0\n- [#​39656](https://github.com/quarkusio/quarkus/pull/39656) - Bump maven-model-helper to 35\n- [#​39661](https://github.com/quarkusio/quarkus/pull/39661) - Fix property name in OIDC docs\n- [#​39679](https://github.com/quarkusio/quarkus/pull/39679) - Bump mime4j version to 0.8.11\n- [#​39682](https://github.com/quarkusio/quarkus/pull/39682) - Fix postgres datasource devservice not working with rancher-desktop on mac arm\n- [#​39691](https://github.com/quarkusio/quarkus/pull/39691) - Fix dev-mode issue with generated classes for Quarkus REST converters\n- [#​39699](https://github.com/quarkusio/quarkus/issues/39699) - UpxCompressionBuildStep Not Executed Since Quarkus 3.8.2\n- [#​39702](https://github.com/quarkusio/quarkus/pull/39702) - Bring back erroneously removed `@BuildStep`\n- [#​39706](https://github.com/quarkusio/quarkus/pull/39706) - Use --no-daemon when calling gradle update\n\n### [`v3.9.0`](https://github.com/quarkusio/quarkus/releases/tag/3.9.0)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.8.3...3.9.0)\n\n##### Complete changelog\n\n- [#​25101](https://github.com/quarkusio/quarkus/issues/25101) - \\[CI] - quarkus-devtools-compat + Quarkus main\n- [#​27374](https://github.com/quarkusio/quarkus/issues/27374) - Update Quarkus CLI doc for installing specific version of the CLI to avoid printing warnings\n- [#​39144](https://github.com/quarkusio/quarkus/issues/39144) - WebSockets Next: documentation\n- [#​39315](https://github.com/quarkusio/quarkus/issues/39315) - `@ConfigMapping` handling of Maps is not compatible with old config classes\n- [#​39344](https://github.com/quarkusio/quarkus/issues/39344) - Avro schemas aren't generated in isolation\n- [#​39345](https://github.com/quarkusio/quarkus/pull/39345) - Isolate Avro schema code generation when using multiple schema files\n- [#​39363](https://github.com/quarkusio/quarkus/pull/39363) - Initial version of the WebSocket Next documentation\n- [#​39413](https://github.com/quarkusio/quarkus/pull/39413) - Refresh documentation (and some tests) of the Hibernate Search + ORM extension\n- [#​39427](https://github.com/quarkusio/quarkus/issues/39427) - Enforce authorization code flow access token verification if `JsonWebToken` is injected\n- [#​39428](https://github.com/quarkusio/quarkus/issues/39428) - Enforce OIDC UserInfo acquisition if `UserInfo` is injected\n- [#​39441](https://github.com/quarkusio/quarkus/issues/39441) - RESTEasy Reactive dependency added to deployment classpath of nearly all Quarkus apps\n- [#​39445](https://github.com/quarkusio/quarkus/pull/39445) - Remove Quarkus REST deployment dependency from Vertx HTTP deployment\n- [#​39447](https://github.com/quarkusio/quarkus/pull/39447) - Save concat indy allocations on JarResource::getResourceURL\n- [#​39454](https://github.com/quarkusio/quarkus/pull/39454) - Bump org.jboss.threads:jboss-threads from 3.5.1.Final to 3.6.0.Final\n- [#​39458](https://github.com/quarkusio/quarkus/pull/39458) - Enforce OIDC UserInfo acquisition and authorization code flow access token verification if UserInfo and JsonWebToken beans are injected\n- [#​39467](https://github.com/quarkusio/quarkus/pull/39467) - Fix codestarts compatibility with older CLI\n- [#​39468](https://github.com/quarkusio/quarkus/issues/39468) - ChainBuildException - Cycle detected after [#​39352](https://github.com/quarkusio/quarkus/issues/39352) MR\n- [#​39470](https://github.com/quarkusio/quarkus/pull/39470) - Remove the old MetricBuildItem SPI\n- [#​39471](https://github.com/quarkusio/quarkus/pull/39471) - Update to Vert.x 4.5.5\n- [#​39472](https://github.com/quarkusio/quarkus/pull/39472) - Update SmallRye Config to 3.7.0\n- [#​39474](https://github.com/quarkusio/quarkus/pull/39474) - Use explicit jar reference instead of GAV to avoid duplicate log warning\n- [#​39476](https://github.com/quarkusio/quarkus/pull/39476) - Fix the broken link to the OIDC client reference doc\n- [#​39477](https://github.com/quarkusio/quarkus/pull/39477) - Adjust toggle names in OTel InstrumentBuildTimeConfig\n- [#​39479](https://github.com/quarkusio/quarkus/issues/39479) - 3.9.0.CR2: NoClassDefFoundError: io/quarkus/security/spi/runtime/SecurityEvent\n- [#​39480](https://github.com/quarkusio/quarkus/pull/39480) - Fix security spi dependency on OTel\n- [#​39487](https://github.com/quarkusio/quarkus/pull/39487) - Allow occasional pin events in ShouldNotPin\n- [#​39491](https://github.com/quarkusio/quarkus/pull/39491) - Ignore the split access and refresh token cookies for resolving the tenant\n- [#​39519](https://github.com/quarkusio/quarkus/issues/39519) - OpenTelemetry - respect proxy settings in VertxGrpcExporter and VertxHttpExporter\n- [#​39522](https://github.com/quarkusio/quarkus/pull/39522) - Fix typos in rest doc\n- [#​39530](https://github.com/quarkusio/quarkus/pull/39530) - Update profile section in building-native-image.adoc\n- [#​39531](https://github.com/quarkusio/quarkus/pull/39531) - Use SmallRye Commons Inet\n- [#​39533](https://github.com/quarkusio/quarkus/issues/39533) - Class loader leak in configuration\n- [#​39536](https://github.com/quarkusio/quarkus/pull/39536) - Bump org.postgresql:postgresql from 42.7.2 to 42.7.3\n- [#​39541](https://github.com/quarkusio/quarkus/pull/39541) - Update SmallRye Config to 3.7.1\n- [#​39543](https://github.com/quarkusio/quarkus/pull/39543) - Enable proxy configuration for OpenTelemetry exporters\n- [#​39562](https://github.com/quarkusio/quarkus/pull/39562) - Bump io.smallrye.config:smallrye-config-source-yaml from 3.7.0 to 3.7.1 in /devtools/gradle\n\n### [`v3.8.3`](https://github.com/quarkusio/quarkus/releases/tag/3.8.3)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.8.2...3.8.3)\n\n##### Complete changelog\n\n- [#​25453](https://github.com/quarkusio/quarkus/issues/25453) - Mutiny is not compatible with quarkus opentelemetry\n- [#​31497](https://github.com/quarkusio/quarkus/issues/31497) - Enabled micrometer.binder.http-server should also capture parameterized sub-resources\n- [#​39047](https://github.com/quarkusio/quarkus/issues/39047) - Reactive pg datasource with enabled health check opens more connections than configured\n- [#​39145](https://github.com/quarkusio/quarkus/issues/39145) - Hibernate schema validation is flaky and fails due missing tables (while the tables are present)\n- [#​39162](https://github.com/quarkusio/quarkus/pull/39162) - Add mapping to a Map\\ in the documentation\n- [#​39178](https://github.com/quarkusio/quarkus/pull/39178) - Update grpc-service-implementation.adoc\n- [#​39192](https://github.com/quarkusio/quarkus/pull/39192) - Make HTTP templates for observability work with subresources\n- [#​39197](https://github.com/quarkusio/quarkus/issues/39197) - Qute is not adding the right NativeImageResourceBuildItem when using a custom template root\n- [#​39204](https://github.com/quarkusio/quarkus/issues/39204) - Update partial extension names to include full extension names\n- [#​39216](https://github.com/quarkusio/quarkus/pull/39216) - Unwrap processing exception from REST Client when returning a Uni\n- [#​39223](https://github.com/quarkusio/quarkus/pull/39223) - Fix WithSpan uni and multi\n- [#​39225](https://github.com/quarkusio/quarkus/pull/39225) - Upgrade to Mutiny 2.5.8\n- [#​39242](https://github.com/quarkusio/quarkus/issues/39242) - e quarkus-azure-functions-http generationg function.json with missing method.\n- [#​39245](https://github.com/quarkusio/quarkus/issues/39245) - dev-ui shows wrong property for rest-client\n- [#​39251](https://github.com/quarkusio/quarkus/pull/39251) - Make mutiny version of pool use the already configured vertx pool\n- [#​39252](https://github.com/quarkusio/quarkus/pull/39252) - Explicitly set all HTTP methods for Azure Functions\n- [#​39255](https://github.com/quarkusio/quarkus/pull/39255) - Fix config key for dev-ui\n- [#​39257](https://github.com/quarkusio/quarkus/issues/39257) - Quarkus 3.8.1: Use GraalVM sdk 23.1.2 over 23.0.1\n- [#​39260](https://github.com/quarkusio/quarkus/pull/39260) - Bump GraalVM SDK version to 23.1.2\n- [#​39265](https://github.com/quarkusio/quarkus/pull/39265) - Properly support sending InputStream in REST Client\n- [#​39266](https://github.com/quarkusio/quarkus/issues/39266) - ./mvnw --file $(pwd)/./pom.xml broken since quarkus 3.7.1\n- [#​39270](https://github.com/quarkusio/quarkus/issues/39270) - Update the title of dev-ui.adoc\n- [#​39271](https://github.com/quarkusio/quarkus/pull/39271) - Update the title of dev-ui.adoc and fix minor typos\n- [#​39294](https://github.com/quarkusio/quarkus/pull/39294) - Qute: add correct NativeImageResourceBuildItem for custom template root\n- [#​39309](https://github.com/quarkusio/quarkus/pull/39309) - Normalize POM path\n- [#​39310](https://github.com/quarkusio/quarkus/issues/39310) - Wrong reference on list of injected beans\n- [#​39311](https://github.com/quarkusio/quarkus/pull/39311) - Be more consistent with extension names in datasource.adoc\n- [#​39316](https://github.com/quarkusio/quarkus/issues/39316) - Empty container-group not allowed in Quarkus 3.8.2\n- [#​39319](https://github.com/quarkusio/quarkus/pull/39319) - org.graalvm.js:js was renamed to org.graalvm.polyglot:js-community\n- [#​39337](https://github.com/quarkusio/quarkus/pull/39337) - Fix rest-client-mutiny mention in the docs\n- [#​39350](https://github.com/quarkusio/quarkus/issues/39350) - Exception when building application with a lot of dependencies, String too large to record error\n- [#​39352](https://github.com/quarkusio/quarkus/pull/39352) - Make Hibernate / Micrometer integration run after schema creation\n- [#​39353](https://github.com/quarkusio/quarkus/pull/39353) - Allow config empty values in the Gradle worker\n- [#​39354](https://github.com/quarkusio/quarkus/pull/39354) - Add note about pre-matching filters execution model\n- [#​39368](https://github.com/quarkusio/quarkus/issues/39368) - Submodule on second level fails to find itself in dev mode\n- [#​39372](https://github.com/quarkusio/quarkus/pull/39372) - Replace `org.graalvm.sdk:graal-sdk` dependency with `org.graalvm.sdk:nativeimage`\n- [#​39379](https://github.com/quarkusio/quarkus/pull/39379) - Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1\n- [#​39383](https://github.com/quarkusio/quarkus/pull/39383) - Typo at OIDC Client Mutual TLS config properties\n- [#​39386](https://github.com/quarkusio/quarkus/pull/39386) - Update to Brotli4J 1.16.0\n- [#​39402](https://github.com/quarkusio/quarkus/pull/39402) - ArC: fix creation of synthetic beans\n- [#​39411](https://github.com/quarkusio/quarkus/pull/39411) - Fix typo in Building my first extension\n- [#​39418](https://github.com/quarkusio/quarkus/pull/39418) - Use the value of project/default-codestart from the platform descriptor as the default codestart instead of a hardcoded value\n- [#​39430](https://github.com/quarkusio/quarkus/pull/39430) - Fix misleading error message when REST Client interface has been indexed\n- [#​39434](https://github.com/quarkusio/quarkus/pull/39434) - Qute: fix the NoRestartTemplatesDevModeTest on Windows\n- [#​39437](https://github.com/quarkusio/quarkus/pull/39437) - Make sure the current project location isn't overridden by other modules with the same groupId and artifactId\n- [#​39440](https://github.com/quarkusio/quarkus/issues/39440) - graal-sdk in 23.1.x brings in `org.graalvm.polyglot` which causes a couple of issues (wrap up)\n- [#​39442](https://github.com/quarkusio/quarkus/pull/39442) - Exclude org.graalvm.polyglot:polyglot from graal-sdk\n\n### [`v3.8.2`](https://github.com/quarkusio/quarkus/releases/tag/3.8.2)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.8.1...3.8.2)\n\n##### Complete changelog\n\n- [#​19849](https://github.com/quarkusio/quarkus/issues/19849) - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter\n- [#​27999](https://github.com/quarkusio/quarkus/issues/27999) - quarkus.datasource.\"datasource-name\".jdbc.min-size not honored if max-lifetime is set\n- [#​35993](https://github.com/quarkusio/quarkus/issues/35993) - Event-loop thread blocked when connecting to an unavailable OIDC server\n- [#​37984](https://github.com/quarkusio/quarkus/issues/37984) - Custom SecretsKeyHandler not found after update to 3.6.4\n- [#​38007](https://github.com/quarkusio/quarkus/issues/38007) - Failure to resolve encrypted configuration properties with the Gradle plugin\n- [#​38392](https://github.com/quarkusio/quarkus/issues/38392) - Application.properties string substitution does not work when using gradle variables\n- [#​38424](https://github.com/quarkusio/quarkus/issues/38424) - application-test.yml is not utilized during tests executed during gradle build\n- [#​38435](https://github.com/quarkusio/quarkus/pull/38435) - Fix CLI not recognizing installed plugins\n- [#​38900](https://github.com/quarkusio/quarkus/pull/38900) - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0\n- [#​38971](https://github.com/quarkusio/quarkus/pull/38971) - Clarify that `quarkus.profile` cannot be set from a profile aware file\n- [#​38988](https://github.com/quarkusio/quarkus/pull/38988) - Do not expand configuration for Gradle cache\n- [#​38989](https://github.com/quarkusio/quarkus/issues/38989) - cert chain public key resolver thumbprints\n- [#​39001](https://github.com/quarkusio/quarkus/pull/39001) - Update to Vert.x 4.5.4 and Netty 4.1.107\n- [#​39021](https://github.com/quarkusio/quarkus/pull/39021) - Upgrade to testcontainers 1.19.6\n- [#​39023](https://github.com/quarkusio/quarkus/pull/39023) - Remove selector field from generated Job manifest in docs\n- [#​39041](https://github.com/quarkusio/quarkus/issues/39041) - JAX-RS seeOther does not work with IPv6\n- [#​39046](https://github.com/quarkusio/quarkus/pull/39046) - Make sure Response and RestResponse work properly with IPv6 addresses\n- [#​39057](https://github.com/quarkusio/quarkus/pull/39057) - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch\n- [#​39059](https://github.com/quarkusio/quarkus/issues/39059) - Exception in blocking graphql query is wrapped\n- [#​39063](https://github.com/quarkusio/quarkus/pull/39063) - Fix the OIDC token verification failure with the inlined cert chain\n- [#​39067](https://github.com/quarkusio/quarkus/pull/39067) - Updates to Infinispan 14.0.25.Final\n- [#​39068](https://github.com/quarkusio/quarkus/pull/39068) - Optionally run DNS lookup for OIDC server requests on worker thread\n- [#​39069](https://github.com/quarkusio/quarkus/pull/39069) - Do not fail UPX if compression level is not given\n- [#​39070](https://github.com/quarkusio/quarkus/pull/39070) - Doc: add Pulsar in Dev Services Overview\n- [#​39072](https://github.com/quarkusio/quarkus/pull/39072) - Update to Agroal 2.3\n- [#​39078](https://github.com/quarkusio/quarkus/pull/39078) - Unwrap actual GraphQL data fetching exception if it is wrapped\n- [#​39093](https://github.com/quarkusio/quarkus/pull/39093) - Fix cross-references in the Vert.x Reference Guide\n- [#​39094](https://github.com/quarkusio/quarkus/pull/39094) - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection\n- [#​39102](https://github.com/quarkusio/quarkus/pull/39102) - Properly pass annotations to MessageBodyReader in REST Client\n- [#​39120](https://github.com/quarkusio/quarkus/issues/39120) - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled\n- [#​39121](https://github.com/quarkusio/quarkus/pull/39121) - Do not fail on resolve kafka streams topics when topics check disabled\n- [#​39122](https://github.com/quarkusio/quarkus/pull/39122) - Use bcrypt password mapper in elytron-security-jdbc docs\n- [#​39123](https://github.com/quarkusio/quarkus/issues/39123) - Quarkus Dev Services passes wrong volume path to Docker on Windows\n- [#​39130](https://github.com/quarkusio/quarkus/issues/39130) - When building images with jib the fast-jar-lib layer is always changed\n- [#​39136](https://github.com/quarkusio/quarkus/pull/39136) - Fix wrong volume host path being used on Windows\n- [#​39147](https://github.com/quarkusio/quarkus/pull/39147) - Keep the timestamps when copying jars and building JIB layers\n- [#​39160](https://github.com/quarkusio/quarkus/pull/39160) - Fail on conflicting deployment kinds\n- [#​39168](https://github.com/quarkusio/quarkus/pull/39168) - Remove misleading note from jacoco.enabled\n- [#​39169](https://github.com/quarkusio/quarkus/issues/39169) - Unable to produce multiple synthetic beans of same type having different identifiers\n- [#​39179](https://github.com/quarkusio/quarkus/pull/39179) - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver\n- [#​39181](https://github.com/quarkusio/quarkus/pull/39181) - ArC: fix BeanConfiguratorBase#read()\n- [#​39201](https://github.com/quarkusio/quarkus/pull/39201) - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final\n- [#​39203](https://github.com/quarkusio/quarkus/pull/39203) - Fix typo in testing Getting Started guide example\n\n### [`v3.8.1`](https://github.com/quarkusio/quarkus/releases/tag/3.8.1)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.8.0...3.8.1)\n\n##### Complete changelog\n\n- [#​5314](https://github.com/quarkusio/quarkus/issues/5314) - Subresouce init resource failed when using `ResourceContext.getResource`\n- [#​36427](https://github.com/quarkusio/quarkus/issues/36427) - Keycloak admin client fail with \"authHeader\" is null when using classic extensions\n- [#​37065](https://github.com/quarkusio/quarkus/issues/37065) - Azure Functions Http: missing HTTP method definitions for delete and patch\n- [#​37779](https://github.com/quarkusio/quarkus/issues/37779) - No healthcheck for default Agroal datasource if `quarkus.datasource.db-kind` is not set\n- [#​37962](https://github.com/quarkusio/quarkus/issues/37962) - Can't specify custom quarkus.profile when running tests\n- [#​38557](https://github.com/quarkusio/quarkus/issues/38557) - Overwriting application configuration does not work with .env File\n- [#​38798](https://github.com/quarkusio/quarkus/issues/38798) - Using custom header in REST client together with `@NotBody` annotated argument results in warning from EndpointIndexer\n- [#​38880](https://github.com/quarkusio/quarkus/issues/38880) - CronJob deployment doesn't work due to `selector` field\n- [#​38881](https://github.com/quarkusio/quarkus/pull/38881) - Remove selector field if it's empty from manifest\n- [#​38891](https://github.com/quarkusio/quarkus/pull/38891) - Reduce message log level\n- [#​38895](https://github.com/quarkusio/quarkus/pull/38895) - Make VertxGrpcExporter more robust\n- [#​38899](https://github.com/quarkusio/quarkus/pull/38899) - Fix Keycloak Admin Client Classic when used with the RESTEasy JSON-B and REST Client JSON-B extensions\n- [#​38901](https://github.com/quarkusio/quarkus/issues/38901) - OidcProvider throws NPE when certificate chain is configured with OIDC server which has no JWK keys at the startup\n- [#​38909](https://github.com/quarkusio/quarkus/pull/38909) - Bump org.postgresql:postgresql from 42.7.1 to 42.7.2\n- [#​38923](https://github.com/quarkusio/quarkus/pull/38923) - Allow all HTTP methods in Azure functions\n- [#​38925](https://github.com/quarkusio/quarkus/pull/38925) - Improve shutdown of VertxHttpExporter and VertxGrpcExporter\n- [#​38927](https://github.com/quarkusio/quarkus/pull/38927) - Use supplier in order to properly have mutiny retry\n- [#​38928](https://github.com/quarkusio/quarkus/issues/38928) - quarkus-quartz: CDIAwareJob destroys instance of Quartz Job too early when Job is a `@Dependent` bean\n- [#​38932](https://github.com/quarkusio/quarkus/pull/38932) - Fix NPE when OIDC token must be verified with the chain with OIDC server returning no JWKs\n- [#​38934](https://github.com/quarkusio/quarkus/issues/38934) - Agroal Data Source Health check failing for reactive data source\n- [#​38935](https://github.com/quarkusio/quarkus/pull/38935) - Upgrade to Mutiny 2.5.7\n- [#​38938](https://github.com/quarkusio/quarkus/pull/38938) - Propagate user.dir to Gradle worker\n- [#​38944](https://github.com/quarkusio/quarkus/pull/38944) - Bump smallrye-open-api.version from 3.9.0 to 3.10.0\n- [#​38949](https://github.com/quarkusio/quarkus/issues/38949) - Postgresql bump causing detection of instance Random/SplittableRandom\n- [#​38952](https://github.com/quarkusio/quarkus/issues/38952) - Properly pass errors from JsonRPC backends to Dev UI\n- [#​38953](https://github.com/quarkusio/quarkus/pull/38953) - Unwrap the actual failure from JsonRPC if it's wrapped\n- [#​38955](https://github.com/quarkusio/quarkus/pull/38955) - Try to get more disk space\n- [#​38957](https://github.com/quarkusio/quarkus/pull/38957) - Quartz - fix `@Dependent` job creation/destruction when there is a re-fire\n- [#​38958](https://github.com/quarkusio/quarkus/pull/38958) - Runtime reinitialize org.postgresql.util.PasswordUtil$SecureRandomHolder\n- [#​38959](https://github.com/quarkusio/quarkus/pull/38959) - Agroal - Only generate health checks for JDBC datasources\n- [#​38978](https://github.com/quarkusio/quarkus/pull/38978) - Bump org.mariadb.jdbc:mariadb-java-client from 3.3.2 to 3.3.3\n- [#​38979](https://github.com/quarkusio/quarkus/pull/38979) - Propagate quarkus.test.profile to Gradle worker\n- [#​38986](https://github.com/quarkusio/quarkus/pull/38986) - Add missing brace in property expression\n- [#​38990](https://github.com/quarkusio/quarkus/issues/38990) - Quarkus 3.7.4 java.lang.ClassNotFoundException when running devsevices with gradle\n- [#​38995](https://github.com/quarkusio/quarkus/pull/38995) - Take client methods into account in server endpoint indexer\n- [#​38997](https://github.com/quarkusio/quarkus/pull/38997) - Add hint about exporter collector protocol on generic gRPC error\n- [#​38999](https://github.com/quarkusio/quarkus/pull/38999) - Remove JetBrains `@Nullable` from RESTEasy Reactive code\n- [#​39006](https://github.com/quarkusio/quarkus/pull/39006) - Bump Keycloak version to 23.0.7\n- [#​39020](https://github.com/quarkusio/quarkus/pull/39020) - Make VertxHttpExporter more robust\n- [#​39022](https://github.com/quarkusio/quarkus/issues/39022) - `JAVA_APP_DIR` should be set for container images\n- [#​39024](https://github.com/quarkusio/quarkus/pull/39024) - Set JAVA_APP_DIR env var when necessary\n- [#​39028](https://github.com/quarkusio/quarkus/pull/39028) - Make Sub Resources unremovable beans\n- [#​39029](https://github.com/quarkusio/quarkus/pull/39029) - Update to Brotli 1.14.0\n- [#​39031](https://github.com/quarkusio/quarkus/pull/39031) - Add commons-codec to Dev Services dependencies\n\n### [`v3.8.0`](https://github.com/quarkusio/quarkus/releases/tag/3.8.0)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.4...3.8.0)\n\n##### Complete changelog\n\n- [#​35686](https://github.com/quarkusio/quarkus/issues/35686) - Sporadic \"Failed to export spans. The request could not be executed. Full error message: Stream was closed\"\n\n### [`v3.7.4`](https://github.com/quarkusio/quarkus/releases/tag/3.7.4)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.3...3.7.4)\n\n##### Complete changelog\n\n- [#​37608](https://github.com/quarkusio/quarkus/issues/37608) - gRPC starter app is using legacy approach, single HTTP server should be used instead\n- [#​38236](https://github.com/quarkusio/quarkus/issues/38236) - Adding a decorator causes bytecode error\n- [#​38504](https://github.com/quarkusio/quarkus/issues/38504) - NPE on oidc-client when quarkus.oidc-client.grant-options.password.password not provided\n- [#​38533](https://github.com/quarkusio/quarkus/issues/38533) - 'Unable to find a JDBC driver' for Hibernate Reactive after updating to 3.7.1\n- [#​38683](https://github.com/quarkusio/quarkus/issues/38683) - Build time performance regression and bigger native binaries when migrating from 3.5 to 3.6 or 3.7\n- [#​38688](https://github.com/quarkusio/quarkus/pull/38688) - Making sure deployment modules excluded in POM files aren't pulled in by the Gradle plugin\n- [#​38721](https://github.com/quarkusio/quarkus/issues/38721) - Java 21: `@VirtualThreadUnit` produces very slow tests\n- [#​38763](https://github.com/quarkusio/quarkus/issues/38763) - Enable an injection of the OIDC code flow access token verificaton material\n- [#​38767](https://github.com/quarkusio/quarkus/pull/38767) - Fail early if OIDC client password grant is misconfigured\n- [#​38771](https://github.com/quarkusio/quarkus/pull/38771) - Adds an implementation note about `@VirtualThreadUnit` limitations\n- [#​38775](https://github.com/quarkusio/quarkus/pull/38775) - Use the right MongoDB ClientSession interface\n- [#​38776](https://github.com/quarkusio/quarkus/issues/38776) - OidcRequestFilter with OidcEndpoint applied to all endpoints\n- [#​38777](https://github.com/quarkusio/quarkus/issues/38777) - OIDC Code flow access token verification goes ahead even if the ID token verification has failed\n- [#​38779](https://github.com/quarkusio/quarkus/pull/38779) - Fix OidcEndpoint annotation processing\n- [#​38784](https://github.com/quarkusio/quarkus/pull/38784) - Fix guide URL in RESTEasy Client extension\n- [#​38785](https://github.com/quarkusio/quarkus/pull/38785) - ArC: fix interception when some methods return void\n- [#​38798](https://github.com/quarkusio/quarkus/issues/38798) - Using custom header in REST client together with `@NotBody` annotated argument results in warning from EndpointIndexer\n- [#​38800](https://github.com/quarkusio/quarkus/pull/38800) - Don't warn about `@NotBody` use in `@GET` methods in REST Client\n- [#​38802](https://github.com/quarkusio/quarkus/issues/38802) - Multipart form data is interpreted as a file although it's not a file\n- [#​38803](https://github.com/quarkusio/quarkus/issues/38803) - OIDC server is erroneously shown as not available\n- [#​38810](https://github.com/quarkusio/quarkus/pull/38810) - Expand types which are considered text in multipart handling\n- [#​38815](https://github.com/quarkusio/quarkus/issues/38815) - Support security identity propagation in VT\n- [#​38816](https://github.com/quarkusio/quarkus/pull/38816) - Propagate Vert.x context on all ExecutorService methods for VirtualThreadExecutor\n- [#​38817](https://github.com/quarkusio/quarkus/issues/38817) - Mocking Singleton does not work even when using `@MockitoConfig`(convertScopes = true) - Bean produced from factory method\n- [#​38818](https://github.com/quarkusio/quarkus/pull/38818) - Allow `RunAndCheckMojoTestBase` subclasses to override how much memory extension tests are allowed\n- [#​38819](https://github.com/quarkusio/quarkus/pull/38819) - Add response text to the OIDC bootstrap log errors\n- [#​38821](https://github.com/quarkusio/quarkus/pull/38821) - Configure SISU bean filtering for the bootstrap Maven resolver\n- [#​38824](https://github.com/quarkusio/quarkus/issues/38824) - Memory leak when using FT Fallback with dependent beans\n- [#​38833](https://github.com/quarkusio/quarkus/issues/38833) - Keycloak Admin Client Reactive error id: [`9009f9b`](https://github.com/quarkusio/quarkus/commit/9009f9b4)-1d58-4011-9ff2-49b87bb59ddd-1: java.lang.NullPointerException: Cannot invoke \"String.startsWith(String)\" because \"authHeader\" is null\n- [#​38836](https://github.com/quarkusio/quarkus/pull/38836) - Fix Keycloak Admin Client Reactive Jackson reader provider priority so that the client can work when the JSONB REST client extension is present\n- [#​38837](https://github.com/quarkusio/quarkus/issues/38837) - Quarkus create new project fails when -DnoCode is used and artifactId is not set properly\n- [#​38843](https://github.com/quarkusio/quarkus/pull/38843) - Check the code flow access token after ID token\n- [#​38844](https://github.com/quarkusio/quarkus/pull/38844) - Fix copy/paste typo\n- [#​38849](https://github.com/quarkusio/quarkus/pull/38849) - Ensure that generated project GAV is always set\n- [#​38851](https://github.com/quarkusio/quarkus/issues/38851) - Kafka integration tests fail with latest Mandrel/GraalVM 24.1-dev builds\n- [#​38853](https://github.com/quarkusio/quarkus/pull/38853) - \\[3.7] Perform security checks on inherited endpoints before payload deserialization in the RESTEasy Reactive\n- [#​38855](https://github.com/quarkusio/quarkus/pull/38855) - Make registration of OAuthBearerValidatorCallbackHandler conditional\n- [#​38858](https://github.com/quarkusio/quarkus/pull/38858) - Testing: fix `@MockitoConfig`(convertScopes=true) with auto-producers\n- [#​38859](https://github.com/quarkusio/quarkus/pull/38859) - Fix warning when launching dev mode specifying quarkus-maven-plugin GAV on the command line\n- [#​38865](https://github.com/quarkusio/quarkus/pull/38865) - Update commons-compress version to mitigate CVE-2024-25710\n- [#​38866](https://github.com/quarkusio/quarkus/issues/38866) - Sporadic error in custom readiness check using `keycloak-admin-client`: `IllegalStateException: Client is closed`\n- [#​38868](https://github.com/quarkusio/quarkus/pull/38868) - Add config flag to disable jacoco\n- [#​38882](https://github.com/quarkusio/quarkus/pull/38882) - Quartz - prevent memory leak when Job instance is a `@Dependent` bean\n- [#​38886](https://github.com/quarkusio/quarkus/pull/38886) - Ignore `ValidationSchema` that results in registering all models\n- [#​38888](https://github.com/quarkusio/quarkus/pull/38888) - SmallRye Health: terminate request context properly\n- [#​38889](https://github.com/quarkusio/quarkus/issues/38889) - Kafka reactive messaging extension incompatible with Micrometer Prometheus extension for Quarkus 3.7.\\*\n- [#​38890](https://github.com/quarkusio/quarkus/pull/38890) - Log resolved OIDC tenant id and how the bearer token is found\n- [#​38894](https://github.com/quarkusio/quarkus/pull/38894) - Disable messaging observation by default for backwards compatibility\n- [#​38897](https://github.com/quarkusio/quarkus/pull/38897) - Attempt to fix flaky DependentBeanJobTest\n\n### [`v3.7.3`](https://github.com/quarkusio/quarkus/releases/tag/3.7.3)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.2...3.7.3)\n\n##### Complete changelog\n\n- [#​36341](https://github.com/quarkusio/quarkus/issues/36341) - The API method KafkaStreams#cleanUp() is not applicable when use `@Produces` to build the topology\n- [#​37091](https://github.com/quarkusio/quarkus/pull/37091) - Fix VertxGrpcExporter reponse status handling\n- [#​37911](https://github.com/quarkusio/quarkus/pull/37911) - Store since JavaDoc tag in the configuration metadata, so that Quarkiverse projects can render it in their documentation if they like\n- [#​38055](https://github.com/quarkusio/quarkus/issues/38055) - Make annotation app.quarkus.io/vcs-uri optional in Kubernetes extension\n- [#​38079](https://github.com/quarkusio/quarkus/pull/38079) - Make OidcTestSecurityIdentityAugmentor faster by making privateKey's generation final and static\n- [#​38196](https://github.com/quarkusio/quarkus/pull/38196) - Use Vert.x pool with Jackson\n- [#​38477](https://github.com/quarkusio/quarkus/pull/38477) - Add disabled workflow to deploy snapshots in Quarkiverse extensions\n- [#​38489](https://github.com/quarkusio/quarkus/issues/38489) - OIDC authentication.extra-params not added to dev-services auth request\n- [#​38602](https://github.com/quarkusio/quarkus/issues/38602) - QuarkusComponentTest: `@TestConfigProperties` not applicable to method (override multiple config properties)\n- [#​38607](https://github.com/quarkusio/quarkus/pull/38607) - Gradle: fix IllegalStateException when resolving project deps\n- [#​38613](https://github.com/quarkusio/quarkus/issues/38613) - RabbitMQ Health Checks cannot be disabled from 3.7+\n- [#​38615](https://github.com/quarkusio/quarkus/pull/38615) - Updates to Infinispan 14.0.24.Final\n- [#​38619](https://github.com/quarkusio/quarkus/pull/38619) - Pass extra authentication params in the OIDC DevUI code flow redirect URL\n- [#​38626](https://github.com/quarkusio/quarkus/pull/38626) - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2\n- [#​38650](https://github.com/quarkusio/quarkus/issues/38650) - UI doesn't work correct with umlauts\n- [#​38653](https://github.com/quarkusio/quarkus/pull/38653) - Enforce Dev UI charset to UTF-8\n- [#​38655](https://github.com/quarkusio/quarkus/pull/38655) - Allow for multiple TestConfigProperty annotations on methods\n- [#​38656](https://github.com/quarkusio/quarkus/pull/38656) - Upgrade the Mutiny Vert.x bindings to 3.9.0\n- [#​38658](https://github.com/quarkusio/quarkus/issues/38658) - Configure a REST Client ClientLogger vΓ­a CDI\n- [#​38662](https://github.com/quarkusio/quarkus/pull/38662) - Bump io.smallrye.config:smallrye-config-source-yaml from 3.5.2 to 3.5.4 in /devtools/gradle\n- [#​38663](https://github.com/quarkusio/quarkus/issues/38663) - ContainerRequestContext.getUriInfo().getMatchedURIs() IndexOutOfBoundsException\n- [#​38664](https://github.com/quarkusio/quarkus/pull/38664) - Bump Smallrye RM from 4.16.0 to 4.16.1\n- [#​38670](https://github.com/quarkusio/quarkus/pull/38670) - Make ClientLogger beans unremovable\n- [#​38671](https://github.com/quarkusio/quarkus/pull/38671) - Redis Client: improve documentation for sentinel and cluster\n- [#​38672](https://github.com/quarkusio/quarkus/pull/38672) - Remove WATCH Command in absence of Optimistic Locking\n- [#​38673](https://github.com/quarkusio/quarkus/pull/38673) - Fix OidcRequestFiler typo in security docs\n- [#​38674](https://github.com/quarkusio/quarkus/pull/38674) - Improve flaky test\n- [#​38675](https://github.com/quarkusio/quarkus/pull/38675) - Correct example generated yaml in extension metadata docs\n- [#​38676](https://github.com/quarkusio/quarkus/issues/38676) - OpenAPI does not fill roles in SecurityScheme in schema\n- [#​38680](https://github.com/quarkusio/quarkus/pull/38680) - Log how Keycloak devservice maps resources\n- [#​38681](https://github.com/quarkusio/quarkus/pull/38681) - Upgrade to Hibernate ORM 6.4.4.Final / bytebuddy 1.14.11\n- [#​38686](https://github.com/quarkusio/quarkus/pull/38686) - Make GraphQL Metrics End when Exceptional\n- [#​38692](https://github.com/quarkusio/quarkus/pull/38692) - Bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1\n- [#​38693](https://github.com/quarkusio/quarkus/pull/38693) - Bump commons-codec:commons-codec from 1.16.0 to 1.16.1\n- [#​38694](https://github.com/quarkusio/quarkus/pull/38694) - OpenAPI: remove check that avoids running auto-security at build\n- [#​38703](https://github.com/quarkusio/quarkus/issues/38703) - RESTEasy Reactive Multipart struggles with non-file binary uploads\n- [#​38705](https://github.com/quarkusio/quarkus/pull/38705) - Kafka Streams fire event after created and before scheduling the start\n- [#​38706](https://github.com/quarkusio/quarkus/issues/38706) - Elasticsearch container reuse creates a new container on each run\n- [#​38709](https://github.com/quarkusio/quarkus/pull/38709) - Don't provide empty paths when using a root prefix\n- [#​38710](https://github.com/quarkusio/quarkus/pull/38710) - Avoid Vert.x GraphQL deprecation warning\n- [#​38712](https://github.com/quarkusio/quarkus/pull/38712) - Bump Smallrye RM from 4.16.1 to 4.16.2\n- [#​38713](https://github.com/quarkusio/quarkus/pull/38713) - Only configure shared network for Elasticsearch/OpenSearch containers where necessary\n- [#​38714](https://github.com/quarkusio/quarkus/pull/38714) - Don't assume that multipart part without filename is always text\n- [#​38728](https://github.com/quarkusio/quarkus/pull/38728) - Encode Kafka messages with UTF8\n- [#​38730](https://github.com/quarkusio/quarkus/issues/38730) - Accept-Header in hibernate validator's ResteasyReactiveLocaleResolver is resolved case-sensitive\n- [#​38732](https://github.com/quarkusio/quarkus/issues/38732) - Quarkus should still allow to create project with Java 11 (for older streams and other platforms)\n- [#​38733](https://github.com/quarkusio/quarkus/pull/38733) - Allow Java 11 as LTS for older streams and other platforms\n- [#​38738](https://github.com/quarkusio/quarkus/pull/38738) - Make accept header check in validation case insensitive\n- [#​38748](https://github.com/quarkusio/quarkus/pull/38748) - Sanitize app.dekorate.io/vcs-url kubernetes annotation\n- [#​38755](https://github.com/quarkusio/quarkus/pull/38755) - Log when a RestEasy Reactive client close method is called\n- [#​38756](https://github.com/quarkusio/quarkus/pull/38756) - Bump Keycloak version to 23.0.6\n- [#​38760](https://github.com/quarkusio/quarkus/pull/38760) - Set COMPILE_ONLY flag on relevant dependencies that appear on DEPLOYMENT_CP and RUNTIME_CP\n\n### [`v3.7.2`](https://github.com/quarkusio/quarkus/releases/tag/3.7.2)\n\n[Compare Source](https://github.com/quarkusio/quarkus/compare/3.7.1...3.7.2)\n\n##### Complete changelog\n\n- [#​37807](https://github.com/quarkusio/quarkus/issues/37807) - SSL requests hang when returning a CompletableFuture\n- [#​38101](https://github.com/quarkusio/quarkus/issues/38101) - smallrye-openapi property `oidc-open-id-connect-url` might not be fixed at build time\n- [#​38231](https://github.com/quarkusio/quarkus/pull/38231) - OpenAPI: Always run OpenIDConnectSecurityFilter at runtime\n- [#​38310](https://github.com/quarkusio/quarkus/pull/38310) - Add note about the two quarkus-extension files\n- [#​38394](https://github.com/quarkusio/quarkus/issues/38394) - quarkus-cache: \"keyGenerator\" destroyed, even if it is annotated with \"Singleton\"\n- [#​38397](https://github.com/quarkusio/quarkus/pull/38397) - Use actions/setup-java GPG key feature\n- [#​38411](https://github.com/quarkusio/quarkus/pull/38411) - Cache: only dependent CacheKeyGenerator beans are destroyed after use\n- [#​38422](https://github.com/quarkusio/quarkus/issues/38422) - nested configurations in extension: sub-property is seen as nested entity.\n- [#​38431](https://github.com/quarkusio/quarkus/issues/38431) - `quarkus.oidc-token-propagation-reactive.enabled-during-authentication` does not work correctly in the code flow\n- [#​38442](https://github.com/quarkusio/quarkus/pull/38442) - Make sure the code flow access token is propagated during the authentication\n- [#​38444](https://github.com/quarkusio/quarkus/pull/38444) - Fix request hanging condition\n- [#​38451](https://github.com/quarkusio/quarkus/issues/38451) - Remove workaround for HHH-17683 in Panache\n- [#​38479](https://github.com/quarkusio/quarkus/issues/38479) - Stricter and false positive env variables validation after upgrade to 3.7.0\n- [#​38483](https://github.com/quarkusio/quarkus/pull/38483) - Add a tool to check cross references\n- [#​38488](https://github.com/quarkusio/quarkus/pull/38488) - Update to Vert.x 4.5.2\n- [#​38495](https://github.com/quarkusio/quarkus/pull/38495) - Add org.graalvm.regex:regex to runnerParentFirstArtifacts\n- [#​38499](https://github.com/quarkusio/quarkus/issues/38499) - Alpn property not work in rest client reactive\n- [#​38500](https://github.com/quarkusio/quarkus/pull/38500) - Make quarkus.rest-client.alpn work in programmatically created client\n- [#​38506](https://github.com/quarkusio/quarkus/issues/38506) - lombok warning when building with 3.7.1\n- [#​38514](https://github.com/quarkusio/quarkus/issues/38514) - Alpn property not work for single rest client reactive\n- [#​38516](https://github.com/quarkusio/quarkus/pull/38516) - Add missing alpn config key handling from named config\n- [#​38521](https://github.com/quarkusio/quarkus/issues/38521) - Panache sorting no longer works for embedded fields in Quarkus 3.7.1\n- [#​38525](https://github.com/quarkusio/quarkus/pull/38525) - Fix typo in RedisClientConfig JavaDoc\n- [#​38527](https://github.com/quarkusio/quarkus/pull/38527) - Revert \"Escape column names with backticks in order by clause of hql query\"\n- [#​38543](https://github.com/quarkusio/quarkus/issues/38543) - LinksProcessor ID field error for native class HalCollectionWrapper\n- [#​38545](https://github.com/quarkusio/quarkus/issues/38545) - Enhance Adding extension section in cli-tooling documentation page\n- [#​38546](https://github.com/quarkusio/quarkus/pull/38546) - Add globbing pattern to cli-tooling.adoc\n- [#​38548](https://github.com/quarkusio/quarkus/pull/38548…","shortMessageHtmlLink":"chore(deps): update all non-major dependencies (mulk/mulkcms2!51)"}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-13T11:09:27.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-13T11:08:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-13T11:01:03.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-13T10:02:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-13T10:01:22.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-13T09:08:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-13T05:01:00.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-13T04:35:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-13T02:01:05.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-13T01:07:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T20:01:00.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T19:20:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T19:00:56.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T18:26:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T13:00:58.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T12:57:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T07:01:04.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T06:14:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T02:01:03.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T01:30:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-12T01:01:05.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-12T00:39:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-11T21:01:07.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-11T21:00:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-11T16:00:59.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}},{"before":"5948b59e4c9376c681403ca54f67a1f5926be6de","after":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","ref":"refs/heads/master","pushedAt":"2024-01-11T15:45:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"db: Remove irrelevant references to Liquibase Pro.\n\nChange-Id: I657d5c771b1cc67ade1fc9dbc81ee51a4985ce08","shortMessageHtmlLink":"db: Remove irrelevant references to Liquibase Pro."}},{"before":"12c9a27dbd95f36cbb2d959a4fc55dad5e61141d","after":"5948b59e4c9376c681403ca54f67a1f5926be6de","ref":"refs/heads/master","pushedAt":"2024-01-11T14:01:08.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benkard","name":"Matthias Andreas Benkard","path":"/benkard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57626?s=80&v=4"},"commit":{"message":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.22 (mulk/mulkcms2!50)\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.9.21` -> `1.9.22` |\n\n---\n\n### Release Notes\n\n
\nJetBrains/kotlin\n\n### [`v1.9.22`](https://github.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1922)\n\n[Compare Source](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)\n\n##### JavaScript\n\n- [`KT-63719`](https://youtrack.jetbrains.com/issue/KT-63719) KJS: Test results ignored for ES module kind\n- [`KT-63808`](https://youtrack.jetbrains.com/issue/KT-63808) compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers\n\n##### Native\n\n- [`KT-64139`](https://youtrack.jetbrains.com/issue/KT-64139) Weird bug with while and coroutine in Kotlin Native\n- [`KT-63471`](https://youtrack.jetbrains.com/issue/KT-63471) linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps\n- [`KT-63789`](https://youtrack.jetbrains.com/issue/KT-63789) Native: Incremental compilation problem with compose\n\n##### Tools. CLI\n\n- [`KT-64485`](https://youtrack.jetbrains.com/issue/KT-64485) CLI: cache and optimize parsing of command-line arguments\n\n##### Tools. Gradle\n\n- [`KT-63990`](https://youtrack.jetbrains.com/issue/KT-63990) \"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available\" with Isolated Projects\n\n##### Tools. Gradle. Native\n\n- [`KT-63363`](https://youtrack.jetbrains.com/issue/KT-63363) Kotlin Gradle Plugin: `KotlinNativeHostSpecificMetadataArtifact` breaks configuration cache, implicitly includes output file as configuration cache input\n- [`KT-63742`](https://youtrack.jetbrains.com/issue/KT-63742) Gradle wrongly caches Kotlin/Native compiler flags\n\n##### Tools. JPS\n\n- [`KT-64305`](https://youtrack.jetbrains.com/issue/KT-64305) Kotlin JPS builder requests chunk rebuild with graph implementation\n- [`KT-64112`](https://youtrack.jetbrains.com/issue/KT-64112) Avoid using IJ's JPS mappings in Kotlin JPS tests\n- [`KT-63799`](https://youtrack.jetbrains.com/issue/KT-63799) Make plugin classpath serialization path agnostic\n\n
\n\n---\n\n### Configuration\n\nπŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\nβ™» **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.\n\nπŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\nThis MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQwNjowMjoxNC4wMDAwMDBazwAAAASj6A_g","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQwNjowMjoxNC4wMDAwMDBazwAAAASj6A_g","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0xMVQxNDowMTowOC4wMDAwMDBazwAAAAPdUZrG"}},"title":"Activity Β· benkard/mulkcms2"}