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

Get build working #4083

Closed
wants to merge 20 commits into from
Closed

Conversation

kylejPomelo
Copy link

What's this PR do/fix?

Are there unit tests? If not how should this be manually tested?

Any background context you want to provide?

What are the relevant issues?

mawserver and others added 20 commits December 19, 2022 15:40
修改.version为4.0.0-SNAPSHOT
修改插件、依赖的镜像为阿里云和Jitpack.io
---------------------------------------------
Modify .java-version to JDK17
Modify .version to 4.0.0-SNAPSHOT
Modify the plug-in and dependent images to Alibaba Cloud and Jitpack.io
springfox-webflux的springboot版本改为3.0.0
在buildSrc/build.gradle中spock-core版本改为2.0-grovy-3.0
在多个依赖中javax.servlet改为jakarta.servlet
在dependencies.gradle中更新了变量
groovy =  "4.0.6"
spock = "2.0-groovy-3.0"
spring = "3.0.0"
springWeb = "6.0.2"
springIntegration = "6.0.0"
springHateoas = "2.0.0"
springDataRest = "4.0.0"
springPluginVersion = "3.0.0"
springBoot  = "3.0.0"
…I添加T类型参数,此前会导致在SpringBoot3中启动发生报错

-----
[BugFix] Adding T method parameters to the API of springfox.documentation.swagger.web.ApiResourceController, which previously caused an error when starting in SpringBoot3
使用ObjectUtils.isEmpty代替Stringutils.isEmpty
为springfox.test.contract.oas.repository.*<? extends HashMapRepository>实现方法deleteAllById
-----

Use !Stringutils.hasLength instead of Stringutils.isEmpty
Use ObjectUtils.isEmpty instead of Stringutils.isEmpty
Implements method deleteAllById for springfox.test.contract.oas.repository.*<? extends HashMapRepository>
…够从SpringBoot3的新版HttpMethod对象转化为String

-----
[BugFix] Update the Mapper method for springfox.documentation.swagger1.dto.Operation so that it can be converted from SpringBoot3's new 'HttpMethod' object to String property 'method'
…段的子字段时会出现NullPointException

-----
[BugFix] The condition field of RequestMapping in SpringBoot3 may be empty, which will cause NullPointException when springfox reads the subfield of this field
-----
update jitpack
-----
Fix some problem from import
…ncondition

-----
[BugFix] The patternCondition field of RequestMapping in SpringBoot3 should be replaced with pathPatterncondition
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

Successfully merging this pull request may close these issues.

None yet

3 participants