Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ java:
enableStreamingUploads: false
explicitDocImports: false
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: false
forwardCompatibleEnumsByDefault: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ PR title missing required component for feat type

Per Moov's Conventional Commits convention, feat titles must include a component in parentheses. Correct this to: feat(java): enable forward-compatible enums

Suggested change
forwardCompatibleEnumsByDefault: true
feat(java): enable forward-compatible enums

(95% confidence — The rule is clear; the only uncertainty is the exact canonical component name used in this repo.)

forwardCompatibleUnionsByDefault: "false"
generateOptionalUnionAccessors: false
generateSpringBootStarter: true
Expand Down