Nineya
Home
Blog
软著申请
Spring AI Double remote call on DefaultChatClient with content and chatResponse
2025-01-23 14:02:09
1148
Bug descriptionIn DefaultChatClient#DefaultCallResponseSpec (also in streaming) call chatResponse or conent trigger the ...
Spring AI Add an opportunity to choose a model in vector store
2025-01-23 14:02:02
870
Expected Behavior void add(List<Document> documents, String model); @Nullable List<Document> simila...
Spring AI Feature Request: Support "store" and "metadata" options in OpenAiChatOptions.
2025-01-23 14:01:57
1345
Current BehaviorOpenAI supports the store option which can be used as part of the OpenAI evals and model distillation pr...
Spring AI Model Tool Calls not persisted in chat memory
2025-01-23 14:01:52
759
Bug descriptionWhen adding a MessageChatMemoryAdvisor to my chat client. I would expect it to persist all messages, incl...
SpringBoot Add SSL support to auto-configuration for Rabbit Streams
2025-01-23 14:01:18
2354
Spring Boot version: 3.4.1I have a very basic setup to use SuperStreams. My code works fine if I don't try to use TLS. T...
SpringBoot application.properties ouside the packaged jar not found
2025-01-23 14:01:10
7769
I want to create a "commons" jar that I can include in all of my projects, and that sets some defaults for spring (confi...
SpringBoot Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types
2025-01-23 14:00:59
1900
When using @ConfigurationProperties, @NestedConfigurationProperty and spring-boot-configuration-processor together with ...
SpringBoot Allow infrastructure beans to be injected into BeanPostProcessor @Bean methods
2025-01-23 14:00:53
321
Infrastructure beans aren't post-processed so they can be safely injected into @Bean methods that define a BeanPostProce...
Spring spring http server code @RequestBody IBusinessContext
2025-01-23 14:00:46
1106
public class BusinessContext implements IBusinessContext @RequestMapping(value = { "/*.do", "/**/*.do&...
Spring Spring 6.1.3 to 6.2.2 initialization circularity?
2025-01-23 14:00:40
2116
Unable to find Spring bean for class com.acme.pgbu.services.workflow.event.WorkflowAlertExecutorActor in application Anv...
Spring Constructor data binding does not support List/Map/Array of simple types
2025-01-23 14:00:33
4434
Hello,It's first time I'm reporting bug here.I've found bunch of bugs in recent spring version (6.2.2) related to query ...
Spring Document limitation around the port of localAddress in StandardWebSocketSession
2025-01-23 14:00:20
1787
During migration from Spring 6.0 and replacing JettyWebSocketClient with StandardWebSocketClient we noticed that Standar...
Spring RestClient thows IO Resourceaccess Exception on getting 400 Bad Request
2025-01-23 14:00:09
2090
Hi,i encour an issue which is not really understandable. Below is a method which post a body to an external API. In some...
MyBatis Error occurred when I try to "INSERT INTO ~ ON DUPLICATE KEY UPDATE" with useGeneratedKeys.
2025-01-22 14:06:59
32222
MyBatis version3.5.1Database vendor and versionMySQL 5.6Test case or example projectTable schemeCREATE TABLE `Animal` ( ...
MyBatis Issue with useGeneratedKeys in MyBatis When Using foreach and ON DUPLICATE KEY UPDATE
2025-01-22 14:06:52
2144
Dear MyBatis Team,I hope this message finds you well. Thank you for your continued efforts in maintaining and improving ...
MyBatis queryCusor() fails in streaming mode of MySQL Connector/J (fetchSize=Integer.MIN_VALUE)
2025-01-22 14:06:40
7855
MyBatis version3.5.xDatabase vendor and versionmysql mysql-connector-java-5.1.48Test case or example project @Opti...
Spring Security In the UsernamePasswordAuthenticationFilter, the authRequest is added as an attribute to the HttpServletRequest.
2025-01-22 14:05:36
2347
Expected BehaviorYou expect to receive username and password in the application/json format and be able to extract them ...
Spring Security Add TestBytes
2025-01-22 14:05:20
192
It is best if we avoid using Bytes.random in tests to ensure we have predictable tests. To make this easy, we TestBytes....
Spring Security ClientRegistrations class's OpenID Provider Configuration Validation does not conform to specification
2025-01-22 14:05:14
4714
Describe the bugThe section 4.3 in the OpenID Connect Discovery specification says "the Issuer URL that was used as the ...
Spring Security GenerateOneTimeTokenWebFilter triggers double execution of the downstream WebFilterChain
2025-01-22 14:05:06
12206
Describe the bugUsing one-time token login in reactive mode, with the simplest possible configuration, any GET call to /...
上一页
下一页
1
…
505
506
507
508
509
…
2246
.