Updates & automatic release capability#16
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependency versions and adds automatic release capability to the project. The changes modernize the build environment and introduce automated release workflows.
- Updated Go and Java versions along with various dependency versions
- Added Maven Central publishing configuration with authentication
- Introduced GitHub Actions workflow for automated releases
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/go/go.mod | Updated Go version and dependency versions for afero, sys, and text packages |
| pom.xml | Updated airbase parent version and exec-maven-plugin version |
| .mvn/settings.xml | Added Maven settings for Sonatype Central Portal publishing |
| .mvn/maven.config | Added Maven configuration to use custom settings file |
| .github/workflows/release.yml | Added automated release workflow with branch locking and Maven Central publishing |
| .github/workflows/ci.yml | Updated Java and Go versions in CI workflow |
Comments suppressed due to low confidence (1)
src/main/go/go.mod:1
- Go version 1.24.2 does not exist. Go follows semantic versioning with major.minor.patch format, and version 1.24 has not been released. Consider using a valid Go version like 1.23.x or 1.22.x.
module launcher
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b3a9104 to
3eb2efe
Compare
Contributor
Author
|
ping @martint |
martint
approved these changes
Sep 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.