Commit 547058c
committed
Make most of Builders final
This is a low hanging fruit change to make most of the Builders we have
final, according to our recent design choice. A handful of Builders
are left non-final because they we involved in a class hierarchy already.
Signed-off-by: Eric Bottard <[email protected]>1 parent 2ded9cd commit 547058c
File tree
72 files changed
+80
-80
lines changed- advisors/spring-ai-advisors-vector-store/src/main/java/org/springframework/ai/chat/client/advisor/vectorstore
- mcp/common/src/main/java/org/springframework/ai/mcp
- models
- spring-ai-anthropic/src/main/java/org/springframework/ai/anthropic
- api
- spring-ai-azure-openai/src/main/java/org/springframework/ai/azure/openai
- spring-ai-bedrock-converse/src/main/java/org/springframework/ai/bedrock/converse
- spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock
- cohere
- titan
- api
- spring-ai-deepseek/src/main/java/org/springframework/ai/deepseek
- api
- spring-ai-elevenlabs/src/main/java/org/springframework/ai/elevenlabs
- api
- spring-ai-google-genai-embedding/src/main/java/org/springframework/ai/google/genai
- text
- spring-ai-google-genai/src/main/java/org/springframework/ai/google/genai
- common
- spring-ai-minimax/src/main/java/org/springframework/ai/minimax
- spring-ai-oci-genai/src/main/java/org/springframework/ai/oci
- cohere
- spring-ai-ollama/src/main/java/org/springframework/ai/ollama
- api
- management
- spring-ai-openai/src/main/java/org/springframework/ai/openai
- api
- spring-ai-postgresml/src/main/java/org/springframework/ai/postgresml
- spring-ai-stability-ai/src/main/java/org/springframework/ai/stabilityai/api
- spring-ai-vertex-ai-embedding/src/main/java/org/springframework/ai/vertexai/embedding
- multimodal
- text
- spring-ai-vertex-ai-gemini/src/main/java/org/springframework/ai/vertexai/gemini
- common
- spring-ai-zhipuai/src/main/java/org/springframework/ai/zhipuai
- api
- spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/advisor
- spring-ai-commons/src/main/java/org/springframework/ai
- document
- reader
- spring-ai-model/src/main/java/org/springframework/ai
- audio/tts
- chat
- messages
- metadata
- prompt
- model
- tool
- transformer
- moderation
- tool
- execution
- resolution
- spring-ai-rag/src/main/java/org/springframework/ai/rag/generation/augmentation
- spring-ai-vector-store/src/main/java/org/springframework/ai/vectorstore
- observation
- vector-stores/spring-ai-chroma-store/src/main/java/org/springframework/ai/chroma/vectorstore
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+80
-80
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
1545 | | - | |
| 1545 | + | |
1546 | 1546 | | |
1547 | 1547 | | |
1548 | 1548 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments