spring-projects / spring-projects/spring-ai

spring ai bedrock converse properties auto completion doesn't auto complete

Open
#3,620 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

anthropic bug
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
1d 7h
Merged PRs (30d)
6

Description

spring.ai.bedrock.converse.chat.options.model=amazon.nova-lite-v1:0
spring.ai.bedrock.converse.chat.enabled=true

hi - just noticed the properties above dont autocomplete in application.properties in intellij which makes me think that either we forgot to add the configuration processor to that jar or we're not using @ConfigurationProperties for those properties and the processor doesn't have anything to pick up and add to the index that intellij uses

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the Spring AI Bedrock Converse configuration for the two listed application.properties keys and checking whether it uses @ConfigurationProperties and the configuration processor. Confirm that the resulting metadata exposes both properties for IntelliJ autocomplete; done means those keys are suggested in application.properties.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.