Commit 4532f64
Refactor AutoConfiguration tests to use the centralised SpringAiTestAutoConfigurations
- Refactor Anthropic AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Remove the use of BaseAnthropicIT#anthropicAutoConfig() and replace it by SpringAiTestAutoConfigurations#of()
- Refactor Azure OpenAI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor Bedrock AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor DeepSeek AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor ElevenLabs AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor Google Gen AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Remove the use of methods BaseGoogleGenAiIT.googleGenAiEmbeddingAutoConfig() and BaseGoogleGenAiIT.googleGenAiChatAutoConfig() and replace them by SpringAiTestAutoConfigurations.of()
- Refactor MiniMax AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor Mistral AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Remove the use of BaseMistralAiIt and replace it by SpringAiTestAutoConfigurations.of()
- Refactor OCI Generative AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor Ollama AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor OpenAI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor Vertex AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Refactor ZhiPu AI AutoConfiguration tests using 'SpringAiTestAutoConfigurations'
- Removes the use of ZhiPuAiITUtil and replace it by SpringAiTestAutoConfigurations.of()
Signed-off-by: Issam El-atif <issam.elatif@gmail.com>1 parent 9de3592 commit 4532f64
File tree
79 files changed
+533
-1018
lines changed- auto-configurations/models
- spring-ai-autoconfigure-model-anthropic/src/test/java/org/springframework/ai/model/anthropic/autoconfigure
- tool
- spring-ai-autoconfigure-model-azure-openai/src/test/java/org/springframework/ai/model/azure/openai/autoconfigure
- tool
- spring-ai-autoconfigure-model-bedrock-ai/src/test/java/org/springframework/ai/model/bedrock/converse/autoconfigure
- tool
- spring-ai-autoconfigure-model-deepseek/src/test/java/org/springframework/ai/model/deepseek/autoconfigure
- tool
- spring-ai-autoconfigure-model-elevenlabs/src/test/java/org/springframework/ai/model/elevenlabs/autoconfigure
- spring-ai-autoconfigure-model-google-genai/src/test/java/org/springframework/ai/model/google/genai/autoconfigure
- chat
- tool
- embedding
- spring-ai-autoconfigure-model-minimax/src/test/java/org/springframework/ai/model/minimax/autoconfigure
- spring-ai-autoconfigure-model-mistral-ai/src/test/java/org/springframework/ai/model/mistralai/autoconfigure
- tool
- spring-ai-autoconfigure-model-oci-genai/src/test/java/org/springframework/ai/model/oci/genai/autoconfigure
- spring-ai-autoconfigure-model-ollama/src/test/java/org/springframework/ai/model/ollama/autoconfigure
- spring-ai-autoconfigure-model-openai/src/test/java/org/springframework/ai/model/openai/autoconfigure
- tool
- spring-ai-autoconfigure-model-vertex-ai/src/test/java/org/springframework/ai/model/vertexai/autoconfigure
- embedding
- gemini
- tool
- spring-ai-autoconfigure-model-zhipuai/src/test/java/org/springframework/ai/model/zhipuai/autoconfigure
- tool
- spring-ai-test/src/main/java/org/springframework/ai/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+533
-1018
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
Lines changed: 0 additions & 37 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
| |||
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 112 | + | |
117 | 113 | | |
118 | 114 | | |
119 | 115 | | |
| |||
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 139 | + | |
146 | 140 | | |
147 | 141 | | |
148 | 142 | | |
| |||
167 | 161 | | |
168 | 162 | | |
169 | 163 | | |
170 | | - | |
171 | | - | |
| 164 | + | |
172 | 165 | | |
173 | 166 | | |
174 | 167 | | |
| |||
189 | 182 | | |
190 | 183 | | |
191 | 184 | | |
192 | | - | |
193 | | - | |
| 185 | + | |
194 | 186 | | |
195 | 187 | | |
196 | 188 | | |
| |||
205 | 197 | | |
206 | 198 | | |
207 | 199 | | |
208 | | - | |
209 | | - | |
210 | | - | |
| 200 | + | |
211 | 201 | | |
212 | 202 | | |
213 | 203 | | |
214 | 204 | | |
215 | 205 | | |
216 | 206 | | |
217 | 207 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 208 | + | |
221 | 209 | | |
222 | 210 | | |
223 | 211 | | |
224 | 212 | | |
225 | 213 | | |
226 | 214 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 215 | + | |
230 | 216 | | |
231 | 217 | | |
232 | 218 | | |
| |||
239 | 225 | | |
240 | 226 | | |
241 | 227 | | |
242 | | - | |
243 | | - | |
| 228 | + | |
244 | 229 | | |
245 | 230 | | |
246 | 231 | | |
| |||
249 | 234 | | |
250 | 235 | | |
251 | 236 | | |
252 | | - | |
253 | | - | |
| 237 | + | |
254 | 238 | | |
255 | 239 | | |
256 | 240 | | |
257 | 241 | | |
258 | 242 | | |
259 | 243 | | |
260 | 244 | | |
261 | | - | |
262 | | - | |
| 245 | + | |
263 | 246 | | |
264 | 247 | | |
265 | 248 | | |
| |||
272 | 255 | | |
273 | 256 | | |
274 | 257 | | |
275 | | - | |
276 | | - | |
| 258 | + | |
277 | 259 | | |
278 | 260 | | |
279 | 261 | | |
| |||
282 | 264 | | |
283 | 265 | | |
284 | 266 | | |
285 | | - | |
286 | | - | |
| 267 | + | |
287 | 268 | | |
288 | 269 | | |
289 | 270 | | |
290 | 271 | | |
291 | | - | |
292 | | - | |
| 272 | + | |
293 | 273 | | |
294 | 274 | | |
295 | 275 | | |
| |||
298 | 278 | | |
299 | 279 | | |
300 | 280 | | |
301 | | - | |
302 | | - | |
303 | | - | |
| 281 | + | |
304 | 282 | | |
305 | 283 | | |
306 | 284 | | |
| |||
0 commit comments