Nineya
Home
Blog
Spring AI Tool Calling, String inputType method with json-style String LLM response causing Jackson parse exception.
2025-03-18 14:02:30
1468
Bug descriptionI have a Tool (func as tool) defined like this:class PlanningTool implements Function<String, Result&g...
Spring AI The overload tools or defaultTools method in ChatClientBuilder causes FunctionToolCallback not taking effect.
2025-03-18 14:02:11
1649
Bug DesceptionI have the following FunctionToolCallback instance created and registered to ChatClient Builder as below:F...
SpringBoot Native Query with clause and delete broken in springboot 3.4.x
2025-03-18 14:02:00
1491
In springboot 3.3.x, a with clause supports delete operations - e.g.@Transactional@Modifying@Query(nativeQuery = true, ...
SpringBoot Add Property for keepalive Setting of GraphQL SSE Handlers
2025-03-18 14:01:50
215
There is a new keepAliveDuration setting in GraphQlSseHandlers, see https://github.com/spring-projects/spring-graphql/is...
SpringBoot Missing web client request header
2025-03-18 14:01:35
1163
After upgrading Spring Boot from version 3.3.5 to 3.4.3, we started receiving an HTTP 411 error from an external service...
SpringBoot JmsAutoConfigurationTests should not rely on broker auto-configuration
2025-03-18 14:01:09
216
JmsAutoConfigurationTests currently expects a full-fledged ConnectionFactory to be configured, but that's actually not n...
Spring Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity
2025-03-18 14:00:58
3959
Hi, I had this annotation which worked with AspectJ, however stopped working after I migrated to spring-aspects + spring...
Spring PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4
2025-03-18 14:00:49
5427
Hi,We are heavily relying on the ResourceLoader and more specifically the org.springframework.core.io.support.PathMatchi...
Spring Inconsistent Query Parameter Conversion When Mapping Multiple Values to a Single Parameter
2025-03-18 14:00:41
2636
There is a significant inconsistency when converting a query parameter from a collection to a single value. In the follo...
Spring Make dependencies on AssertJ and JUnit in spring-core-test optional
2025-03-18 14:00:32
610
OverviewThe spring-core-test artifact currently has required transitive dependencies on AssertJ and JUnit.https://github...
Spring Upgrade to spring-core-test 6.2.4 forces upgrade to JUnit 5.12
2025-03-18 14:00:22
8385
I manage several GitHub repositories, a multitude of which use Spring. One of these projects is our Spring AoT extension...
Spring Distinguish same-distanced annotations in MergedAnnotations
2025-03-18 14:00:11
1142
Spring Security does a search for annotations in a slightly different way than TYPE_HIERARCHY. It does the following:If ...
Pandas ENH: Adding some common functionalities
2025-03-17 14:02:14
1960
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Keras keras version of numpy.signbit results in OverflowError on Windows
2025-03-17 14:02:02
1862
Hit overflow error while training tf.keras.Sequential classifier on Windows Specifically: OverflowError: Python int too ...
Keras Support for type hints is not implemented
2025-03-17 14:01:57
396
Keras is not friendly to typed python developers and lintersThe package is written in the style of versions prior to 3.5...
Keras clarification of using preprocessing with tf.data with multiple backend
2025-03-17 14:01:53
452
Say, I have a preprocessing layer, i.e. image resize or any augmentation methods, build with keras.ops. And I use it wit...
Keras TypeError: Could not locate class 'keras.Model'. Make sure custom classes are decorated with @keras.saving.register_keras_serializable()
2025-03-17 14:01:49
4199
Follow up of this issue https://github.com/keras-team/keras/issues/20979The given solutions works on the same running no...
Gin Combining Gin (Go) with Existing Express (Node.js) Project: Feasibility and Best Practices
2025-03-17 14:01:44
875
I'm exploring the possibility of integrating a portion of my existing Express.js project with Gin (Go). I'd like to gath...
Gorm ERROR: invalid input syntax for type json (SQLSTATE 22P02)
2025-03-17 14:01:29
1010
DescriptionDB: PostgreSQL 16.0.Table "user" with field "props" as jsonb type.Example value: {"access": {"project": [3, 6...
Spring Cloud Config Unable to Pass AWS Secrets Manager Secrets to Spring Boot Application Properties via Spring Cloud Config Server
2025-03-17 14:01:22
2445
Type: BugComponent: Secrets ManagerDescribe the bug:Spring Cloud Config Server serves as centralised config server to su...
上一页
下一页
1
2
3
4
5
6
7
…
2246
.