Skip to content

Comments

fix: improve the packages metadata#1536

Merged
WilliamBergamin merged 3 commits intomainfrom
fix-porjects-url-and-descriptions
Nov 17, 2025
Merged

fix: improve the packages metadata#1536
WilliamBergamin merged 3 commits intomainfrom
fix-porjects-url-and-descriptions

Conversation

@WilliamBergamin
Copy link
Contributor

These changes aim to resolve #1530 by specifying a proper description and url for each package

Category (place an x in each of the [ ])

  • bolt (Bolt for Java)
  • bolt-{sub modules} (Bolt for Java - optional modules)
  • slack-api-client (Slack API Clients)
  • slack-api-model (Slack API Data Models)
  • slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
  • slack-app-backend (The primitive layer of Bolt for Java)

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.

@WilliamBergamin WilliamBergamin added this to the 1.47.0 milestone Nov 17, 2025
@WilliamBergamin WilliamBergamin self-assigned this Nov 17, 2025
@WilliamBergamin WilliamBergamin requested a review from a team as a code owner November 17, 2025 17:59
@WilliamBergamin WilliamBergamin added the bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented label Nov 17, 2025
@WilliamBergamin WilliamBergamin requested review from vegeris and zimeg and removed request for a team November 17, 2025 18:05
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.86%. Comparing base (bb338d8) to head (13caa40).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1536      +/-   ##
============================================
- Coverage     72.89%   72.86%   -0.03%     
  Complexity     4413     4413              
============================================
  Files           477      477              
  Lines         14081    14081              
  Branches       1473     1473              
============================================
- Hits          10264    10260       -4     
- Misses         2944     2947       +3     
- Partials        873      874       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Looks good to me and I think this should address the circular URL references.

📝 Left a few minor nit suggestions, but it's your decision on whether to accept them.

@WilliamBergamin WilliamBergamin merged commit b70edfc into main Nov 17, 2025
6 checks passed
@WilliamBergamin WilliamBergamin deleted the fix-porjects-url-and-descriptions branch November 17, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Self-referential URL in the published pom

3 participants