This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 69cd4a2399 Merge pull request #5214 from bamaer/main
add 19672067b0 [SONAR] cleanup StandardCharsets.UTF_8
add f42a536bd0 [SONAR] Replace the type specification in this constructor
call with the diamond operator ("<>").
add 139aeaebc0 [SONAR] JUnit5 test classes and methods should have default
package visibility
new 98f8641275 Merge pull request #5215 from hansva/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:
.../apache/hop/core/row/value/ValueMetaBase.java | 7 +-
.../apache/hop/www/GetPipelineStatusServlet.java | 8 +--
.../apache/hop/www/GetWorkflowStatusServlet.java | 8 +--
.../actions/deletefiles/ActionDeleteFilesTest.java | 20 +++---
.../deletefolders/ActionDeleteFoldersTest.java | 6 +-
.../dostounix/WorkflowActionDosToUnixTest.java | 2 +-
...WorkflowActionEvalTableContentLoadSaveTest.java | 2 +-
.../filesexist/WorkflowActionFilesExistTest.java | 14 ++--
.../WorkflowActionMssqlBulkLoadLoadSaveTest.java | 4 +-
.../WorkflowActionMysqlBulkFileLoadSaveTest.java | 4 +-
.../WorkflowActionMysqlBulkLoadLoadSaveTest.java | 4 +-
.../actions/setvariables/ActionSetVariables.java | 3 +-
.../actions/xml/dtdvalidator/DtdValidatorUtil.java | 3 +-
.../xml/xmlwellformed/XmlWellFormedDialog.java | 2 +-
.../transforms/accessoutput/AccessOutputData.java | 2 +-
.../transform/BeamHiveMetastoreInputTransform.java | 2 +-
.../beam/transforms/bigtable/HopToBigtableFn.java | 3 +-
.../org/apache/hop/debug/util/DebugLevelUtil.java | 7 +-
.../org/apache/hop/metadata/rest/RestTest.java | 4 +-
.../hop/testing/xp/PipelineMetaModifier.java | 11 +--
.../hop/vfs/azure/AzureFileNameParserTest.java | 19 +++--
.../googlesheets/GoogleSheetsOutput.java | 42 +++++-------
.../transforms/drools/RuleValidationException.java | 2 +-
.../hop/pipeline/transforms/drools/Rules.java | 4 +-
.../hop/pipeline/transforms/formula/Formula.java | 2 +-
.../userdefinedjavaclass/FieldHelperTest.java | 48 ++++++-------
.../pipeline/transforms/metainject/MetaInject.java | 6 +-
.../pipelineexecutor/PipelineExecutorMetaTest.java | 6 +-
.../hop/pipeline/transforms/rest/RestTest.java | 16 ++---
.../schemamapping/SchemaMappingMeta.java | 2 +-
.../pipeline/transforms/script/ScriptUtils.java | 2 +-
.../SelectValues_LocaleHandling_Test.java | 16 ++---
.../hop/pipeline/transforms/sql/ExecSqlMeta.java | 2 +-
.../hop/pipeline/transforms/tika/TikaOutput.java | 3 +-
.../bulkloader/nativebinary/StreamEncoder.java | 3 +-
.../hop/pipeline/transforms/xml/addxml/AddXml.java | 10 +--
.../apache/hop/ui/core/widget/StyledTextVar.java | 80 ++++++++++------------
.../ui/hopgui/delegates/HopGuiFileDelegate.java | 4 +-
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 5 +-
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 5 +-
40 files changed, 191 insertions(+), 202 deletions(-)