Skip to content

chore: bump cadence-idl to d6d4d81 (adds state to CreateScheduleRequest) - #1083

Merged
c-warren merged 1 commit into
masterfrom
chore/idl-bump-java
Aug 27, 2026
Merged

chore: bump cadence-idl to d6d4d81 (adds state to CreateScheduleRequest)#1083
c-warren merged 1 commit into
masterfrom
chore/idl-bump-java

Conversation

@abhishekj720

@abhishekj720 abhishekj720 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

What

Bumps the src/main/idls submodule from 3ee08a9 to d6d4d81 and updates the generated thrift Java class accordingly.

Why

cadence-idl #276 added ScheduleState state = 8 to CreateScheduleRequest in both the proto and thrift IDLs. This is a prerequisite for the Java client to support creating schedules in a paused initial state.

Changes

  • src/main/idls submodule → d6d4d81
  • src/gen/java/com/uber/cadence/CreateScheduleRequest.java — adds private ScheduleState state field (generated from updated thrift IDL)

Follow-up

PR #1082 builds on this to add ScheduleInitialState and the five-arg createSchedule() overload.

Adds ScheduleState state = 8 to the CreateScheduleRequest proto message,
and adds the corresponding state field to the generated thrift Java class.
This is a prerequisite for creating schedules in a paused initial state.

Signed-off-by: abhishek.jha <abhishek.jha@uber.com>
@gitar-bot

gitar-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown
Code Review ✅ Approved

Bumps the cadence-idl submodule and regenerates the CreateScheduleRequest Java class to include state. No issues found.

Options

Auto-apply is off → Gitar will not commit updates to this branch.
Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Auto-apply Compact
gitar auto-apply:on         
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@c-warren
c-warren merged commit 7359dff into master Aug 27, 2026
14 checks passed
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