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

release 1.1.5 #25

Merged
merged 16 commits into from
Dec 29, 2023
Merged

release 1.1.5 #25

merged 16 commits into from
Dec 29, 2023

Conversation

lunasaw
Copy link
Owner

@lunasaw lunasaw commented Dec 29, 2023

1、优化@ConditionalOnMissingBean注入逻辑,增加默认实现
2、升级JDK17,引入移除依赖

 <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-core</artifactId>
            <version>2.3.0.1</version>
        </dependency>
        <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>
        <dependency>
            <groupId>org.javassist</groupId>
            <artifactId>javassist</artifactId>
            <version>3.25.0-GA</version>
        </dependency>

3、增加命令控制操作
4、bugfix

@lunasaw lunasaw merged commit f8d8bb0 into master Dec 29, 2023
1 check passed
@lunasaw lunasaw added the enhancement New feature or request label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant