\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n```shell\n\n```\n\n### 附加信息\n\n_No response_",[2965,2966],{"name":2933,"color":2934},{"name":2956,"color":2886},7385,"/actuator/startup 端点 404","2025-04-25T04:41:54Z","https://github.com/halo-dev/halo/issues/7385",0.7759779,{"description":2973,"labels":2974,"number":2981,"owner":2868,"repository":2869,"state":2924,"title":2982,"updated_at":2983,"url":2984,"score":2985},"### 系统信息\n\nNone\n\n### 使用的哪种方式运行?\n\nDocker\n\n### 发生了什么?\n\n在全新的 Codespace 环境执行 `./gradlew clean build`,似乎有部分依赖无法正常下载:\n\n```bash\n@ruibaby ➜ /workspaces/halo (main) $ ./gradlew clean build\n> Task :api:compileJava FAILED\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nExecution failed for task ':api:compileJava'.\n> Could not resolve all files for configuration ':api:compileClasspath'.\n > Could not find org.springframework.boot:spring-boot-starter-actuator:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-data-jpa:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-mail:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-thymeleaf:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-webflux:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-validation:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-data-r2dbc:.\n Required by:\n project :api\n > Could not find org.springframework.session:spring-session-core:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-security:.\n Required by:\n project :api\n > Could not find org.springframework.security:spring-security-oauth2-jose:.\n Required by:\n project :api\n > Could not find org.springframework.security:spring-security-oauth2-client:.\n Required by:\n project :api\n > Could not find org.springframework.security:spring-security-oauth2-resource-server:.\n Required by:\n project :api\n > Could not find org.springframework.boot:spring-boot-starter-cache:.\n Required by:\n project :api\n > Could not find com.github.ben-manes.caffeine:caffeine:.\n Required by:\n project :api\n > Could not find net.bytebuddy:byte-buddy:.\n Required by:\n project :api\n > Could not find org.springframework.integration:spring-integration-core:.\n Required by:\n project :api\n project :api > project :platform:application\n > Could not find org.thymeleaf.extras:thymeleaf-extras-springsecurity6:.\n Required by:\n project :api\n project :api > project :platform:application\n > Could not resolve org.springframework.boot:spring-boot-dependencies:3.4.0-M3.\n Required by:\n project :api > project :platform:application\n > Could not resolve org.springframework.boot:spring-boot-dependencies:3.4.0-M3.\n > Could not parse POM https://repo.spring.io/milestone/org/springframework/boot/spring-boot-dependencies/3.4.0-M3/spring-boot-dependencies-3.4.0-M3.pom\n > Could not find org.springframework.data:spring-data-bom:2024.1.0-M1.\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n> Get more help at https://help.gradle.org.\n\nDeprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.\n\nYou can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.\n\nFor more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.\n\nBUILD FAILED in 6s\n16 actionable tasks: 5 executed, 11 up-to-date\n```\n\nplugin-starter 也一样:\n\n```bash\n@ruibaby ➜ /workspaces/plugin-starter (main) $ ./gradlew clean build\nStarting a Gradle Daemon, 1 busy and 1 incompatible Daemons could not be reused, use --status for details\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nCould not determine the dependencies of task ':jar'.\n> Could not resolve all files for configuration ':runtimeClasspath'.\n > Could not resolve run.halo.tools.platform:plugin:2.20.0-SNAPSHOT.\n Required by:\n project :\n > Could not resolve run.halo.tools.platform:plugin:2.20.0-SNAPSHOT.\n > Could not parse POM https://s01.oss.sonatype.org/content/repositories/snapshots/run/halo/tools/platform/plugin/2.20.0-SNAPSHOT/plugin-2.20.0-20241016.100600-8.pom\n > Could not resolve run.halo.tools.platform:application:2.20.0-SNAPSHOT.\n > Could not resolve run.halo.tools.platform:application:2.20.0-SNAPSHOT.\n > Could not parse POM https://s01.oss.sonatype.org/content/repositories/snapshots/run/halo/tools/platform/application/2.20.0-SNAPSHOT/application-2.20.0-20241016.100600-8.pom\n > Could not resolve org.springframework.boot:spring-boot-dependencies:3.4.0-M3.\n > Could not resolve org.springframework.boot:spring-boot-dependencies:3.4.0-M3.\n > Could not parse POM https://repo.spring.io/milestone/org/springframework/boot/spring-boot-dependencies/3.4.0-M3/spring-boot-dependencies-3.4.0-M3.pom\n > Could not find org.springframework.data:spring-data-bom:2024.1.0-M1.\n Searched in the following locations:\n - https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2024.1.0-M1/spring-data-bom-2024.1.0-M1.pom\n - https://s01.oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-bom/2024.1.0-M1/spring-data-bom-2024.1.0-M1.pom\n - https://s01.oss.sonatype.org/content/repositories/snapshots/org/springframework/data/spring-data-bom/2024.1.0-M1/spring-data-bom-2024.1.0-M1.pom\n - https://repo.spring.io/milestone/org/springframework/data/spring-data-bom/2024.1.0-M1/spring-data-bom-2024.1.0-M1.pom\n\n* Try:\n> Run with --stacktrace option to get the stack trace.\n> Run with --info or --debug option to get more log output.\n> Run with --scan to get full insights.\n> Get more help at https://help.gradle.org.\n\nDeprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.\n\nYou can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.\n\nFor more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.\n\nBUILD FAILED in 1m 41s\n```\n\n### 复现步骤\n\n_No response_\n\n### 相关日志输出\n\n_No response_\n\n### 附加信息\n\n_No response_",[2975,2976,2979],{"name":2933,"color":2934},{"name":2977,"color":2978},"dependencies","0366d6",{"name":2980,"color":2934},"priority/critical-urgent",6906,"Cannot build with Spring Boot 3.4.0-M3","2024-10-21T07:28:53Z","https://github.com/halo-dev/halo/issues/6906",0.77628785,["Reactive",2987],{},["Set"],["ShallowReactive",2990],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f9KaRRSamGKKEAS83s0jo--hnUzxaf_jllF3Fi9QIz6s":-1},"/halo-dev/halo/6358"]