Skip to content

Fix build config and onboarding config loading#68

Merged
arefbehboudi merged 1 commit into
mainfrom
fix/build-and-onboarding-config
Jun 26, 2026
Merged

Fix build config and onboarding config loading#68
arefbehboudi merged 1 commit into
mainfrom
fix/build-and-onboarding-config

Conversation

@arefbehboudi

Copy link
Copy Markdown
Collaborator
  • build.gradle: apply Spring Boot BOM to the developmentOnly configuration for Boot modules so spring-boot-devtools resolves its version from the catalog instead of failing with an empty version
  • application.yaml: correct config import filename (application.private.yaml.older -> application.private.yaml) so the private config is actually loaded and onboarding.completed is honored
  • AnthropticClaudeCodeConfiguration: drop deprecated AnthropicChatModel.Builder#toolCallingManager (tool calling runs via the ChatClient ToolCallingAdvisor)
  • JavaClawConfiguration: migrate deprecated defaultToolCallbacks(...) to defaultTools(...)

- build.gradle: apply Spring Boot BOM to the developmentOnly configuration
  for Boot modules so spring-boot-devtools resolves its version from the
  catalog instead of failing with an empty version
- application.yaml: correct config import filename
  (application.private.yaml.older -> application.private.yaml) so the
  private config is actually loaded and onboarding.completed is honored
- AnthropticClaudeCodeConfiguration: drop deprecated
  AnthropicChatModel.Builder#toolCallingManager (tool calling runs via the
  ChatClient ToolCallingAdvisor)
- JavaClawConfiguration: migrate deprecated defaultToolCallbacks(...) to
  defaultTools(...)
@arefbehboudi arefbehboudi merged commit ce93f7b into main Jun 26, 2026
1 check passed
@arefbehboudi arefbehboudi deleted the fix/build-and-onboarding-config branch June 26, 2026 21:03
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.

1 participant