SpringBoot Some JdbcTemplate configuration properties are missing

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

ConfigDataLocationResolver implementations are loaded using the resource loader's ClassLoaderhttps://github.com/spring-p...

Spring Gracefull shutdown don't throw interrupted exception after timeout

Using graceful shutdown with async task ran with CompletableFuture .runAsync(() -> { },...

Pandas BUG: Segmentation Fault when changing a column name in a DataFrame

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__

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

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

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

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).

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插件没有去查询记录行。

确认[ ] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进源Sql```sq...

MyBatis-Plus [功能改进]: DBType和JdbcUtils对于Gauss数据库的处理

确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题功能改进在DBType里面...

Spring AI redis vector Store,Failed to delete documents by filter

FilterExpressionBuilder b = new FilterExpressionBuilder(); redisVectorStore.delete(b.eq("docId", docId).build());Bug des...

Spring AI Support LanceDB vector store

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

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

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

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

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'

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

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

At the moment the constants in org.springframework.util.unit.DataSize are private and cannot be used, for example, in an...
上一页 下一页
.