You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/01/29 11:36:02 UTC

[hop] branch 2.0.0 updated (4bdebac -> 17c3486)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/hop.git.


    from 4bdebac  Merge pull request #1304 from pscigala/HOP-3711
     new f2229c2  HOP-3606 Disabled java 11 tests Fixed mockito matchers, mostly by providing nullable(Class) instead 'anyType' which does not respect argument values anymore. Resolves issues: HOP-3607 HOP-3608 HOP-3609 HOP-3610 HOP-3611 HOP-3614 HOP-3612 HOP-3624 HOP-3625 HOP-3646 HOP-3626 HOP-3630 HOP-3632 HOP-3631 HOP-3638 HOP-3639 HOP-3640 HOP-3644 HOP-3646 HOP-3649
     new ed61e79  HOP-3606 Disabled java 11 tests Already working tests, removed ignore annotation Resolves issues: HOP-3615 HOP-3616 HOP-3617
     new 5b9a633  HOP-3606 Disabled java 11 tests Added MockitoJUnitRunner Resolves issues: HOP-3627 HOP-3628
     new 86ccdd5  HOP-3606 Disabled java 11 tests Upgraded Javassist for Powermock compatibility Resolves: HOP-3637 HOP-3636 HOP-3635 HOP-3634
     new 1f7dce7  HOP-3606 Disabled java 11 tests Powermock upgrade Resolves: HOP-3648
     new c7097ae  HOP-3606 Disabled java 11 tests Fixed mockito matchers, mostly by providing nullable(Class) instead 'anyType' which does not respect argument values anymore. Resolves issues: HOP-3607 HOP-3608 HOP-3609 HOP-3610 HOP-3611 HOP-3614 HOP-3612 HOP-3624 HOP-3625 HOP-3646 HOP-3626 HOP-3630 HOP-3632 HOP-3631 HOP-3638 HOP-3639 HOP-3640 HOP-3644 HOP-3646 HOP-3649
     new 9416081  HOP-3606 Disabled java 11 tests Already working tests, removed ignore annotation Resolves issues: HOP-3615 HOP-3616 HOP-3617
     new 10fa98a  HOP-3606 Disabled java 11 tests Added MockitoJUnitRunner Resolves issues: HOP-3627 HOP-3628
     new c6b8c59  HOP-3606 Disabled java 11 tests Upgraded Javassist for Powermock compatibility Resolves: HOP-3637 HOP-3636 HOP-3635 HOP-3634
     new 7616141  HOP-3606 Disabled java 11 tests Powermock upgrade Resolves: HOP-3648
     new 55cab4d  Merge remote-tracking branch 'pscigala/HOP-3606' into HOP-3606
     new 17c3486  Merge pull request #1298 from pscigala/HOP-3606

The 3375 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:
 core/pom.xml                                       |  2 +-
 .../apache/hop/core/database/DatabaseMetaTest.java | 11 +++----
 .../org/apache/hop/core/database/DatabaseTest.java | 24 +++++++++------
 .../hop/core/row/value/ValueMetaBaseTest.java      |  6 ++--
 .../hop/core/row/value/ValueMetaStringTest.java    |  3 --
 .../hop/core/attributes/AttributesUtilTest.java    | 12 +++-----
 .../org/apache/hop/pipeline/PipelineMetaTest.java  | 16 ++++------
 .../hop/pipeline/TransformWithMappingMetaTest.java | 11 ++-----
 .../java/org/apache/hop/server/HopServerTest.java  |  8 ++---
 .../hop/www/GetWorkflowStatusServletTest.java      |  9 +++---
 .../deletefiles/WorkflowEntryDeleteFilesTest.java  | 24 +++++++++------
 .../databaselookup/DatabaseLookupUTest.java        | 34 ++++++++++++----------
 plugins/transforms/http/pom.xml                    |  4 ---
 .../hop/pipeline/transforms/http/HttpTest.java     |  4 +--
 .../pipeline/transforms/httppost/HttpPostTest.java |  8 ++---
 .../transforms/streamlookup/StreamLookupTest.java  | 26 ++++++++---------
 .../apache/hop/ui/util/EnvironmentUtilsTest.java   |  4 ---
 17 files changed, 90 insertions(+), 116 deletions(-)