gaattc

Results 2 issues of gaattc

**现象:** nacos使用snakeyaml 1.x版本,springboot3需要 2.x 使用2.x,nacos读yml报错: > org.yaml.snakeyaml.constructor.SafeConstructor: method 'void ()' not found 使用1.x,springboot3读yml报错: > org.springframework.boot.SpringApplication -- Application run failed > java.lang.NoClassDefFoundError: org/yaml/snakeyaml/inspector/TagInspector **解决方案:** 确认是nacos的bug:alibaba/nacos#12076 临时解决方式可以参考评论:https://github.com/alibaba/nacos/issues/12076#issuecomment-2896769621 **需求:** 看nacos-spring-project已经修了:nacos-group/nacos-spring-project#336 但是boot这边还没发新版本,使用最新的`0.3.0-RC`与springboot3和snakeyaml2有严重兼容问题,希望可以发个新版出来,pls

**Issue Description:** In JUnit Platform LauncherFactory , the no-argument LauncherFactory.create() method directly uses `LauncherConfig.DEFAULT`. This `LauncherConfig.DEFAULT` instance has its auto-registration booleans (e.g., testExecutionListenerAutoRegistrationEnabled) hardcoded to true within `LauncherConfig.Builder` and is...

type: enhancement
status: team discussion
component: Platform