Spring Security Make WebAuthnAuthenticationTokenRequest Serializable

WebAuthAuthenticationTokenRequest should be serializable. It isn't, however, since some of its components aren't seriali...

Spring Security Improve Stability of S101 CI Task

The s101 task currently depends on check. This isn't necessary since it only analyses the compiled production classes. A...

Spring AI Remove 'with' prefix from builders for embedding models in Amazon' model

Missed this in the previous go around. Should look for any other 'with' methods to see if we forgot to cleanup in other...

SpringBoot SpringBoot native image to use builder-noble-java-tiny instead of builder-jammy-java-tiny

Hello team, just wanted to reach out regarding the base image of a native image.It has been announced here https://githu...

SpringBoot Use consistent style for Nested/Collection/Map properties in @ConfigurationProperties

There are different styles in the codebase, even in a single source file, is it possible and worthy to force same style ...

SpringBoot content-length header is missing on delete api after upgrading java services to spring boot version : 3.4.1

After upgrading our java services to the latest Spring Boot version (3.4.1), we encountered an issue with the DELETE API...

SpringBoot The filter of Flux occasionally fails to take effect

When I use Flux.interval(Duration.ofSeconds(1)).filter(tick -> { log.info("tick: {}", tick); return statu...

SpringBoot In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix

This is another issue related to https://github.com/spring-projects/spring-boot/issues/43274.I am getting an exception w...

Spring Migrating from Spring 6.1.x to 6.2.x leads to exceptions in a Pekko setup

I am working on a Jakarta EE application that uses Spring Framework (not Spring Boot). After upgrading the spring-framew...

Spring Http client Type of JDK gives "empty headers are not allowed" with webmvc.fn

I created this issue in response to https://github.com/spring-cloud/spring-cloud-gateway/issues/3525#issuecomment-261155...

Spring Allow filtering bean instances returned by ObjectProvider#stream()

The implementations of ObjectProvider.stream() look up all bean names for the type referenced and subsequently look up t...

Spring AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute

Assume an annotation that declares a value() attribute explicitly aliasing an attribute other than @Component(value = "…...

Spring Escaping logic in PlaceholderParser does not handle escaped backslashes

Up until spring-boot 3.3.8, and escaped backslash followed by a placeholder like: prop1=value1 prop2=value2\\${prop1} ...

MyBatis-Plus @TableId(value = "ID", type = IdType.ASSIGN_UUID), 如果数据库为oracle, 且设置ID为主键, 则实体类插入会报错

当前使用版本(必填,否则不予处理)3.4.0该问题是如何引起的?(确定最新版也有问题再提!!!)@TableId(value = "ID", type = IdType.ASSIGN_UUID), 如果数据库为oracle, 且设置ID为主...

MyBatis-Plus 多数据源使用乐观锁不生效

当前使用版本(必填,否则不予处理)3.4.2该问题是如何引起的?(确定最新版也有问题再提!!!)配置了hibernate为主数据源,mybatis-plus为副数据源在mybatis-plus config 中配置了最新版的乐观锁,在单数据...

MyBatis-Plus sqlserver 分页,利用page插件报错

当前使用版本(必填,否则不予处理)version 3.4.1该问题是如何引起的?(确定最新版也有问题再提!!!)重现步骤(如果有就写完整)具体操作如下:https://github.com/JSQLParser/JSqlParser/iss...

MyBatis-Plus java.lang.OutOfMemoryError: Metaspace

当前使用版本(必填,否则不予处理)mybatis-plus-boot-starter 3.3.0mybatis-plus-annotation 3.3.0mybatis-plus-extension 3.3.0该问题是如何引起的?(确定最新...

MyBatis-Plus 从 3.4.1 升级倒 3.4.3.4 时,批量插入功能出现异常

当前使用版本(必填,否则不予处理)当前使用的版本是 3.4.3.4,是从 3.4.1 升级上来的。该问题是如何引起的?(确定最新版也有问题再提!!!)在升级版本后,对项目原功能进行测试时发现:新增单条数据(save())时没有问题;批量新增...

MyBatis-Plus SqlServer 2019,使用distinct 分页时,distinct无效

当前使用版本(必填,否则不予处理)mybatis-plus-boot-starter :3.4.3该问题是如何引起的?(确定最新版也有问题再提!!!)select distinct c.* from class c left join s...

MyBatis-Plus findIDialect sql server2012判断错误

当前使用版本(必填,否则不予处理)3.4.3.4该问题是如何引起的?(确定最新版也有问题再提!!!)sqlserver2012 的 地址 并不是 :sqlserver2012:现在的判断会导致 SQL server都是用旧版分页重现步骤(如...
上一页 下一页
.