Skip to content
Started 9 days 8 hr ago
Took 2 min 6 sec on basic-h090s

#14 (Apr 22, 2024, 11:02:13 AM)

Build Artifacts
jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-javadoc.jar303.28 KB view
jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-sources.jar75.88 KB view
jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT.jar43.55 KB view
jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-javadoc.jar1.33 MB view
jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-sources.jar308.30 KB view
jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT.jar411.00 KB view
jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT.jar13.08 KB view
Changes
  1. Refine behavior when qualifier is defined via Annotation and Deployment Descriptor (details / githubweb)
  2. Bump org.asciidoctor:asciidoctorj from 2.5.10 to 2.5.11 (details / githubweb)
  3. Include parent pom (details / githubweb)
  4. Bump org.apache.maven.plugins:maven-compiler-plugin (details / githubweb)
  5. Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 (details / githubweb)
  6. Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 (details / githubweb)
  7. Issue #98 empty list value for Schedule fields is undefined (details / githubweb)
  8. Issue #268 document additional limitations if using virtual threads (details / githubweb)
  9. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (details / githubweb)
  10. Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.4 to 2.2.5 (details / githubweb)
  11. Add qualifier tests for Deployment Descriptors (details / githubweb)
  12. Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (details / githubweb)
  13. Bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven (details / githubweb)
  14. Fix context service and thread factory verification tests (details / githubweb)
  15. Update tck/src/main/java/ee/jakarta/tck/concurrent/spec/Platform/dd/DeploymentDescriptorServlet.java (details / githubweb)
  16. Fix deployment descriptor test logic (details / githubweb)
  17. add anntotation injection tests (details / githubweb)
  18. Issue #229 document scope for beans, qualifier limitations and example (details / githubweb)
  19. Issue #229 better align language around required qualifiers with CDI spec (details / githubweb)
  20. Align language to CDI SPEC and #417 (details / githubweb)
  21. Fix assertion order (details / githubweb)
  22. additional review comments (details / githubweb)
  23. Fix typo (details / githubweb)
  24. Update api/src/main/java/jakarta/enterprise/concurrent/ContextServiceDefinition.java (details / githubweb)
  25. Update specification/src/main/asciidoc/jakarta-concurrency.adoc (details / githubweb)
  26. Update api/src/main/java/jakarta/enterprise/concurrent/ManagedThreadFactoryDefinition.java (details / githubweb)
  27. Update api/src/main/java/jakarta/enterprise/concurrent/ManagedScheduledExecutorDefinition.java (details / githubweb)
  28. Update api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutorDefinition.java (details / githubweb)
  29. Update specification copyright year to 2024 (details / githubweb)
  30. Update out of date references in spec (details / githubweb)
  31. Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 (details / githubweb)
  32. Various grammar and formatting fixes to the specification document (details / githubweb)
  33. Resolve TODOs (details / githubweb)
  34. Add test for app defined default producer (details / githubweb)
  35. Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (details / githubweb)
  36. Re-enable java 17 CI builds (details / githubweb)
  37. Fix errors with asciidoc section headers (details / githubweb)
  38. Remove override via application.xml test (details / githubweb)
  39. Bump mikefarah/yq from 4.40.5 to 4.40.6 (details / githubweb)
  40. Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.12 (details / githubweb)
  41. Feedback (details / githubweb)
  42. Bump mikefarah/yq from 4.40.6 to 4.40.7 (details / githubweb)
  43. Update workflows and issues (details / githubweb)
  44. Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 (details / githubweb)
  45. Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.6 to 3.0.0 (details / githubweb)
  46. Issue #414 API updates to support Java 17 and ignore virtual=true there (details / githubweb)
  47. Bump mikefarah/yq from 4.40.7 to 4.41.1 (details / githubweb)
  48. Bump org.asciidoctor:asciidoctorj-pdf from 2.3.12 to 2.3.13 (details / githubweb)
  49. wip virutal thread tests (details / githubweb)
  50. Add tests for ManagedExecutor and ManagedScheduledExecutor (details / githubweb)
  51. Add test for forkjoinpool (details / githubweb)
  52. Align virtual thread tests to Option 2 (details / githubweb)
  53. Bump org.jruby:jruby from 9.4.5.0 to 9.4.6.0 (details / githubweb)
  54. Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (details / githubweb)
  55. feedback review (details / githubweb)
  56. Update tck/src/main/java/ee/jakarta/tck/concurrent/spec/Platform/virtual/VirtualThreadServlet.java (details / githubweb)
  57. Update tck/src/main/java/ee/jakarta/tck/concurrent/spec/Platform/virtual/VirtualThreadServlet.java (details / githubweb)
  58. TCK updates for Flow (details / githubweb)
  59. Bump mikefarah/yq from 4.41.1 to 4.42.1 (details / githubweb)
  60. Add simple scheduled async tests (details / githubweb)
  61. Clarify scheduled asynchonous methods with return type of void (details / githubweb)
  62. Update generated files 17 (details / githubweb)
  63. Bump actions/setup-java from 4.0.0 to 4.1.0 (details / githubweb)
  64. Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 (details / githubweb)
  65. Update api/src/main/java/jakarta/enterprise/concurrent/Asynchronous.java (details / githubweb)
  66. Update templates to include release 3.1.0-M2 (details / githubweb)
  67. Update dependencies to Jakarta EE 11 ones (details / githubweb)
  68. Using staging repo to build (details / githubweb)
  69. Bump org.asciidoctor:asciidoctorj from 2.5.11 to 2.5.12 (details / githubweb)
  70. Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 (details / githubweb)
  71. Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 (details / githubweb)
  72. Bump org.asciidoctor:asciidoctorj-pdf from 2.3.13 to 2.3.14 (details / githubweb)
  73. Bump actions/checkout from 4.1.1 to 4.1.2 (details / githubweb)
  74. Bump actions/setup-java from 4.1.0 to 4.2.0 (details / githubweb)
  75. fix tests depending on static counter by resetting before tests (details / githubweb)
  76. Bump actions/setup-java from 4.2.0 to 4.2.1 (details / githubweb)
  77. Bump org.asciidoctor:asciidoctorj-pdf from 2.3.14 to 2.3.15 (details / githubweb)
  78. Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.14.2 (details / githubweb)
  79. Add ManagedScheduledExecutor scheduled asynch tests (details / githubweb)
  80. Bump org.apache.maven.plugins:maven-compiler-plugin (details / githubweb)
  81. Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 (details / githubweb)
  82. remove dependency from framework to tests (details / githubweb)
  83. Fixes for RC1 (details / githubweb)
  84. Update templates to include release 3.1.0-RC1 (details / githubweb)
  85. Fix virtual tests for Java 17 (details / githubweb)
  86. typo (details / githubweb)
  87. Bump mikefarah/yq from 4.42.1 to 4.43.1 (details / githubweb)
  88. Update templates to include release 3.1.0-RC2 (details / githubweb)
  89. Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0 (details / githubweb)
  90. Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (details / githubweb)
  91. fix AnnotationFullTests, make war file a bean archive (details / githubweb)

Started by user Kyle Aure

This run spent:

  • 16 sec waiting;
  • 2 min 6 sec build duration;
  • 2 min 23 sec total from scheduled to completion.
Revision: 0cedef21d5f5f52aa6d022736dddf2cde0ba9039
Repository: git@github.com:jakartaee/concurrency.git
  • refs/remotes/origin/main
Test Result (no failures)
    Jacoco - Overall Coverage Summary
    INSTRUCTION0%
    BRANCH0%
    COMPLEXITY0%
    LINE0%
    METHOD0%
    CLASS0%
    Java Compiler: 4 warnings
    • Fixed issues: 4
    • New issues: 4
    SpotBugs: No warnings
    • No issues for 14 builds, i.e. since build: #1