Skip to content

feat: migrate plugin config to runtime consumer - #11

Draft
lusu007 wants to merge 1 commit into
mainfrom
feat/grounds-runtime-libraries
Draft

feat: migrate plugin config to runtime consumer#11
lusu007 wants to merge 1 commit into
mainfrom
feat/grounds-runtime-libraries

Conversation

@lusu007

@lusu007 lusu007 commented May 17, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

Migrates plugin-config Paper and Velocity modules to the new runtime-consumer conventions. The modules now declare loader dependencies on plugin-grounds-runtime, no longer declare gRPC/protobuf as plugin implementation dependencies, and keep protobuf on the test runtime classpath only.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • ♻️ Refactoring
  • 📚 Documentation
  • 🔧 Chore

Related Issues

  • Fixes #

Testing

  • Unit tests pass
  • Manual testing completed
  • New tests added for new functionality
  • ./gradlew test
  • ./gradlew spotlessApply
  • ./gradlew build
  • jar tf paper/build/libs/plugin-config-paper.jar | rg "^(io/grpc|com/google/protobuf|kotlinx/coroutines|kotlin/)" returned no matches
  • jar tf velocity/build/libs/plugin-config-velocity.jar | rg "^(io/grpc|com/google/protobuf|kotlinx/coroutines|kotlin/)" returned no matches

Checklist

  • I have performed a self-review of my own code
  • Tests have been added/updated and pass (if needed)
  • Documentation has been updated (if needed)

@lusu007
lusu007 force-pushed the feat/grounds-runtime-libraries branch from 984bba9 to 778a77d Compare May 19, 2026 09:39
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.

1 participant