1. 16 1月, 2021 3 次提交
  2. 09 1月, 2021 2 次提交
  3. 08 1月, 2021 2 次提交
  4. 31 12月, 2020 2 次提交
  5. 11 12月, 2020 1 次提交
  6. 08 12月, 2020 2 次提交
  7. 07 12月, 2020 2 次提交
  8. 06 12月, 2020 1 次提交
  9. 20 11月, 2020 2 次提交
  10. 17 11月, 2020 2 次提交
  11. 10 11月, 2020 1 次提交
  12. 08 11月, 2020 2 次提交
  13. 27 10月, 2020 1 次提交
  14. 28 6月, 2020 1 次提交
  15. 03 12月, 2019 1 次提交
  16. 16 11月, 2019 3 次提交
  17. 27 9月, 2019 1 次提交
  18. 20 9月, 2019 1 次提交
  19. 05 8月, 2019 1 次提交
    • C
      - Nothing is built outside the target directory anymore · 9b355955
      Christofer Dutz 提交于
      o	I moved the static parts of the client and server distributions to “src/assembly/resources” and added an assembly that builds the client and server inside the target directory (You need to update the documentation on this)
      o	The sever is now available at server/target/iotdb-server-0.9.0-SNAPSHOT
      o	The client is now available at client/target/iotdb-client-0.9.0-SNAPSHOT
      o	I updated the integration tests to work with these new locations
      -	I updated the distribution module (binary-distribution) to simply include and unpack the client and server assemblies, which greatly simplifies the assembly itself.
      -	In the integration-tests you use a process builder to get the current working directory … you can access this in the “user.dir” System property.
      -	There was a large mixture of artifacts with different versions in the classpath.
      o	I set all versions to the same using a big dependencyManagement block in the master pom
      o	I removed the version of every external dependency and moved it into the main dependencyManagement block in the root pom (except dependencies only used in the examples, for these I added a dependencyManagement block in the example pom). This way you instantly identify external dependencies.
      o	I added an enforcer rule to fail the build if two differing versions of one artifact are being used in the build (This should eliminate this problem from re-occuring)
      o	I replaced the usage of “${project.version}” with the real version (There is no need to manually update these versions and this way when looking at the pom you instantly know the version … keep in mind if an artifact is deployed to maven central, the user doesn’t have the code and therefore he always has to scroll up to the top in order to see which version is used)
      -	There were some imports related to Jdk 11 no longer providing some APIs, I moved those imports to a maven profile, which is activated based on the JDK version
      -	HDFSInputTest created a file in “spark/test/” … if the test failed, the rat plugin would complain the next time it’s run.
      
      I checked the build with all tests on Oracle-Java 8, Open-JDK 11, Oracle-JDK 12.
      9b355955
  20. 27 7月, 2019 6 次提交
  21. 26 7月, 2019 2 次提交
  22. 17 7月, 2019 1 次提交