Nineya
Home
Blog
Gorm Batch Create on sqlite causes a panic if a *map[string]interface{} is passed a parameter to Create
2025-03-12 14:08:28
177
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/795DescriptionBatch Creates on sqlite causes a panic if a...
Spring Cloud Netflix Force FeignClient to requset microrService over https instead of HTTP?
2025-03-12 14:08:15
3076
My service is configured to https , registred on Eureuka server. when i use @FeignClient(value = "my-service") for examp...
Spring Security Documentation: Login by REST API bypasses spring-security principles
2025-03-12 14:07:53
2455
Expected BehaviorImplementing authentication via REST based API should "feel good" when implementing it according to the...
Spring Security Duplicate section in OAuth-2.0-Migration-Guide Wiki
2025-03-12 14:03:21
438
In the Wiki, in the Resource Server section of the OAuth 2.0 Migration Guide there is a duplicate section: ==== Simplifi...
Spring AI ChatClient streaming does not work with LM Studio Local LLM API Server
2025-03-12 14:02:57
3246
Bug descriptionI ran LM Studio Local LLM API Server (OpenAI compatibility mode). ChatClient.call() API works perfectly, ...
Spring AI Unable to use spring ai with LMStudio using spring-ai openai module
2025-03-12 14:02:47
2111
Bug descriptionWhen trying to connect to LM studio on http://localhost:1234 for a chat completion request the program ha...
Spring AI SyncMcpToolCallback call method NPE
2025-03-12 14:02:39
1530
Bug descriptionA clear and concise description of what the bug is about.I create mcp client to invoke @modelcontextproto...
Spring AI Allow custom fields on ChatCompletion
2025-03-12 14:02:21
977
As mentioned in this discussion the recommendation according to the ref docs is to use the OpenAI API when using Perplex...
Spring AI hardcoded model name "Test" to get dimensions of embedding model
2025-03-12 14:02:12
917
https://github.com/spring-projects/spring-ai/blob/6512ec42577b94737c8e8b10bd3f5d9b55aeeb55/spring-ai-core/src/main/java/...
Spring AI Calling Azure OpenAI O3-mini failed.
2025-03-12 14:02:02
13803
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring AI WebClientCustomizer cannot work in mcp project
2025-03-12 14:01:52
1236
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring AI Using OpenAiChatModel to access deepseek model deployed by vLLM encountered 400 error
2025-03-12 14:01:34
2303
Sorry to occupy your time,I find it diffcult to solve,I dont know if i had any fasle code.Using OpenAiChatModel to acces...
SpringBoot No transaction in progress for @Nested @DataJpaTest
2025-03-12 14:01:25
1557
With a test such as this:@DataJpaTestclass PersonRepositoryTest { @Autowired private PersonRepository personReposi...
SpringBoot AsyncTaskExecutor beans not created if any bean of type Executor is present
2025-03-12 14:01:15
2784
There appears to be a bug in TaskExecutorConfiguration when creating an AsyncTaskExecutor bean, the condition is:@Condit...
SpringBoot Add a task for checking META-INF/spring/aot.factories
2025-03-12 14:01:08
346
The task could:Check that each key is one of the expected values:org.springframework.aot.hint.RuntimeHintsRegistrarorg.s...
SpringBoot Consolidate MockServletWebServerFactory and MockReactiveWebServerFactory classes
2025-03-12 14:01:01
254
We have two MockReactiveWebServerFactory classes and three MockServletWebServerFactory classes. They could be consolidat...
SpringBoot On logging dcos, please explain how to log in application code and where to put logging configuration
2025-03-12 14:00:29
635
Documentation enhancement request.Page in question: https://docs.spring.io/spring-boot/reference/features/logging.htmlAs...
Spring MockCookie.parse() fails to parse "Version" attribute
2025-03-12 14:00:21
555
I was trying to upgrade to spring-test-6.2.x when most of the unit tests got an error parsing "Version" attribute.Exampl...
Spring First-class support for BeanRegistrar registration on GenericApplicationContext
2025-03-12 14:00:16
318
The new BeanRegistrar interface introduced in #18353 is not only suitable for @Import usage on a @Configuration class bu...
Spring isClientDisconnectedException needs to protect against null input
2025-03-11 14:00:51
3644
Spring-Web v6.2.3 of introduced changes within WebAsyncManager to wrap client disconnection errors in #34363, but these ...
上一页
下一页
1
…
6
7
8
9
10
…
2246
.