Skip to content

Fix snapshot trigger compile error in SyncManager#84

Merged
Arbousier1 merged 1 commit into
mainfrom
codex/-ci
Jun 30, 2026
Merged

Fix snapshot trigger compile error in SyncManager#84
Arbousier1 merged 1 commit into
mainfrom
codex/-ci

Conversation

@Arbousier1

Copy link
Copy Markdown
Collaborator

Motivation

  • Fix CI break caused by stale shouldCreateSnapshot(...) references in SyncManager which produced cannot find symbol compile errors.

Description

  • Replace the two shouldCreateSnapshot(...) calls with the existing helper shouldTriggerSnapshot(...) in SyncManager to restore correct snapshot-trigger logic and compilation.

Testing

  • Ran ./gradlew clean compileJava compileTestJava verifyJava21Bytecode test --no-daemon --stacktrace and the build plus unit tests completed successfully while DB/Testcontainers-based tests were skipped due to Docker not being available.

Codex Task

@Arbousier1 Arbousier1 merged commit a6ec2d1 into main Jun 30, 2026
8 checks passed
@Arbousier1 Arbousier1 deleted the codex/-ci branch June 30, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant