zrlw commented on PR #15537:
URL: https://github.com/apache/dubbo/pull/15537#issuecomment-3077313054
1. if the plugin just works on jdk17+, the module should be added to jdk17+
profile, like ```dubbo-spring6-security``` at dubbo-parent pom (Not only this
pom needs to be modified):
```
<profile>
<id>jdk-version-ge-17</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<modules>
...
<module>dubbo-plugin/dubbo-spring6-security</module>
...
</modules>
</profile>
```
2. supplement test cases to
[dubbo-integration-cases]https://github.com/apache/dubbo-integration-cases /
[dubbo-samples](https://github.com/apache/dubbo-samples) for the new plugin.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]