Skip to content

fix: bump version to 3.0.10 and implement standalone SpongeConfigSeri…#310

Merged
Keviro merged 2 commits intoversion/26.1from
fix/fix-NSME-VelocitySpongeConfigSerializers
Apr 13, 2026
Merged

fix: bump version to 3.0.10 and implement standalone SpongeConfigSeri…#310
Keviro merged 2 commits intoversion/26.1from
fix/fix-NSME-VelocitySpongeConfigSerializers

Conversation

@TheBjoRedCraft
Copy link
Copy Markdown
Member

…alizers

Copilot AI review requested due to automatic review settings April 13, 2026 17:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the project version and ensures Sponge Configurate serializers are available via ServiceLoader in Velocity and Standalone runtimes.

Changes:

  • Bumped Gradle project version from 3.0.9 to 3.0.10.
  • Updated Velocity SpongeConfigSerializers provider from a Kotlin object to an instantiable class for ServiceLoader compatibility.
  • Added a Standalone SpongeConfigSerializers provider registered via @AutoService.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
surf-api-velocity/surf-api-velocity-server/src/main/kotlin/dev/slne/surf/api/velocity/server/config/VelocitySpongeConfigSerializers.kt Switches provider to a class so it can be instantiated by ServiceLoader.
surf-api-standalone/src/main/kotlin/dev/slne/surf/api/standalone/impl/StandaloneSpongeConfigSerializers.kt Adds Standalone provider implementation registered with @AutoService.
gradle.properties Updates published version to 3.0.10.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ API/ABI changes detected!

This PR contains changes that modified the public API. To update the reference ABI dumps:

./gradlew updateKotlinAbi
git add **/api/**
git commit -m "Update ABI reference"
git push

After updating, the CI will pass. Make sure the changes are backward compatible.

@TheBjoRedCraft TheBjoRedCraft self-assigned this Apr 13, 2026
@Keviro Keviro merged commit 7135338 into version/26.1 Apr 13, 2026
4 checks passed
@Keviro Keviro deleted the fix/fix-NSME-VelocitySpongeConfigSerializers branch April 13, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants