Skip to content

Bump local dependencies#195

Merged
alexander-yevsyukov merged 13 commits into
masterfrom
bump-validation
May 19, 2026
Merged

Bump local dependencies#195
alexander-yevsyukov merged 13 commits into
masterfrom
bump-validation

Conversation

@alexander-yevsyukov
Copy link
Copy Markdown
Contributor

@alexander-yevsyukov alexander-yevsyukov commented May 14, 2026

This PR updates dependencies on Base, Compiler, CoreJvm Compiler, and Time.

Other notable changes

  • Latest config was applied.

Copilot AI review requested due to automatic review settings May 14, 2026 20:16
Copy link
Copy Markdown

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

The PR title declares improvements to integration tests of the (when) option compilation, but the diff contains a much broader set of changes: a Gradle wrapper upgrade with a rewritten gradlew.bat, two new .agents skills (bump-version, bump-gradle) and a rewritten version-policy.md, relocation of dependency reports to docs/dependencies/ with a new DependencyReportOutputTest, refactored ErrorPlaceholder imports across WhenOption, WhenGenerator, and LocalDateValidator, and version bumps for Validation, Time, CoreJvmCompiler, and the project itself. No new or updated (when) integration tests are visible.

Changes:

  • Updated ErrorPlaceholder imports (and switched RuntimeErrorPlaceholderErrorPlaceholder in LocalDateValidator).
  • Bumped Gradle wrapper to 9.5.1, rewrote gradlew.bat, and updated agents/skills documentation.
  • Moved dependency reports under docs/dependencies/ with a new buildSrc test.

Reviewed changes

Copilot reviewed 23 out of 25 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
version.gradle.kts Snapshot version bump 240→241
validation/.../WhenOption.kt Re-grouped ErrorPlaceholder imports under io.spine.validation
validation/.../WhenGenerator.kt Same import refactoring
time/.../LocalDateValidator.kt Switched runtime placeholder type — needs verification
gradlew.bat Rewritten error-handling flow (suspect missing termination after error paths)
gradlew Updated source-template URL comment
gradle/wrapper/gradle-wrapper.properties Bumped Gradle to 9.5.1; added retries=0/retryBackOffMs
CLAUDE.md Fixed TOC path to .agents/_TOC.md
buildSrc/.../DependencyReportOutputTest.kt New tests for report output location
buildSrc/.../PomGenerator.kt Writes pom under docs/dependencies/; no longer deletes prior file
buildSrc/.../Paths.kt Added outputDirectory and outputFile() helpers
buildSrc/.../LicenseReporter.kt Writes merged report under docs/dependencies/
buildSrc/.../Validation.kt Version bump 414→421
buildSrc/.../Time.kt Version bump 238→240
buildSrc/.../CoreJvmCompiler.kt Version bumps for dogfooding/IT
.gitignore Ignore /.claude/worktrees/
.github/workflows/ensure-reports-updated.yml Step renamed
.agents/version-policy.md Rewritten to point at bump-version skill
.agents/skills/writer/SKILL.md Added typographic-quote guidance
.agents/skills/bump-version/{SKILL.md,agents/openai.yaml} New skill
.agents/skills/bump-gradle/{SKILL.md,agents/openai.yaml} New skill

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

Comment thread version.gradle.kts Outdated
Comment thread buildSrc/src/main/kotlin/io/spine/gradle/report/pom/PomGenerator.kt
Comment thread time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt Outdated
Comment thread gradlew.bat
Comment thread gradle/wrapper/gradle-wrapper.properties
Comment thread .agents/skills/bump-gradle/SKILL.md
# Conflicts:
#	.agents/version-policy.md
#	CLAUDE.md
#	config
#	time/src/main/kotlin/io/spine/time/validation/LocalDateValidator.kt
#	validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenGenerator.kt
#	validation/src/main/kotlin/io/spine/tools/time/validation/java/WhenOption.kt
#	version.gradle.kts
Copilot AI review requested due to automatic review settings May 19, 2026 18:23
@alexander-yevsyukov alexander-yevsyukov self-assigned this May 19, 2026
@alexander-yevsyukov alexander-yevsyukov changed the title Improve integration tests of the (when) option compilation Bump local dependencies May 19, 2026
@alexander-yevsyukov alexander-yevsyukov marked this pull request as ready for review May 19, 2026 18:25
Copy link
Copy Markdown

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

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

Comment thread tests/build.gradle.kts
Comment on lines +8 to +16
# Input: hook JSON on stdin (Claude Code passes tool_input.file_path).
# Exit: 0 always (post-tool-use; never block).
#
set -eu

input=$(cat)
file=$(printf '%s' "$input" | jq -r '.tool_input.file_path // empty')

[ -z "$file" ] && exit 0
Comment thread .claude/scripts/sanitize-source-code.kt
Comment thread .claude/scripts/pre-pr-gate.sh
Comment on lines +12 to +18
set -eu

input=$(cat)
file=$(printf '%s' "$input" | jq -r '.tool_input.file_path // empty')

case "$file" in
*/version.gradle.kts|version.gradle.kts)
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8f3432f133

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .claude/scripts/sanitize-source-code.kt
@alexander-yevsyukov alexander-yevsyukov merged commit 0d0251c into master May 19, 2026
7 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the bump-validation branch May 19, 2026 18:36
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.97%. Comparing base (51209b3) to head (8f3432f).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #195      +/-   ##
============================================
+ Coverage     83.88%   83.97%   +0.09%     
- Complexity      304      305       +1     
============================================
  Files            60       60              
  Lines          1086     1086              
  Branches         46       46              
============================================
+ Hits            911      912       +1     
  Misses          165      165              
+ Partials         10        9       -1     
🚀 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