-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
component/need-triageNeed maintainers to triageNeed maintainers to triagetype/need-triageNeed maintainers to triageNeed maintainers to triage
Description
Pre-check
- I am sure that all the content I provide is in English.
Search before asking
- I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
3.3.0-beta
Steps to reproduce this issue
- plugin does not support generating all source codes into one single file. Currently must set
option java_multiple_files = true;
- OuterClass is not generated by default but Service class relies on OuterClass, Currently must set
option java_outer_classname = "MDSSyncServiceOuterClass";
java_package
does not work, classes still created inpackage
not injava_package
What you expected to happen
- support single file mode by default or plugin can automatically use multiple files mode by force.
- Generate OuterClass by default or does not rely on OuterClass by default.
java_package
takes precedence ofpackage
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
component/need-triageNeed maintainers to triageNeed maintainers to triagetype/need-triageNeed maintainers to triageNeed maintainers to triage
Type
Projects
Status
Done