Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

jakarta compatibility on generated class AbstractGroupsManager #163

@ykevinc

Description

@ykevinc

Hi,

Thanks for open sourcing this AB testing library.

With

import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;

superseded

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes
https://stackoverflow.com/questions/71179660/spring-boot-3-jakarta-and-javax

Will there be any plan on switching the import over to jakarta?

Thank you.

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