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

Commits on Dec 19, 2022

  1. 修改.java-version 为JDK17

    修改.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
    mawserver committed Dec 19, 2022
    Copy the full SHA
    f0eac9d View commit details
    Browse the repository at this point in the history
  2. wrapper中的Gradle6.5版本改为7.4

    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"
    mawserver committed Dec 19, 2022
    Copy the full SHA
    243345b View commit details
    Browse the repository at this point in the history
  3. Revert "wrapper中的Gradle6.5版本改为7.4"

    This reverts commit 243345b.
    mawserver committed Dec 19, 2022
    Copy the full SHA
    a7f343c View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "wrapper中的Gradle6.5版本改为7.4""

    This reverts commit a7f343c.
    mawserver committed Dec 19, 2022
    Copy the full SHA
    be023ff View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1edf74c View commit details
    Browse the repository at this point in the history
  6. [BugFix]为springfox.documentation.swagger.web.ApiResourceController的AP…

    …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
    mawserver committed Dec 19, 2022
    Copy the full SHA
    eff0b7c View commit details
    Browse the repository at this point in the history
  7. 使用!Stringutils.hasLength代替Stringutils.isEmpty

    使用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>
    mawserver committed Dec 19, 2022
    Copy the full SHA
    dd94f31 View commit details
    Browse the repository at this point in the history
  8. [BugFix]为springfox.documentation.swagger1.dto.Operation更新Mapper方法,使其能…

    …够从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'
    mawserver committed Dec 19, 2022
    Copy the full SHA
    3b39825 View commit details
    Browse the repository at this point in the history
  9. [BugFix]SpringBoot3中的RequestMapping的condition字段可能为空,这会导致springfox读取该字…

    …段的子字段时会出现NullPointException
    
    -----
    [BugFix] The condition field of RequestMapping in SpringBoot3 may be empty, which will cause NullPointException when springfox reads the subfield of this field
    mawserver committed Dec 19, 2022
    Copy the full SHA
    f4aeecc View commit details
    Browse the repository at this point in the history
  10. 更新jitpack

    -----
    update jitpack
    XSComSoft committed Dec 19, 2022
    Copy the full SHA
    d585cc2 View commit details
    Browse the repository at this point in the history
  11. JDK17 for jitpack

    XSComSoft committed Dec 19, 2022
    Copy the full SHA
    d9dbd94 View commit details
    Browse the repository at this point in the history
  12. Try change jitpack ENV

    XSComSoft committed Dec 19, 2022
    Copy the full SHA
    31c760d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. 修復一些import問題

    -----
    Fix some problem from import
    XSComSoft committed Dec 20, 2022
    Copy the full SHA
    b4686cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1370bf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. 更新MD

    XSComSoft committed Dec 25, 2022
    Copy the full SHA
    4a19a7f View commit details
    Browse the repository at this point in the history
  2. 修改MD

    XSComSoft committed Dec 25, 2022
    Copy the full SHA
    8fc2cd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. [BugFix]SpringBoot3中的RequestMapping的patternCondition字段应该替换为pathPatter…

    …ncondition
    
    -----
    [BugFix] The patternCondition field of RequestMapping in SpringBoot3 should be replaced with pathPatterncondition
    XSComSoft committed Jan 13, 2023
    Copy the full SHA
    249bb4b View commit details
    Browse the repository at this point in the history
  2. 更新MD

    XSComSoft committed Jan 13, 2023
    Copy the full SHA
    fac4a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #1 from XSComSoft/master

    spring boot 3?
    kylejPomelo committed Mar 18, 2024
    Copy the full SHA
    e55440c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8095203 View commit details
    Browse the repository at this point in the history