renovate-bot opened a new pull request, #6141:
URL: https://github.com/apache/jmeter/pull/6141

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin](https://togithub.com/Kotlin/dokka)
 | `1.8.20` -> `1.9.10` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/1.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>Kotlin/dokka 
(org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin)</summary>
   
   ### [`v1.9.10`](https://togithub.com/Kotlin/dokka/releases/tag/v1.9.10): 
1.9.10 Beta
   
   #### General
   
   -   Fix re-emerged code analysis concurrency issues which led to flaky 
builds ([#&#8203;1599](https://togithub.com/Kotlin/dokka/issues/1599), 
[#&#8203;3143](https://togithub.com/Kotlin/dokka/issues/3143))
   -   Preserve the order of collection items when deserializing Dokka's 
configuration ([#&#8203;3006](https://togithub.com/Kotlin/dokka/issues/3006)). 
Thanks to [@&#8203;eunwoop](https://togithub.com/eunwoop)!
   
   #### HTML format
   
   -   Fix an indefinite loop in the script that resizes symbol signature 
blocks ([#&#8203;3116](https://togithub.com/Kotlin/dokka/issues/3116))
   
   #### Gradle
   
   -   Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 
([#&#8203;3153](https://togithub.com/Kotlin/dokka/issues/3153), 
[#&#8203;3147](https://togithub.com/Kotlin/dokka/issues/3147))
   -   Mark tasks as not compatible with the Gradle configuration cache 
([#&#8203;3070](https://togithub.com/Kotlin/dokka/issues/3070)). Thanks to 
[@&#8203;BoD](https://togithub.com/BoD)!
   
   #### Java
   
   -   Fix Java contravariant types being represented as covariant 
([#&#8203;3091](https://togithub.com/Kotlin/dokka/issues/3091)). Thanks to 
[@&#8203;juliamcclellan](https://togithub.com/juliamcclellan)!
   
   ### [`v1.9.0`](https://togithub.com/Kotlin/dokka/releases/tag/v1.9.0): 1.9.0 
Beta
   
   #### General improvements
   
   -   Generate dedicated pages for type aliases and enhance their presentation 
([https://github.com/Kotlin/dokka/issues/2862](https://togithub.com/Kotlin/dokka/issues/2862),
 
[https://github.com/Kotlin/dokka/issues/2971](https://togithub.com/Kotlin/dokka/issues/2971))
   -   Add documentation for 
[Enum.entries](https://youtrack.jetbrains.com/issue/KT-48872) introduced in 
Kotlin 1.9.0 
([https://github.com/Kotlin/dokka/issues/2762](https://togithub.com/Kotlin/dokka/issues/2762))
   
   #### HTML format
   
   This release is packed with enhancements and bugfixes that make your API 
reference docs mobile-friendly!
   
   You may find it a weird direction for improvement — we were just as 
surprised to find that almost 1/4 of Standard Library's API reference traffic 
is coming from mobile devices. Thanks to the Kotlin Website team, who 
contributed these improvements, Dokka now provides a solid experience to such 
visitors.
   
   ##### Improvements:
   
   -   Significantly improve the mobile layout and overall responsiveness 
([https://github.com/Kotlin/dokka/pull/2836](https://togithub.com/Kotlin/dokka/pull/2836),
 
[https://github.com/Kotlin/dokka/pull/3021](https://togithub.com/Kotlin/dokka/pull/3021),
 
[https://github.com/Kotlin/dokka/pull/3082](https://togithub.com/Kotlin/dokka/pull/3082),
 
[https://github.com/Kotlin/dokka/pull/3018](https://togithub.com/Kotlin/dokka/pull/3018))
   -   Use JetBrains Sans as the primary text font 
([https://github.com/Kotlin/dokka/pull/3017](https://togithub.com/Kotlin/dokka/pull/3017))
   -   Improve the experience of reading the documentation when JavaScript is 
disabled in the browser 
([https://github.com/Kotlin/dokka/pull/3020](https://togithub.com/Kotlin/dokka/pull/3020),
 
[https://github.com/Kotlin/dokka/pull/2836](https://togithub.com/Kotlin/dokka/pull/2836))
   
   ##### Bugfixes
   
   -   Fix a redundant dot in the path of search elements 
([https://github.com/Kotlin/dokka/issues/2289](https://togithub.com/Kotlin/dokka/issues/2289))
   -   Fix unknown asset paths leaking into HTML body 
([https://github.com/Kotlin/dokka/pull/3061](https://togithub.com/Kotlin/dokka/pull/3061))
   -   Fix invisible/hidden packages for modules with a space in the name 
([https://github.com/Kotlin/dokka/issues/3011](https://togithub.com/Kotlin/dokka/issues/3011))
   
   #### Java interoperability
   
   -   Fix multi-param methods being classified as field setters 
([https://github.com/Kotlin/dokka/issues/2992](https://togithub.com/Kotlin/dokka/issues/2992))
   
   #### Javadoc format
   
   -   Add basic support for `@author`, `@since` and `@return` tags 
([https://github.com/Kotlin/dokka/issues/1770](https://togithub.com/Kotlin/dokka/issues/1770)).
 Thanks to [@&#8203;irina-turova](https://togithub.com/irina-turova)!
   
   #### Other
   
   -   Decompose Kotlin/Java analysis 
([https://github.com/Kotlin/dokka/pull/3034](https://togithub.com/Kotlin/dokka/pull/3034))
   -   Improve copying base-frontend files between subprojects 
([https://github.com/Kotlin/dokka/pull/2970](https://togithub.com/Kotlin/dokka/pull/2970)).
 Thanks to [@&#8203;aSemy](https://togithub.com/aSemy)!
   
   ***
   
   #### Known problems
   
   Some Multiplatform Gradle 8 projects might experience build failures when 
resolving native/platform dependencies. Please, see 
[https://github.com/Kotlin/dokka/issues/3153](https://togithub.com/Kotlin/dokka/issues/3153)
 for more details and workarounds.
   
   #### Breaking changes
   
   This release introduces some breaking changes that are expected to affect 
only a fraction of Dokka users.
   
   ##### HTML
   
   **Note:** this section only applies to those customizing Dokka's HTML format 
by overriding styles or HTML templates. If you are not doing any 
customizations, you may skip this section.
   
   To lay a solid foundation to making the HTML format responsive, some page 
layouts and many styles had to be changed in a backward-incompatible manner.
   
   If you are overriding `logo-styles.css` to provide your own header logo, 
please update it to be in line with the [new 
styles](https://togithub.com/Kotlin/dokka/blob/1.9.0/plugins/base/src/main/resources/dokka/styles/logo-styles.css)
 - there is significantly less position hardcoding now. See [this 
example](https://togithub.com/Kotlin/dokka/blob/master/examples/gradle/dokka-customFormat-example/logo-styles.css)
 for how it can be done.
   
   If you are overriding `styles.css` with your own file, please update the 
baseline styles to the 
[latest](https://togithub.com/Kotlin/dokka/blob/1.9.0/plugins/base/src/main/resources/dokka/styles/style.css),
 and see if anything is broken. If you get stuck with adapting your styles to 
the changes, the 
[diff](https://gist.github.com/IgnatBeresnev/0ef6a2db6aec49e6a43c12a2a9f287d0/revisions#diff-380b7b38760dd442e897eb0164c58f6a17da966ccaca6318017a468c163979b1)
 might help.
   
   If you are overriding `base.ftl` or `header.ftl` templates, please update 
them to the 
[latest](https://togithub.com/Kotlin/dokka/tree/1.9.0/plugins/base/src/main/resources/dokka/templates),
 and adapt your changes.
   
   ##### CLI runner
   
   Due to the analysis refactoring needed for the migration to K2 
([#&#8203;3099](https://togithub.com/Kotlin/dokka/issues/3099)), the JARs 
required to run Dokka have slightly changed.
   
   The following JARs are **no longer supported** or published:
   
   -   
[dokka-analysis.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-analysis)
   -   
[kotlin-analysis-intellij.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-analysis-intellij)
   -   
[kotlin-analysis-compiler.jar](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-analysis-compiler)
   
   Please, replace them with a single JAR:
   
   -   
[analysis-kotlin-descriptors-1.9.0.jar](https://repo1.maven.org/maven2/org/jetbrains/dokka/analysis-kotlin-descriptors/1.9.0/)
   
   ##### Plugin API
   
   An internal refactoring of Dokka's analysis API was much needed for the 
migration to K2, leading to breaking changes in some cases.
   
   If your Dokka plugin compiles without any problems — you may ignore this 
information, you are likely not affected.
   
   If something doesn't compile or doesn't work anymore, please see 
[#&#8203;3099](https://togithub.com/Kotlin/dokka/issues/3099) for more details.
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge 
- At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
   


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

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

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

Reply via email to