Skip to content

Conversation

@WilliamBergamin
Copy link
Contributor

Following the end of life of ossrh we were blocked from cutting releases. This PR aims update the publishing process by using the recommended Maven plugin. It introduces changes to the release process that leverage central-publishing-maven-plugin

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 requested a review from zimeg August 20, 2025 15:37
@WilliamBergamin WilliamBergamin self-assigned this Aug 20, 2025
@WilliamBergamin WilliamBergamin added the dependencies Pull requests that update a dependency file label Aug 20, 2025
@codecov
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.04%. Comparing base (3e2edc4) to head (267e5ee).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1496      +/-   ##
============================================
- Coverage     73.06%   73.04%   -0.03%     
+ Complexity     4382     4380       -2     
============================================
  Files           475      475              
  Lines         14244    14244              
  Branches       1447     1447              
============================================
- Hits          10407    10404       -3     
- Misses         2984     2986       +2     
- Partials        853      854       +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

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

@WilliamBergamin Thank you for looking into this! 🤩

I'm optimistic for these changes so please feel free to merge when the time is right - we can of course fast follow a release as needed if configurations need more adjustment 🚢 💨

<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-versions-plugin.version>2.8.1</maven-versions-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version>
Copy link
Member

Choose a reason for hiding this comment

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

praise: Thanks for keeping this as a variable 🎁

@WilliamBergamin WilliamBergamin merged commit 5030720 into slackapi:main Aug 20, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants