1. 18 5月, 2020 1 次提交
  2. 13 5月, 2020 3 次提交
  3. 12 3月, 2020 1 次提交
  4. 14 2月, 2020 1 次提交
  5. 06 2月, 2020 1 次提交
  6. 10 12月, 2019 1 次提交
  7. 15 11月, 2019 1 次提交
  8. 12 7月, 2019 2 次提交
  9. 19 6月, 2019 1 次提交
  10. 14 6月, 2019 1 次提交
  11. 15 4月, 2019 1 次提交
  12. 28 2月, 2019 1 次提交
  13. 25 2月, 2019 1 次提交
  14. 10 1月, 2019 1 次提交
  15. 03 11月, 2018 1 次提交
  16. 06 8月, 2018 1 次提交
  17. 17 7月, 2018 1 次提交
  18. 27 2月, 2018 1 次提交
  19. 09 1月, 2018 1 次提交
    • T
      [FLINK-7903] [tests] Add flip6 build profile · 2d97cc18
      Till Rohrmann 提交于
      The flip6 build profile only runs the Flip-6 related test cases. Moreover,
      all Flip-6 related test cases are excluded when not running the flip6 build
      profile. This should reduce testing time when adding more and more Flip-6
      test cases.
      
      Include flink-test-utils-junit in all submodules to make the Category marker interfaces Flip6 and OldAndFlip6 available
      
      This closes #4889.
      2d97cc18
  20. 09 11月, 2017 1 次提交
  21. 07 11月, 2017 1 次提交
  22. 03 11月, 2017 1 次提交
  23. 02 11月, 2017 1 次提交
    • S
      [FLINK-7778] [build] Shade ZooKeeper dependency (part 1) · 4d028236
      Stephan Ewen 提交于
      Shading the ZooKeeper dependency makes sure that this specific version of
      ZooKeeper is used by the Flink runtime module. The ZooKeeper version is
      sensitive, because we depend on bug fixes in later ZooKeeper versions
      for Flink's high availability.
      
      This prevents situations where for example a set of added dependencies (for
      example transtive dependencies of Hadoop) cause a different ZooKeeper version
      to be in the classpath and be loaded.
      
      This commit also removes the 'flink-shaded-curator' module, which was originally
      created to shade guava within curator, but is now obsolete, because newer
      versions of curator shade guava already.
      4d028236
  24. 31 10月, 2017 1 次提交
  25. 14 10月, 2017 1 次提交
  26. 27 9月, 2017 1 次提交
    • A
      [FLINK-2268] Don't include Hadoop deps in flink-core/flink-java · a477db39
      Aljoscha Krettek 提交于
      This also makes them optional in flink-runtime, which is enabled by the
      previous changes to only use Hadoop dependencies if they are available.
      
      This also requires adding a few explicit dependencies in other modules
      because they were using transitive dependencies of the Hadoop deps. The
      most common dependency there is, ha!, commons-io.
      a477db39
  27. 15 8月, 2017 1 次提交
  28. 07 8月, 2017 1 次提交
  29. 13 7月, 2017 2 次提交
  30. 20 6月, 2017 1 次提交
  31. 13 6月, 2017 1 次提交
    • T
      [FLINK-6803] [tests] Add test for PojoSerializer state upgrade · 2d34af34
      Till Rohrmann 提交于
      The added PojoSerializerUpgradeTest tests the state migration behaviour when the
      underlying pojo type changes and one tries to recover from old state. Currently
      not all tests could be activated, because there still some pending issues to be
      fixed first. We should arm these tests once the issues have been fixed.
      2d34af34
  32. 08 6月, 2017 1 次提交
  33. 11 5月, 2017 1 次提交
  34. 10 5月, 2017 1 次提交
  35. 09 5月, 2017 1 次提交
  36. 08 5月, 2017 1 次提交