chickenlj opened a new issue, #14567: URL: https://github.com/apache/dubbo/issues/14567
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar issues. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Dubbo Version 3.3.0-beta ### Steps to reproduce this issue 1. plugin does not support generating all source codes into one single file. Currently must set `option java_multiple_files = true;` 2. OuterClass is not generated by default but Service class relies on OuterClass, Currently must set `option java_outer_classname = "MDSSyncServiceOuterClass";` 3. `java_package` does not work, classes still created in `package` not in `java_package`    ### What you expected to happen 1. support single file mode by default or plugin can automatically use multiple files mode by force. 2. Generate OuterClass by default or does not rely on OuterClass by default. 3. `java_package` takes precedence of `package` if set. ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
