Nineya
Home
Blog
SpringBoot Some JdbcTemplate configuration properties are missing
2025-02-25 14:02:10
819
Currently, there are three configuration properties under spring.jdbc.template:- fetch-size- max-rows- query-timeoutther...
SpringBoot ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader
2025-02-25 14:01:59
777
ConfigDataLocationResolver implementations are loaded using the resource loader's ClassLoaderhttps://github.com/spring-p...
Spring Gracefull shutdown don't throw interrupted exception after timeout
2025-02-25 14:00:12
2421
Using graceful shutdown with async task ran with CompletableFuture .runAsync(() -> { },...
Pandas BUG: Segmentation Fault when changing a column name in a DataFrame
2025-02-24 14:07:14
7374
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: iloc with Series as indexer fails for __getitem__ but works with __setitem__
2025-02-24 14:06:45
4215
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Keras validation_split
2025-02-24 14:06:26
815
Hi, if validation_split (of model.fit) is assigned a percentage, does keras shuffle the entire training data before spli...
Keras InvalidArgumentError: RaggedTensorToTensor Error in YOLOv8 Training with EvaluateCOCOMetricsCallback
2025-02-24 14:06:17
8430
Description:I encountered an InvalidArgumentError when training a YOLOv8 model using keras_cv.metrics.BoxCOCOMetrics. Th...
Keras torch backend: keras.utils.split_dataset requires tensorflow
2025-02-24 14:06:09
1050
The keras.utils.split_dataset function requires tensorflow to be installed even tho the docstring states that the datase...
Keras Conv3DTranspose issue with torch backend padding arguments (padding=same) and output_padding=1) lead to a Torch output_padding (1) that is greater than strides (1).
2025-02-24 14:06:00
582
I ended up with the following issue https://github.com/keras-team/keras-core/issues/774Currently a warning is given but ...
MyBatis-Plus [功能改进]: 描述 sqlserver数据库,查询语句中包含CHARINDEX函数时,page插件没有去查询记录行。
2025-02-24 14:05:48
390
确认[ ] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进源Sql```sq...
MyBatis-Plus [功能改进]: DBType和JdbcUtils对于Gauss数据库的处理
2025-02-24 14:04:11
1157
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在DBType里面...
Spring AI redis vector Store,Failed to delete documents by filter
2025-02-24 14:03:26
2066
FilterExpressionBuilder b = new FilterExpressionBuilder(); redisVectorStore.delete(b.eq("docId", docId).build());Bug des...
Spring AI Support LanceDB vector store
2025-02-24 14:03:14
524
Expected BehaviorSupport LanceDB(https://github.com/lancedb/lancedb) vector storeCurrent BehaviorNot supportContextLance...
Spring AI There is a bug in MCP client auto configuration, will cause: IllegalStateException: Multiple tools with the same name
2025-02-24 14:03:05
4101
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 Get Tool Calling Request Arguments
2025-02-24 14:02:55
443
Expected BehaviorI need to be able to get the values of the of the request being made to a Tool defined in the applicati...
Spring AI Milvus Vector - Support for Milvus Native Filter Expressions in doSimilaritySearch
2025-02-24 14:02:45
2131
Support for Milvus Native Filter Expressions in doSimilaritySearchDescriptionCurrently, the implementation of doSimilari...
SpringBoot when set jvm properties -Dlog4j.shutdownHookEnabled is not work in spring boot
2025-02-24 14:02:27
1215
SpringBootPropertySourcebecause of it's hard code.private final Map<String, String> properties = Collections .sin...
SpringBoot Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found'
2025-02-24 14:01:46
3918
Spring Boot Kafka SSL Issue on EKS Deployment using Spring boot 3.4.3(tried 3.3.5 and 3.4.2)We are facing an issue where...
Spring Introduce Stream variant methods for SqlQuery
2025-02-24 14:01:35
192
queryForStream() was introduced for JdbcOperations since 5.3, It would be nice if SqlQuery could leverage it to process ...
Spring Make BYTES_PER_* constants public in DataSize
2025-02-24 14:01:18
188
At the moment the constants in org.springframework.util.unit.DataSize are private and cannot be used, for example, in an...
上一页
下一页
1
…
17
18
19
20
21
…
2246
.