This is an automated email from the ASF dual-hosted git repository. shl pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit 110d74ce79b7704400afe6886ac0557b7d9c6674 Merge: cd301295b2 95877772bf Author: Shl Xue <[email protected]> AuthorDate: Tue May 20 10:56:56 2025 +0800 Merge pull request #5326 from shlxue/main Fix #5325 Compatibility issues with the RWT API .../workflow/actions/abort/ActionAbortDialog.java | 10 +- .../googlesheets/GoogleSheetsInputDialog.java | 1 - .../googlesheets/GoogleSheetsOutputDialog.java | 1 - .../googledrive/ui/GoogleAuthorizationDialog.java | 3 +- .../hop/neo4j/perspective/HopNeo4jPerspective.java | 2 +- .../cypherbuilder/CypherBuilderDialog.java | 2 +- .../transforms/formula/editor/FormulaEditor.java | 4 +- .../transforms/janino/editor/FormulaEditor.java | 4 +- .../UserDefinedJavaClassDialog.java | 2 +- .../transforms/javascript/ScriptValuesDialog.java | 2 +- .../orabulkloader/OraBulkLoaderDialog.java | 125 ++++++--------------- .../transforms/regexeval/RegexEvalDialog.java | 2 +- .../pipeline/transforms/script/ScriptDialog.java | 5 +- .../xml/getxmldata/GetXmlDataDialog.java | 50 ++++----- .../apache/hop/ui/core/dialog/EnterListDialog.java | 2 +- .../apache/hop/ui/core/vfs/HopVfsFileDialog.java | 4 +- .../hopgui/file/pipeline/HopGuiPipelineGraph.java | 2 +- .../hopgui/file/workflow/HopGuiWorkflowGraph.java | 2 +- .../execution/ExecutionPerspective.java | 2 +- .../execution/PipelineExecutionViewer.java | 4 +- .../execution/WorkflowExecutionViewer.java | 4 +- .../perspective/explorer/ExplorerPerspective.java | 2 +- .../perspective/metadata/MetadataPerspective.java | 2 +- 23 files changed, 90 insertions(+), 147 deletions(-)
