Skip to content
Build History trend
 
PR #626: Remove Java 8 GH action build
 
PR #623: Add a new spec section to c...
 
PR #619: This PR replaces all expect...
PR #619: This PR replaces all expect...
 
PR #619: This PR replaces all expect...
PR #616: Fix the CI build
PR #616: Fix the CI build
PR #616: Fix the CI build
 
PR #613: Increase jakarta.enterprise...
 
PR #611: Tolerate both MP Metrics 4....
 
PR #611: Tolerate both MP Metrics 4....
 
PR #611: Tolerate both MP Metrics 4....
 
PR #612: Tolerate MP Metrics 5.0 API...
 
PR #610: Update TCK for MP Metrics 5.0
 
PR #610: Update TCK for MP Metrics 5.0
 
PR #610: Update TCK for MP Metrics 5.0
 
PR #608: prepare for MP 6
 
PR #608: prepare for MP 6
 
PR #600: Upgrade branch
 
PR #598: Update the dependency on Me...
 
PR #597: Consume the latest dependen...
 
PR #597: Consume the latest dependen...
 
PR #595: Add licenses and fix instru...
 
PR #595: Add licenses and fix instru...
 
PR #595: add licenses
 
PR #594: Update the config dependency
 
PR #593: Jakarta EE 9.1 alignment
 
PR #593: Jakarta EE 9.1 alignment
 
PR #593: Jakarta EE 9.1 alignment

Changes

#147 (Apr 14, 2020, 11:23:35 AM)

  1. #399 - Make timeouts in tests configurable (commit: 60cdd11) — Bruno Baptista / githubweb
  2. #399 - fix line size (commit: 6102f41) — Bruno Baptista / githubweb
  3. #399 - drop TCKConfig CDI injection because of wiring complexity (commit: de1c56f) — Bruno Baptista / githubweb
  4. #399 - drop TCKConfig CDI injection because of wiring complexity (commit: 072f9d2) — Bruno Baptista / githubweb
  5. #399 - Configure timeouts on deployment (commit: f92fe80) — Bruno Baptista / githubweb
  6. #399 - MP Config might not be available during testing. (commit: e83a2dd) — Bruno Baptista / githubweb
  7. #399 - Additional config and ability to merge different assets (commit: 2ccb897) — Bruno Baptista / githubweb
  8. #399 - timeout config (commit: d4d83e4) — Bruno Baptista / githubweb
  9. #399 - document configs properties (commit: 5b39387) — Bruno Baptista / githubweb
  10. #399 - use only one tck timeout config. Rename it for clarity. Move (commit: 18d1659) — Bruno Baptista / githubweb
  11. Add a clarifying note on running retries on the same thread (commit: f9b9492) — Andrew Rouse / githubweb
  12. test @Retry behavior with various exceptions in an inheritance hierarchy (commit: ca1e4ff) — Ladislav Thon / githubweb
  13. Be less specific about the requirements on the implementation (commit: 3a03b3d) — Andrew Rouse / githubweb
  14. exclude javax.el-api (commit: 01f36f7) — Ladislav Thon / githubweb
  15. Make Utils.handleResults() public (commit: 2bd08a5) — Ken Finnigan / githubweb
  16. specify the meaning of overlapping retryOn and abortOn (commit: fd7adbd) — Ladislav Thon / githubweb
  17. specify how custom throwables are treated (commit: 89d1d97) — Ladislav Thon / githubweb
  18. Fixes #451 (commit: 0b005eb) — Ken Finnigan / githubweb
  19. Switch to using method on DisableConfigAsset to disable FT globally (commit: 84d82b5) — Ken Finnigan / githubweb
  20. Add skipOn to CircuitBreaker (commit: b494df0) — Andrew Rouse / githubweb
  21. Fixes #454 (commit: bc887dc) — Ken Finnigan / githubweb
  22. Add scope to beans to allow tests to pass in environments with implicit (commit: 395cb4e) — Matej Novotny / githubweb
  23. #417 add fallback enhancement with whitelistand blacklist (commit: 907e38a) — Emily Jiang / githubweb
  24. #399 - scale the margin (commit: e2aa65f) — Andrew Rouse / githubweb
  25. IncompatibleFallbackPolicies should @Inject (commit: 835c7d0) — Matej Novotny / githubweb
  26. Spelling fix in relationship.asciidoc (commit: c5de8a6) — Radoslav Husar / githubweb
  27. Make TCKConfig methods accept longs rather than ints (commit: 6f874a5) — Andrew Rouse / githubweb
  28. Streamline adjusting annotation timeouts via config (commit: 629d34e) — Andrew Rouse / githubweb
  29. Pass the TCKConfig to the test application (commit: 79fcb04) — Andrew Rouse / githubweb
  30. Fix timeout config in CircuitBreakerRetryTest (commit: 186563d) — Andrew Rouse / githubweb
  31. Fix timeout config in RetryTimeoutTest (commit: 4642116) — Andrew Rouse / githubweb
  32. Fix timeout config in AsyncRetryClient (commit: 6dd2fb3) — Andrew Rouse / githubweb
  33. Fix timeout config in Bulkhead and Timeout metric tests (commit: 2cb9ed2) — Andrew Rouse / githubweb
  34. Test Historgrams using getValues rather than percentiles (commit: 28d3056) — Andrew Rouse / githubweb
  35. Make CircuitBreakerClientWithSyncBulkhead Dependent (commit: 70cfcde) — Andrew Rouse / githubweb
  36. Move the test exception hierarchy into a common package (commit: 7a3985c) — Andrew Rouse / githubweb
  37. Add example to TCK running instructions (commit: eb5d486) — Andrew Rouse / githubweb
  38. Remove the default timeout concept (commit: 026846c) — Andrew Rouse / githubweb
  39. Fix indentation (commit: 1862584) — Andrew Rouse / githubweb
  40. Remove typo (commit: 6303256) — Andrew Rouse / githubweb
  41. #417 address review comments (commit: 2f3db14) — Emily Jiang / githubweb
  42. specify the meaning of overlapping retryOn and abortOn (commit: 085c967) — Ladislav Thon / githubweb
  43. Add CB exception hierarchy tests (commit: 09d9370) — Andrew Rouse / githubweb
  44. #417: address review comments (commit: d094c28) — Emily Jiang / githubweb
  45. #417: address review comments (commit: 9e1a1b3) — Emily Jiang / githubweb
  46. Update the CircuitBreaker spec with more examples (commit: b82f08e) — Andrew Rouse / githubweb
  47. #417 add tests on fallback skipOn and applyOn (commit: 504242f) — Emily Jiang / githubweb
  48. Removed references to config from TimeoutTest (commit: 5d4b0e8) — Andrew Rouse / githubweb
  49. Improve timeouts in ConfigTest (commit: c959680) — Andrew Rouse / githubweb
  50. Add timeout config to TimeoutUninterruptableTest (commit: 0dbfef9) — Andrew Rouse / githubweb
  51. Remove strict timing check from testRestryWithNoDelayAndJitter (commit: 8cecc00) — Andrew Rouse / githubweb
  52. Restructure the CircuitBreaker spec section (commit: 53705bd) — Andrew Rouse / githubweb
  53. Adding awaitility to the first refactor test is using a thread to wait (commit: 8793532) — carlos andres de la rosa / githubweb
  54. First refactor of bulkhead test: (commit: dee41fd) — carlos andres de la rosa / githubweb
  55. Indentation fix and some code improvements (commit: fff4590) — carlos andres de la rosa / githubweb
  56. while loop removed replaced with await method (commit: 35a0b6a) — carlos andres de la rosa / githubweb
  57. removing unused variable (commit: fbe6f3f) — carlos andres de la rosa / githubweb
  58. review fixes (commit: 48b706f) — carlos andres de la rosa / githubweb
  59. review fixes (commit: 9bdf7df) — carlos andres de la rosa / githubweb
  60. Update readme with more current information (commit: ed13647) — Andrew Rouse / githubweb
  61. Fix FallbackExceptionHierarchyTest.java (commit: ec34671) — Joseph Cass / githubweb
  62. move from Java EE 8 to Jakarta EE 8 specification artifacts (commit: 8dc5b0f) — Ladislav Thon / githubweb
  63. review fixes and copy right adjustments (commit: d56ed00) — carlos andres de la rosa / githubweb
  64. Update maven plugins to their latest versions (commit: 11b93fd) — Andrew Rouse / githubweb
  65. review fixes and copy right adjustments (commit: fed1eeb) — carlos andres de la rosa / githubweb
  66. relax the requirements on Future implementations (commit: f20115a) — Ladislav Thon / githubweb
  67. #416 - executor for tests (commit: d8554c5) — Bruno Baptista / githubweb
  68. #416 - executor for tests. Fix injection and test setup (commit: 16378e9) — Bruno Baptista / githubweb
  69. Incorporate review comments for CB examples (commit: 1135b3c) — Andrew Rouse / githubweb
  70. Clarify behaviour of Bulkhead and CompletionStage (commit: 92e8a9a) — Andrew Rouse / githubweb
  71. improve retry metrics specification (commit: 6f5634a) — Ladislav Thon / githubweb
  72. fix the timeout metrics test (commit: afb09db) — Ladislav Thon / githubweb
  73. Removed typo (commit: 67082b2) — Joseph Cass / githubweb
  74. Added TCK test for active request context during an asynchronous method (commit: 9ff6250) — Joseph Cass / githubweb
  75. Updated copyright year (commit: 05a8588) — Joseph Cass / githubweb
  76. #274 RequestScope context should be active on asynchrous method (commit: 0779b4f) — Emily Jiang / githubweb
  77. Add test for async bulkhead and completion stage (commit: 153c8fa) — Andrew Rouse / githubweb
  78. #274 RequestScope context should be active on asynchrous method (commit: 9c8102c) — Emily Jiang / githubweb
  79. Add configuration tests for parameters new in 2.1 (commit: a74928c) — Andrew Rouse / githubweb
  80. Added an additional test using CompletionStage (commit: 8c9f46b) — Joseph Cass / githubweb
  81. Add global config tests for new parameters (commit: 1e99724) — Andrew Rouse / githubweb
  82. #274 address comments (commit: 0285617) — Emily Jiang / githubweb
  83. #485 add javadoc (commit: a1b3945) — Emily Jiang / githubweb
  84. Revert "move from Java EE 8 to Jakarta EE 8 specification artifacts" (commit: f77cb7c) — Ladislav Thon / githubweb
  85. release notes for 2.1 (commit: b59a602) — Ladislav Thon / githubweb
  86. Add #274 and #484 to the release notes for 2.1 (commit: 35d1e59) — Andrew Rouse / githubweb
  87. #487 fix gpg failure for Jenkins build (commit: 1e0bf30) — Emily Jiang / githubweb
  88. [maven-release-plugin] prepare release 2.1-RC1 (commit: d2d476e) — Microprofile Bot / githubweb
  89. [maven-release-plugin] prepare for next development iteration (commit: c40501b) — Microprofile Bot / githubweb
  90. Use separate methods in CircuitBreaker tests (commit: b27296d) — Andrew Rouse / githubweb
  91. Fix assertion messages in CircuitBreaker tests (commit: 95d0686) — Andrew Rouse / githubweb
  92. [maven-release-plugin] prepare release 2.1-RC2 (commit: 0c93d6f) — Microprofile Bot / githubweb
  93. [maven-release-plugin] prepare for next development iteration (commit: db33226) — Microprofile Bot / githubweb
  94. [maven-release-plugin] prepare release 2.1 (commit: 1694e7f) — Microprofile Bot / githubweb
  95. [maven-release-plugin] prepare for next development iteration (commit: 33ac7c6) — Microprofile Bot / githubweb
  96. add bean-defining annotations to beans in TCK (commit: 24097dc) — Ladislav Thon / githubweb
  97. Made WAIT_TIMEOUT configurable using the baseMultiplier set in (commit: d0830a5) — Joseph Cass / githubweb
  98. Updated copyright header (commit: 9dda6b1) — Joseph Cass / githubweb
  99. Refactored instances of <h3> to <h2> (commit: b2b288c) — Joseph Cass / githubweb
  100. Typo and grammar corrections (commit: 043f83c) — Joseph Cass / githubweb
  101. Added scaling with the TCKConfig baseMultiplier to (commit: a28ad69) — Joseph Cass / githubweb
  102. Updated copyright header and moved import location (commit: 743fdf7) — Joseph Cass / githubweb
  103. Added additional Future assertion (commit: a4555ff) — Joseph Cass / githubweb
  104. Revert "Revert "move from Java EE 8 to Jakarta EE 8 specification (commit: c6dafad) — Ladislav Thon / githubweb
  105. Updated AllMetricsBean (commit: f1d14fc) — Joseph Cass / githubweb
  106. Updated copyright headers (commit: 01b017f) — Joseph Cass / githubweb
  107. Changed deployment method to use a .jar file packaged inside a .war (commit: 1330e10) — Joseph Cass / githubweb
  108. for each annotation, add a listing of all atributes at the end of main (commit: 11569d7) — Ladislav Thon / githubweb
  109. #530 update bnd version and baseline version (commit: 9a46678) — Emily Jiang / githubweb