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

【4.5.0】knife4j-openapi3-spring-boot-starter啥时候升级啊,spring-doc发布1.8好久了 #837

Open
mengyongfeng opened this issue Sep 4, 2024 · 1 comment

Comments

@mengyongfeng
Copy link

mengyongfeng commented Sep 4, 2024

现在还是用的1.7,但是springdoc-openapi有个bug
springdoc/springdoc-openapi#2291 - Fix default-flat-param-object doesn't work when using http body
这个在1.8中已经修复了。
什么时候knife4j也升级一下 啊,试了下如果单独升级成1.8的话,启动的时候会报错:

  <dependency>
            <groupId>com.github.xiaoymin</groupId>
            <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
            <version>4.5.0</version>
            <exclusions>
                <exclusion>
                    <artifactId>springdoc-openapi-ui</artifactId>
                    <groupId>org.springdoc</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <artifactId>springdoc-openapi-ui</artifactId>
            <groupId>org.springdoc</groupId>
            <version>1.8.0</version>
        </dependency>
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
@mengyongfeng and others