Skip to content

fix: Spring Boot @Cycles estimate is a String SpEL expression, not int#82

Merged
amavashev merged 1 commit intomainfrom
claude/clarify-api-key-docs-L5wR1
Mar 17, 2026
Merged

fix: Spring Boot @Cycles estimate is a String SpEL expression, not int#82
amavashev merged 1 commit intomainfrom
claude/clarify-api-key-docs-L5wR1

Conversation

@amavashev
Copy link
Contributor

The annotation takes String values (SpEL expressions), so estimate = 5000 would not compile. Changed to estimate = "5000".

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6

The annotation takes String values (SpEL expressions), so estimate = 5000
would not compile. Changed to estimate = "5000".

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
@amavashev amavashev merged commit 9d3fe63 into main Mar 17, 2026
1 check 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.

2 participants