mymx2
mymx2
is any plan for Whitespace Control - [handlebarsjs: https://handlebarsjs.com/guide/expressions.html#whitespace-control](https://handlebarsjs.com/guide/expressions.html#whitespace-control) Template whitespace may be omitted from either side of any mustache statement by adding a ~ character by the braces. When...
> 没明白你的意思?这个有什么问题? 我上一个添加jspecify [https://jspecify.dev/docs/start-here](https://jspecify.dev/docs/start-here) 后的实际效果吧。当然空安全是个庞大的工作,但仍需进行。 - [Migrate to JSpecify annotations for nullability constraints] https://github.com/spring-projects/spring-framework/issues/28797#issuecomment-2387137015 - [Null Safety in Spring applications with JSpecify and NullAway](https://spring.io/blog/2025/03/10/null-safety-in-spring-apps-with-jspecify-and-null-away) 
> fastjson是要零依赖的,不能依赖任何第三方Annotation 这应该不是拒绝采用该方案的合理理由,实际上该库仅包含注解。
cause https://github.com/springdoc/springdoc-openapi/blob/bce44dbe502cbaeeff6188fe210042859aa0ed54/springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils/SchemaUtils.java#L180 I agree that using `DelegatingMethodParameterCustomizer` to customize field requirement is appropriate. Regarding language-specific implementations: **For Kotlin:** If you decompile Kotlin code to Java using IntelliJ's *Kotlin Bytecode* tool,...
> Quick fix worked for me, at least for request body parameters, to add `@Schema(required = false, defaultValue = "value")` to a field.快速修复对我有用,至少对于添加到 `@Schema(required = false, defaultValue = "value")` 字段的请求正文参数有用。...
align all versions, include `swagger-annotations-jakarta`. see: https://search.maven.org/search?q=io.swagger.core.v3
What do you think about Spring’s nullability-plugin ([https://github.com/spring-gradle-plugins/nullability-plugin](https://github.com/spring-gradle-plugins/nullability-plugin))? Its repository code looks quite concise.