Skip to content

Changes

#36 (Sep 19, 2022, 2:43:52 PM)

  1. Prepare release jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent:3.0.1 — concurrency-api-bot / githubweb
  2. Prepare next development cycle for 3.0.2-SNAPSHOT — concurrency-api-bot / githubweb
  3. Add suite file for web and make tck/api versions clear — arjan tijms / githubweb
  4. Update TCK for web profile — Kyle Aure / githubweb
  5. reverts the EJB CounterSingleton to @Singleton — Eduardo Martins / githubweb
  6. Update TestGroups.java — noreply / githubweb
  7. avoid duplicate managed executor definitions — Kyle Aure / githubweb

#32 (Jul 19, 2022, 12:15:21 PM)

  1. Bump junit from 4.13 to 4.13.1 in /api — noreply / githubweb
  2. Prepare release jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent:3.0.0 — concurrency-api-bot / githubweb
  3. Prepare next development cycle for 3.0.1-SNAPSHOT — concurrency-api-bot / githubweb
  4. Explicit version for m-surefire-p — Piotr Żygieło / githubweb
  5. Convert dependencies in parent to their management — Piotr Żygieło / githubweb
  6. removing duplicate EJB definition classes — Petr Aubrecht / githubweb
  7. add forgotten counter reset before tests — Petr Aubrecht / githubweb
  8. remove duplicate classes in mses security tests — Petr Aubrecht / githubweb
  9. Fix build failure on mismatch on spec impl version — Steve Millidge / githubweb
  10. Add missing space between words — Piotr Żygieło / githubweb
  11. Remove unused parameter — Piotr Żygieło / githubweb
  12. test dependency issues fixed — Jan Westerkamp / githubweb
  13. version of dependencies updated and CDI changed to provided — Jan Westerkamp / githubweb
  14. Tidying poms — arjan tijms / githubweb
  15. Replaced 5.1.6 bundle with 5.1.4, which still works. — arjan tijms / githubweb
  16. Fix URLs and bundle plug-in. — arjan tijms / githubweb
  17. Fix copy/paste mistakes after feedback — arjan tijms / githubweb
  18. Add module-info.java file — arjan tijms / githubweb
  19. Disable tests that are subject to Accepted TCK challenges in preparation for 3.0.1 TCK service release — Steve Millidge / githubweb
  20. Update pom versions — Steve Millidge / githubweb
  21. specify source level for javadoc — Petr Aubrecht / githubweb
  22. fix tck javadocs — Petr Aubrecht / githubweb
  23. change @link to @code in javadoc — Petr Aubrecht / githubweb
  24. Alternative fix for #244 — Scott M Stark / githubweb
  25. Remove commented out code — Scott M Stark / githubweb
  26. Change XRemote to XInterface to avoid future confusion — Scott M Stark / githubweb
  27. Update TCK version — Nathan Rauh / githubweb
  28. [246] Attempt to resolve a path for JBoss Module specific locations from the protection domain. — James Perkins / githubweb
  29. disable challeged testContextualFunction — Petr Aubrecht / githubweb

#29 (May 12, 2022, 9:34:07 AM)

  1. Issues #100 ContextService convenience methods for completion stages — Nathan Rauh / githubweb
  2. Issue #101 completion stages backed by a ContextService — Nathan Rauh / githubweb
  3. Issue #46 managed ForkJoinWorkerThreadFactory for parallel stream operations with context — Nathan Rauh / githubweb
  4. Issue #38 resource definition annotations — Nathan Rauh / githubweb
  5. Issue #35 DateTime support in Trigger/LastExecution — Nathan Rauh / githubweb
  6. Issue #40 CompletionStage backed by ManagedExecutorService — Nathan Rauh / githubweb
  7. Issue #38 code review fixes — Nathan Rauh / githubweb
  8. Issue #46 code review updates — Nathan Rauh / githubweb
  9. Issue #35 code review comment to make interface methods explicitly public for clarity — Nathan Rauh / githubweb
  10. Issue #99 CronTrigger — Nathan Rauh / githubweb
  11. Issue #99 fixes to code review comments — Nathan Rauh / githubweb
  12. Issue #99 code review issue to fix checkstyle warnings — Nathan Rauh / githubweb
  13. Issue #43 asynchronous methods annotation — Nathan Rauh / githubweb
  14. Issue #43 code review comments to limit to methods and better document transactional — Nathan Rauh / githubweb
  15. Issue #43 code review comment to clarify restriction against usage from EJB — Nathan Rauh / githubweb
  16. Issue #43 address checkstyle issues — Nathan Rauh / githubweb
  17. Update to 3.0 SNAPSHOT and ensure @since 3.0 tags are added to new methods and classes — Nathan Rauh / githubweb
  18. Issue #43 code review found Java EE terms in doc — Nathan Rauh / githubweb
  19. Issue #43 rename to Asynchronous per outcome of vote — Nathan Rauh / githubweb
  20. Issue #103 propagation of third-party context types — Nathan Rauh / githubweb
  21. Issue #103 do not include serializable context — Nathan Rauh / githubweb
  22. Issue #38 interaction with deployment descriptor elements for resource definitions — Nathan Rauh / githubweb
  23. Issue #35 NullPointerException when getNextRunTime is null — Nathan Rauh / githubweb
  24. Issue #38 ambiguity with more granular names — Nathan Rauh / githubweb
  25. prevent overflow when advancing trigger — Nathan Rauh / githubweb
  26. Prevent instantiation of Asynchronous.Result — Nathan Rauh / githubweb
  27. Clarification on when context is captured for the ContextService methods. — Mark Swatosh / githubweb
  28. fixing checkstyle and adding API Readme — Mark Swatosh / githubweb
  29. Fix checkstyle error for Asynchronous.Result — Nathan Rauh / githubweb
  30. add missing mailing — noreply / githubweb
  31. Issue #154 initial set of new TCK test scenarios — Nathan Rauh / githubweb
  32. Issue #154 signature tests — Nathan Rauh / githubweb
  33. Adding example to ContextServiceDefinition.unchanged() — Mark Swatosh / githubweb
  34. checkstyle fixes — Mark Swatosh / githubweb
  35. TCK classes must not have jakarta package — Nathan Rauh / githubweb
  36. Issue #154 annotation toString differs between JDKs — Nathan Rauh / githubweb
  37. Initial version of TCK tests unmodified from jakartaee-tck repo — Kyle Aure / githubweb
  38. Refactor package, refactor imports, add compile dependencies. — Kyle Aure / githubweb
  39. Update tests to use testNG — Kyle Aure / githubweb
  40. Standardize servlets, URL usage, and the communication between client and servlet — Kyle Aure / githubweb
  41. Enable arquillian on transaction tests — Kyle Aure / githubweb
  42. package rename and final changes — Kyle Aure / githubweb
  43. remove vendor specific deployment descriptors — Kyle Aure / githubweb
  44. Introduce Context Propegation JSP tests — Kyle Aure / githubweb
  45. feedback updates — Kyle Aure / githubweb
  46. Ensure TCK includes non-class resources — Kyle Aure / githubweb
  47. Allow building with Java 11 — Nathan Rauh / githubweb
  48. Created parent pom with api and tck modules. — Steve Millidge / githubweb
  49. Add pom.xml — Steve Millidge / githubweb
  50. Add EJB tests for @ContextServiceDefinition, @ManagedExecutorDefinition, @ManagedScheduledExecutorDefinition, and @ManagedThreadFactory. — Nathan Mittlestat / githubweb
  51. Set the property to indicate a final release so that MANIFEST.MF gets correct versions — Nathan Rauh / githubweb
  52. Review comment updates plus fixes to ManagedThreadFactory tests. — Nathan Mittlestat / githubweb
  53. inital draft — Kyle Aure / githubweb
  54. Document where to file TCK challenges — Nathan Rauh / githubweb
  55. return leading slash to @WebServlet annotations — Petr Aubrecht / githubweb
  56. Fix Javadoc generation — Steve Millidge / githubweb
  57. Fix javadoc generation to include license terms — Steve Millidge / githubweb
  58. Update dependencies to latest EE10 artifacts — Scott M Stark / githubweb
  59. Add a signature-generation profile to generate sigtest map file — Scott M Stark / githubweb
  60. Example tck-dist bundle build — Scott M Stark / githubweb
  61. Fix the description — Scott M Stark / githubweb
  62. update TCK to use sigtest-maven-plugin — Kyle Aure / githubweb
  63. sigtest fixes for java modules — Kyle Aure / githubweb
  64. ensure signature supports JDK 11 and 17 — Kyle Aure / githubweb
  65. test new resource definition elements in deployment descriptor — Nathan Rauh / githubweb
  66. feedback changes — Kyle Aure / githubweb
  67. Explicity include default resource directory — Kyle Aure / githubweb
  68. fix ContextTests deployment, put ejb classes only into jar — Petr Aubrecht / githubweb
  69. add leading slash to WebServlet annotation in TransactionServlet — Petr Aubrecht / githubweb
  70. Rename signature file for release candidate — Kyle Aure / githubweb
  71. add leading slash to WebServlet annotation in DeploymentDescriptorServlet — Petr Aubrecht / githubweb
  72. fix filename used in ConcurrencySigTest — Petr Aubrecht / githubweb
  73. remove version number from signature file name — Petr Aubrecht / githubweb
  74. Remove remaining version from signature tests — Nathan Rauh / githubweb
  75. Intermittent threading bug in TCK testScheduleWithZonedTrigger — Nathan Rauh / githubweb
  76. Fix and enable broken copied TCK test — Nathan Rauh / githubweb
  77. Issue #180 update hard-coded locations of concurrency repo — Nathan Rauh / githubweb
  78. Edit tck-dist to include all data previously requried in platform TCK — Kyle Aure / githubweb
  79. JavaDoc clarifications from the testContextServiceDefinitionDefaults discussion — Nathan Rauh / githubweb
  80. Feedback Changes — Kyle Aure / githubweb
  81. Spec name misspelled and copyright year variable not expanded in generated JavaDoc — Nathan Rauh / githubweb
  82. Generated JavaDoc redundantly refers to Jakarta Concurrency API 3.0.0 API — Nathan Rauh / githubweb
  83. Disable new tests relying on uncertain behavior of getUserPrincipal — Nathan Rauh / githubweb
  84. Switch TCK reference guide email to the spec mailing list — Nathan Rauh / githubweb
  85. jakarta.concurrent.version.ga variable not being replaced in TCK artifact — Nathan Rauh / githubweb
  86. fix tck documentation — Kyle Aure / githubweb
  87. Update version generation for the docs — Steve Millidge / githubweb
  88. complete exceptionally the right completable future — Petr Aubrecht / githubweb
  89. lookup java:comp in component context — Petr Aubrecht / githubweb

#26 (Nov 20, 2020, 11:25:20 AM)

  1. POM Clean up and update to javadoc plugin with minor corrections — Steve Millidge / githubweb

#24 (Jun 18, 2020, 5:21:18 AM)

  1. Prepare release jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:1.1.2 — concurrency-api-bot / githubweb
  2. Prepare next development cycle for 1.1.3-SNAPSHOT — concurrency-api-bot / githubweb
  3. Update spec pom version to match api pom version — Steve Millidge / githubweb
  4. Commit preliminary namespace change into 1.2 branch — Steve Millidge / githubweb
  5. Correct last.spec.version — Steve Millidge / githubweb
  6. Move api to jakarta namespace and uprev to 2.0 — Steve Millidge / githubweb
  7. Fix incorrect javadoc links — Steve Millidge / githubweb
  8. Update parent pom to 1.0.6 — Steve Millidge / githubweb
  9. Update README.md — noreply / githubweb
  10. Correct spec bundle version — Steve Millidge / githubweb
  11. Set non-final for now — Steve Millidge / githubweb
  12. Changed non-final to false — Steve Millidge / githubweb
  13. Comment out check-module goal as the plugin needs fixing — Steve Millidge / githubweb
  14. Add contributed specification in the raw state — Steve Millidge / githubweb
  15. First cut through the document to convert to Jakarta EE — Steve Millidge / githubweb
  16. Fix incorrect package name for javax.sql.Connection — Steve Millidge / githubweb
  17. Ignore common IDE files and paths (#117) — noreply / githubweb
  18. Updated spec version plug-in to 2.1 — arjan tijms / githubweb
  19. Add new images in correct brand colours — Steve Millidge / githubweb
  20. Fixes #120 correct property names and javadoc reference to Jakarta Transaction — Steve Millidge / githubweb
  21. #122 Eclipse Development Process — noreply / githubweb
  22. Fixes #124 — Steve Millidge / githubweb

#21 (Feb 14, 2020, 9:28:10 AM)

  1. Add contributed specification in the raw state — Steve Millidge / githubweb
  2. First cut through the document to convert to Jakarta EE — Steve Millidge / githubweb
  3. Fix incorrect package name for javax.sql.Connection — Steve Millidge / githubweb
  4. Updated spec version plug-in to 2.1 — arjan tijms / githubweb