RayayChung opened a new pull request, #4269: URL: https://github.com/apache/shenyu/pull/4269
fix #4049 Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [ ] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. Base on `v2.5.0`, the field `enabled` in AuthPathDTO is never used exclude in unit test. When path update, we will transfer AuthPathDTO to AuthPathDO.  However, the `enebled` field is always set as `true`. Therefor, the `@NotNull` on `enabled` is unnecessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
