fix: dubbo3 inject failed
Dev Deploy / Build Jar (ubuntu-latest) (push) Has been cancelled
Dev Deploy / Build Jar (windows-latest) (push) Has been cancelled
MemShell IntegrationTest / xxljob (push) Has been cancelled
MemShell IntegrationTest / springwebmvc (push) Has been cancelled
MemShell IntegrationTest / springwebflux (push) Has been cancelled
MemShell IntegrationTest / struct2 (push) Has been cancelled
MemShell IntegrationTest / tomcat (push) Has been cancelled
MemShell IntegrationTest / glassfish (push) Has been cancelled
MemShell IntegrationTest / jbosseap (push) Has been cancelled
MemShell IntegrationTest / jetty (push) Has been cancelled
MemShell IntegrationTest / payara (push) Has been cancelled
MemShell IntegrationTest / wildfly (push) Has been cancelled
MemShell IntegrationTest / jbossas (push) Has been cancelled
MemShell IntegrationTest / resin (push) Has been cancelled
MemShell IntegrationTest / weblogic (push) Has been cancelled
MemShell IntegrationTest / websphere7 (push) Has been cancelled
MemShell IntegrationTest / websphere (push) Has been cancelled
Unit-Test / UniteTest (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled

This commit is contained in:
ReaJason
2026-03-21 10:01:59 +08:00
parent cf8f731e56
commit e793d573d4
20 changed files with 385 additions and 200 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ export default function ShellResult({
wrapLongLines={true}
header={
<div className="text-xs">
{generateResult?.shellClassName + "$1"}
{generateResult?.injectorConfig.injectorHelperClassName}
</div>
}
button={
@@ -144,7 +144,7 @@ export default function ShellResult({
}
downloadBytes(
generateResult?.injectorHelperBytesBase64Str,
generateResult?.shellClassName + "$1",
generateResult?.injectorConfig.injectorHelperClassName,
);
}}
>
+1
View File
@@ -76,6 +76,7 @@ export interface NeoreGeorgShellToolConfig {
export interface InjectorConfig {
injectorClassName?: string;
injectorHelperClassName?: string;
classInheritance?: string;
urlPattern?: string;
staticInitialize?: boolean;