1. 16 1月, 2019 1 次提交
  2. 20 11月, 2018 1 次提交
  3. 08 11月, 2018 1 次提交
  4. 06 11月, 2018 1 次提交
  5. 03 11月, 2018 1 次提交
  6. 31 10月, 2018 1 次提交
    • A
      [FLINK-7811] Add Scala 2.12 profile · f8cbbb50
      Aljoscha Krettek 提交于
      This changes some modules that had a _2.11 dependency but didn't expose
      it in their module name to instead depend on the ${scala.binary.version}
      dependency.
      
      The main reason for this is to make the build self contained, before,
      with the hard-dependency on 2.11, when buildig for 2.12 it would not be
      clear where the dependency would come from because it is not created as
      part of the build. This could lead to inconsistencies. For example, when
      adding a new class in flink-runtime but not recompiling on 2.11 but only
      on 2.12, the 2.12 tests would fail when using that new class because
      they would use 2.11 dependencies that weren't rebuilt with the new
      class.
      
      We also don't build flink-scala-shell and flink-connector-kafka-0.8
      because they don't work with Scala 2.12.
      
      This also includes $PROFILE in dependency convergence check script. This
      is in preparation for building with "-Dscala-212", where we hace to
      exclude certain things.
      
      We also exclude Kafka 0.8 from stages when building for Scala 2.12
      
      And add Scala 2.12 to the release scripts
      f8cbbb50
  7. 17 7月, 2018 1 次提交
  8. 27 2月, 2018 1 次提交
  9. 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
  10. 09 11月, 2017 1 次提交
  11. 07 11月, 2017 1 次提交
  12. 13 7月, 2017 1 次提交
  13. 04 7月, 2017 1 次提交
  14. 25 5月, 2017 1 次提交
  15. 11 5月, 2017 1 次提交
  16. 08 5月, 2017 1 次提交
  17. 22 4月, 2017 1 次提交
  18. 21 12月, 2016 2 次提交
    • R
      [build system] Update version to 1.3-SNAPSHOT · fd392704
      Robert Metzger 提交于
      fd392704
    • S
      [FLINK-5369] [build] Rework jsr305 and logging dependencies. · cefb8db3
      Stephan Ewen 提交于
      Currently, every project in Flink has a hard (compile scope) dependency on the jsr305, slf4j, and log4j
      artifacts. That way they are pulled into every fat jar, including user fat jars as soon as they refer to
      a connector or library.
      
      This commit changes the behavior in two ways:
      
        1. It removes the concrete logger dependencies from the root pom file. Instead, it adds them to the
           'flink-core' project. That way, all modules that refer to 'flink-core' will have those dependencies
           as well, but the projects that have 'flink-core' as provided (connectors, libraries, user programs,
           etc) will have those dependencies transitively as provided as well.
      
        2. The commit overrides the slf4j and jsr305 dependencies in the parents of 'flink-connectors',
           'flink-libraries', and 'flink-metrics' and sets the to 'provided'. That way all core projects
           pull the logger classes, but all projects that are not part of flink-dist (and rather bundled
           in fat jars) will not bundle these dependencies again.
      
      The flink-dist puts the dependencies into the fat jar (slf4j, jsr305) or the lib folder (log4j).
      cefb8db3
  19. 03 8月, 2016 1 次提交
  20. 29 2月, 2016 1 次提交
  21. 27 1月, 2016 1 次提交
  22. 14 1月, 2016 1 次提交
  23. 23 10月, 2015 1 次提交
  24. 18 6月, 2015 1 次提交
  25. 20 12月, 2014 1 次提交
  26. 19 12月, 2014 2 次提交
  27. 17 12月, 2014 1 次提交
  28. 26 10月, 2014 1 次提交
  29. 23 8月, 2014 1 次提交
  30. 31 7月, 2014 1 次提交
  31. 16 7月, 2014 1 次提交
  32. 11 7月, 2014 3 次提交
  33. 29 5月, 2014 1 次提交
  34. 07 1月, 2014 2 次提交
  35. 20 12月, 2013 1 次提交