Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KT-28492: Include sources in kotlin-osgi-bundle #5361

Closed

Conversation

beatbrot
Copy link
Contributor

@beatbrot beatbrot commented Sep 27, 2024

With this change, we include the sources of all dependencies of
kotlin-osgi-bundle in its source bundle.
This gives users of this library a better IDE and debugging experience
providing documentation and allows users to debug in the stdlib.

This implementation works very similarly on how the class files of the
dependencies are merged. This also means that currently conflicts are
not handled at all.
This is probably fine, since there should actually be no duplicates.

^KT-28492 Fixed

Screenshot of the sources jar:
grafik

@beatbrot beatbrot marked this pull request as ready for review September 27, 2024 15:29
@beatbrot beatbrot force-pushed the kotlin-osgi-bundle-sources branch from 987f423 to c42abb7 Compare September 27, 2024 15:32
@beatbrot
Copy link
Contributor Author

@Tapchicoma Not sure if "Maven Plugin" is the correct label here, since I am not changing anything at the kotlin maven plugin. Instead, I am just fixing a build issue for "kotlin-osgi-bundle" :)

@Tapchicoma Tapchicoma force-pushed the kotlin-osgi-bundle-sources branch from c42abb7 to 080e0bf Compare December 20, 2024 16:15
@Tapchicoma Tapchicoma self-requested a review December 20, 2024 16:15
@Tapchicoma Tapchicoma force-pushed the kotlin-osgi-bundle-sources branch from 080e0bf to d25aa49 Compare January 3, 2025 18:12
beatbrot and others added 2 commits January 7, 2025 15:13
With this change, we include the sources of all dependencies of
`kotlin-osgi-bundle` in its source bundle.
This gives users of this library a better IDE and debugging experience
providing documentation and allows users to debug in the stdlib.

This implementation works very similarly on how the class files of the
dependencies are merged. This also means that currently conflicts are
not handled at all.
This is probably fine, since there should actually be no duplicates.

^KT-28492 Fixed
@Tapchicoma Tapchicoma force-pushed the kotlin-osgi-bundle-sources branch from 1e74347 to eab538a Compare January 7, 2025 14:13
@Tapchicoma
Copy link
Contributor

Merged into master as 26f89dce15877429c9e05b6059e403376783f254 commit. Thank you for your contribution!

@Tapchicoma Tapchicoma closed this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants