1. 30 10月, 2020 1 次提交
  2. 27 10月, 2020 4 次提交
    • oldratlee's avatar
      = improve docs: simplify sample code · 041c799b
      oldratlee 提交于
      041c799b
    • D
      ! bump dependencies/maven plugins version · 3ca9391d
      dependabot[bot] 提交于
      Merge pull request #213 from alibaba/dependabot/maven/junit-junit-4.13.1
      Bump junit from 4.13 to 4.13.1
      
      Merge pull request #212 from alibaba/dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.20
      Bump rxjava from 2.2.19 to 2.2.20
      
      Merge pull request #214 from alibaba/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.1.4
      Bump spotbugs-annotations from 4.1.3 to 4.1.4
      
      Merge pull request #215 from alibaba/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.4
      Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4
      
      Merge pull request #217 from alibaba/dependabot/maven/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.4.0
      Bump kotlinx-coroutines-core from 1.3.9 to 1.4.0
      3ca9391d
    • oldratlee's avatar
      ! disable Javadoc missing warnings in Maven Javadoc Plugin · 6bef3cba
      oldratlee 提交于
      [WARNING] .../src/main/java/com/alibaba/ttl/threadpool/agent/TtlAgent.java:125: warning: no @param for agentArgs
      [WARNING] public static void premain(final String agentArgs, @NonNull final Instrumentation inst) {
      [WARNING] ^
      [WARNING] .../src/main/java/com/alibaba/ttl/threadpool/agent/TtlAgent.java:167: warning: no @return
      [WARNING] public static boolean isTtlAgentLoaded() {
      [WARNING] ^
      6bef3cba
    • oldratlee's avatar
      ! fix overlapping resource warning of maven-shade-plugin:shade · 4c053ffd
      oldratlee 提交于
      [WARNING] javassist-3.23.2-GA.jar, transmittable-thread-local-2.12.0-SNAPSHOT.jar define 1 overlapping resource:
      [WARNING]   - META-INF/MANIFEST.MF
      [WARNING] maven-shade-plugin has detected that some class files are
      [WARNING] present in two or more JARs. When this happens, only one
      [WARNING] single version of the class is copied to the uber jar.
      [WARNING] Usually this is not harmful and you can skip these warnings,
      [WARNING] otherwise try to manually exclude artifacts based on
      [WARNING] mvn dependency:tree -Ddetail=true and the above output.
      [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
      4c053ffd
  3. 24 10月, 2020 1 次提交
  4. 30 9月, 2020 4 次提交
  5. 30 8月, 2020 3 次提交
  6. 23 8月, 2020 4 次提交
  7. 17 8月, 2020 1 次提交
    • oldratlee's avatar
      = improve docs · 277f6199
      oldratlee 提交于
      - add IDE setting in dev guide
      - rename profile name in pom
      277f6199
  8. 13 8月, 2020 2 次提交
  9. 11 8月, 2020 3 次提交
  10. 02 8月, 2020 1 次提交
  11. 12 7月, 2020 2 次提交
  12. 28 6月, 2020 2 次提交
  13. 27 6月, 2020 1 次提交
  14. 25 6月, 2020 1 次提交
  15. 12 6月, 2020 1 次提交
  16. 11 6月, 2020 2 次提交
  17. 27 5月, 2020 1 次提交
  18. 05 5月, 2020 1 次提交
  19. 01 5月, 2020 1 次提交
  20. 30 4月, 2020 1 次提交
  21. 29 4月, 2020 1 次提交
    • oldratlee's avatar
      shell code cleanup · 426420c7
      oldratlee 提交于
      - use die instead of exit
      - use $* when prefer
      - rename __error_trapper -> __error_trap_handler_
      426420c7
  22. 28 4月, 2020 2 次提交