Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps dokka-maven-plugin from 1.7.20 to 1.8.20.

Release notes

Sourced from dokka-maven-plugin's releases.

1.8.10 Beta

Dokka's documentation has been entirely rewritten and can now be found on kotlinlang.org:

  • More examples, including Groovy DSL for Gradle project configuration
  • More guidelines to help beginners
  • More details for complex projects

Note: Version 1.8.0 was skipped due to a Metaspace memory leak in Kotlin's reflection (KT-56093). Dokka 1.8.10 should be fully compatible with Kotlin 1.8.0.

Improvements

  • Revise project documentation and examples (#2728, #2737, #2736). Thanks to @​sarahhaggarty for helping!
  • Support generating documentation for Kotlin/Wasm projects (#2814). Thanks to @​igoriakovlev!
  • Move the contents of Inheritors, Parameters, See also and Samples tabs into the main declaration description (#2688).
  • Add Members and Members & Extensions tabs to class-like declaration pages (#2764).
  • Display source set / platform indicators at all times, which should help identify the supported platform of single-platform libraries and modules. (#2847).
  • Generate the default no-arg constructor for Java declarations (#2765).

Bugfixes

  • Fixed analysis environment not being properly disposed (#2755).
  • Fixed nondeterministic sorting of function/property overloads (#2784).
  • Fixed inconsistent alphabetical order of element groups in index and navigation (#2861).
  • Fixed constructors being rendered as functions (#2689).
  • Fixed default values for var properties being displayed (#2717).
  • Fixed source links leading to the KDoc instead of the declaration (#2724).
  • Fixed thread-safety issues in DokkaLogger (#2827).
  • Fixed documentation not being inherited in case of diamond inheritance (#2686).

Gradle Plugin

  • Fixed NoSuchMethodError when running under Gradle 8 (#2796).
  • Fixed possible metaspace leaks due to external thread locals not being disposed (#2678).
  • Fixed premature initialization of outputDirectory input property (#556).
  • Fixed premature initialization of moduleVersion input property (#2799). Thanks to @​JavierSegoviaCordoba!
  • Fixed unnecessary snapshotting of source link directory input which led to performance problems (#2807).
  • Fixed missing group and description for MultiModule tasks (#2806). Thanks to @​TWiStErRob!

Javadoc

  • Fixed truncation of module and package description after the first sentence (#2055). Thanks to @​BlackAnubis7!
  • Fixed rendering of empty/useless Kotlin companion objects (#200, #2086)
  • Fixed leaking configuration/environment details in generated links (#2803).
  • Fixed incorrect links when javadoc.jar produced by Dokka is imported into IntelliJ IDEA / Android Studio (#2734). Thanks to @​bomberaya!

Plugin API

  • Mark Plugin API as experimental (#2716).

Infrastructure

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@bednar
Copy link
Contributor

bednar commented Jun 15, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.dokka-dokka-maven-plugin-1.8.20 branch from 0d4a8ca to 4c37326 Compare June 15, 2023 05:52
@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6660090) 88.41% compared to head (d40068a) 88.41%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@ Coverage Diff @@ ## master #573 +/- ## ========================================= Coverage 88.41% 88.41% + Complexity 779 777 -2  ========================================= Files 172 172 Lines 7008 7008 Branches 380 380 ========================================= Hits 6196 6196 Misses 693 693 Partials 119 119 

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bednar
Copy link
Contributor

bednar commented Jun 20, 2023

@dependabot recreate

Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.7.20 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.dokka-dokka-maven-plugin-1.8.20 branch from 546ea5d to 7ebed35 Compare June 20, 2023 04:07
@bednar bednar merged commit 5a5c73b into master Jun 20, 2023
@bednar bednar deleted the dependabot/maven/org.jetbrains.dokka-dokka-maven-plugin-1.8.20 branch June 20, 2023 04:26
@bednar bednar added this to the 6.10.0 milestone Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants