Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpringBoot3.x+JDK22无法使用,不兼容! #865

Open
liyuan0420 opened this issue Jul 17, 2024 · 1 comment
Open

SpringBoot3.x+JDK22无法使用,不兼容! #865

liyuan0420 opened this issue Jul 17, 2024 · 1 comment

Comments

@liyuan0420
Copy link

Are you in the right place?

  • For issues or feature requests related to the code in this repository file a Github issue.
  • For general technical questions, post a question on Google Groups.

Whats your runtime?

  • Dozer version: _____
  • OS version: _____
  • JDK version: _____

Whats the problem?

Steps to reproduce:




Observed Results:

What happened? This could be a description, log output, etc.

Expected Results:

What did you expect to happen?

Link to GitHub repo with Unit test

The easiest way for us to fix issues, is if you provide a GitHub repo, using the latest release and a simple unit test.

@logicjwell
Copy link

    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.3.1</version>
    </dependency>

    <dependency>
        <groupId>com.sun.xml.bind</groupId>
        <artifactId>jaxb-impl</artifactId>
        <version>2.3.1</version>
    </dependency>
    <!-- java17,springboot3.x 需要单独添加jaxb依赖 -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants