You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in package not in java_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 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!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
3.3.0-beta
Steps to reproduce this issue
option java_multiple_files = true;
option java_outer_classname = "MDSSyncServiceOuterClass";
java_package
does not work, classes still created inpackage
not injava_package
What you expected to happen
java_package
takes precedence ofpackage
if set.Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: