Skip to content

Conversation

@alexander-yevsyukov
Copy link
Collaborator

This PR renames the proto package spine.validate to spine.validation.

Copilot AI review requested due to automatic review settings December 19, 2025 18:19
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review December 19, 2025 18:19
@alexander-yevsyukov alexander-yevsyukov self-assigned this Dec 19, 2025
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
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

This PR renames the proto package from spine.validate to spine.validation and increments the version from 2.0.0-SNAPSHOT.381 to 2.0.0-SNAPSHOT.382.

  • Updated proto package declarations from spine.validate to spine.validation in proto files
  • Updated import paths to reflect the new package name
  • Simplified type reference by removing redundant package prefix
  • Incremented snapshot version to 382

Reviewed changes

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

Show a summary per file
File Description
version.gradle.kts Incremented validation version from 381 to 382
pom.xml Updated version number to match the new snapshot
jvm-runtime/src/main/proto/spine/validation/validation_error.proto Changed package declaration from spine.validate to spine.validation, updated import path, and simplified TemplateString type reference
jvm-runtime/src/main/proto/spine/validation/error_message.proto Changed package declaration from spine.validate to spine.validation
dependencies.md Auto-generated dependency report with updated version numbers and timestamps
Comments suppressed due to low confidence (1)

jvm-runtime/src/main/proto/spine/validation/validation_error.proto:63

  • The comment references the old Java package name io.spine.validate. It should be updated to io.spine.validation.TemplateStrings.format() to match the package rename performed in this PR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alexander-yevsyukov alexander-yevsyukov merged commit a8537ea into master Dec 19, 2025
12 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the proto-spine-validation branch December 19, 2025 18:31
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.92%. Comparing base (563d514) to head (6ccd122).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #255   +/-   ##
=========================================
  Coverage     34.92%   34.92%           
  Complexity      276      276           
=========================================
  Files           137      137           
  Lines          3055     3055           
  Branches        244      244           
=========================================
  Hits           1067     1067           
  Misses         1914     1914           
  Partials         74       74           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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