black-06

Results 7 issues of black-06

Add i18n support, We can add panel_xx.properties to resources/i18n to increase language support. There are currently Chinese and English properties file stored there.

## 🚀 Feature I have a lot of protobuf files, within which I only want some messages/rpcs etc to be rendered, and while it could be solved by annotating them...

enhancement
openapi

- [X] Do only one thing - [X] Non breaking API changes - [X] Tested ### What did this pull request do? close #6418 , and it has a little...

Add a [check-deprecated](https://github.com/black-06/check-deprecated) linter. It finds malformed deprecated comments, and finds the use of deprecated function/variable/constant/field.

linter: new
feedback required

- [x] Do only one thing - [x] Non breaking API changes - [ ] Tested ### What did this pull request do? fix https://github.com/go-gorm/gorm/issues/6033 ### User Case Description ```go...

- [x] Do only one thing - [x] Non breaking API changes - [ ] Tested ### What did this pull request do? fix https://github.com/go-gorm/gorm/issues/6033 ### User Case Description ```go...

Adds a module that allows subtype to be registered without annotating the parent class. It is implemented on SPI. See https://github.com/FasterXML/jackson-databind/issues/2104 Its original version is https://github.com/black-06/jackson-modules-dynamic-subtype. I removed the custom...

2.17