Skip to content

sofa-boot-autoconfigure 4版本Jdk要求应该是17吧 #1396

@rentent

Description

@rentent

sofa-boot 4版本开对应的Spring Boot为3.0.7,而Spring boot 3开始要求的jdk最低版本为17。但在sofa-boot-autoconfigure 包中类com.alipay.sofa.boot.autoconfigure.rpc.RestFilterConfiguration 中还是使用 javax 的相关包。按理应该使用 jakarta ;

以下为RestFilterConfiguration类中引用的包信息:

import javax.ws.rs.client.ClientRequestFilter;
import javax.ws.rs.client.ClientResponseFilter;
import javax.ws.rs.container.ContainerRequestFilter;
import javax.ws.rs.container.ContainerResponseFilter;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions