This is an automated email from the ASF dual-hosted git repository.
shl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from cd301295b2 Merge pull request #5334 from nadment/5333
add d51c3d1dd7 Fix the compatibility of sashForm.setWeights method
add c94627014e Fix the compatibility of
SelectionListener.widgetSelectedAdapter
add 3b2dca9f73 Disable calling tabFolder.setSimple
add 445b306502 Fix the compatibility of DragSource.setTransfer method
add 64782b35a4 Fix the compatibility of Browser.addCloseWindowListener
add 95877772bf Fix the compatibility of FileDialog for GetXmlData &
OraBulkLoader
new 110d74ce79 Merge pull request #5326 from shlxue/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)