Skip to content

Changes

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

  1. #399 - Make timeouts in tests configurable (commit: 60cdd11) — Bruno Baptista / detail
  2. #399 - fix line size (commit: 6102f41) — Bruno Baptista / detail
  3. #399 - drop TCKConfig CDI injection because of wiring complexity (commit: de1c56f) — Bruno Baptista / detail
  4. #399 - drop TCKConfig CDI injection because of wiring complexity (commit: 072f9d2) — Bruno Baptista / detail
  5. #399 - Configure timeouts on deployment (commit: f92fe80) — Bruno Baptista / detail
  6. #399 - MP Config might not be available during testing. (commit: e83a2dd) — Bruno Baptista / detail
  7. #399 - Additional config and ability to merge different assets (commit: 2ccb897) — Bruno Baptista / detail
  8. #399 - timeout config (commit: d4d83e4) — Bruno Baptista / detail
  9. #399 - use only one tck timeout config. Rename it for clarity. Move (commit: 18d1659) — Bruno Baptista / detail
  10. test @Retry behavior with various exceptions in an inheritance hierarchy (commit: ca1e4ff) — Ladislav Thon / detail
  11. Make Utils.handleResults() public (commit: 2bd08a5) — Ken Finnigan / detail
  12. Fixes #451 (commit: 0b005eb) — Ken Finnigan / detail
  13. Switch to using method on DisableConfigAsset to disable FT globally (commit: 84d82b5) — Ken Finnigan / detail
  14. Fixes #454 (commit: bc887dc) — Ken Finnigan / detail
  15. Add scope to beans to allow tests to pass in environments with implicit (commit: 395cb4e) — Matej Novotny / detail
  16. #399 - scale the margin (commit: e2aa65f) — Andrew Rouse / detail
  17. IncompatibleFallbackPolicies should @Inject (commit: 835c7d0) — Matej Novotny / detail
  18. Make TCKConfig methods accept longs rather than ints (commit: 6f874a5) — Andrew Rouse / detail
  19. Streamline adjusting annotation timeouts via config (commit: 629d34e) — Andrew Rouse / detail
  20. Pass the TCKConfig to the test application (commit: 79fcb04) — Andrew Rouse / detail
  21. Fix timeout config in CircuitBreakerRetryTest (commit: 186563d) — Andrew Rouse / detail
  22. Fix timeout config in RetryTimeoutTest (commit: 4642116) — Andrew Rouse / detail
  23. Fix timeout config in AsyncRetryClient (commit: 6dd2fb3) — Andrew Rouse / detail
  24. Fix timeout config in Bulkhead and Timeout metric tests (commit: 2cb9ed2) — Andrew Rouse / detail
  25. Test Historgrams using getValues rather than percentiles (commit: 28d3056) — Andrew Rouse / detail
  26. Make CircuitBreakerClientWithSyncBulkhead Dependent (commit: 70cfcde) — Andrew Rouse / detail
  27. Move the test exception hierarchy into a common package (commit: 7a3985c) — Andrew Rouse / detail
  28. Add example to TCK running instructions (commit: eb5d486) — Andrew Rouse / detail
  29. Remove the default timeout concept (commit: 026846c) — Andrew Rouse / detail
  30. Fix indentation (commit: 1862584) — Andrew Rouse / detail
  31. Remove typo (commit: 6303256) — Andrew Rouse / detail
  32. Add CB exception hierarchy tests (commit: 09d9370) — Andrew Rouse / detail
  33. #417 add tests on fallback skipOn and applyOn (commit: 504242f) — Emily Jiang / detail
  34. Removed references to config from TimeoutTest (commit: 5d4b0e8) — Andrew Rouse / detail
  35. Improve timeouts in ConfigTest (commit: c959680) — Andrew Rouse / detail
  36. Add timeout config to TimeoutUninterruptableTest (commit: 0dbfef9) — Andrew Rouse / detail
  37. Remove strict timing check from testRestryWithNoDelayAndJitter (commit: 8cecc00) — Andrew Rouse / detail
  38. Adding awaitility to the first refactor test is using a thread to wait (commit: 8793532) — carlos andres de la rosa / detail
  39. First refactor of bulkhead test: (commit: dee41fd) — carlos andres de la rosa / detail
  40. Indentation fix and some code improvements (commit: fff4590) — carlos andres de la rosa / detail
  41. while loop removed replaced with await method (commit: 35a0b6a) — carlos andres de la rosa / detail
  42. removing unused variable (commit: fbe6f3f) — carlos andres de la rosa / detail
  43. review fixes (commit: 48b706f) — carlos andres de la rosa / detail
  44. review fixes (commit: 9bdf7df) — carlos andres de la rosa / detail
  45. Fix FallbackExceptionHierarchyTest.java (commit: ec34671) — Joseph Cass / detail
  46. move from Java EE 8 to Jakarta EE 8 specification artifacts (commit: 8dc5b0f) — Ladislav Thon / detail
  47. review fixes and copy right adjustments (commit: d56ed00) — carlos andres de la rosa / detail
  48. review fixes and copy right adjustments (commit: fed1eeb) — carlos andres de la rosa / detail
  49. relax the requirements on Future implementations (commit: f20115a) — Ladislav Thon / detail
  50. #416 - executor for tests (commit: d8554c5) — Bruno Baptista / detail
  51. #416 - executor for tests. Fix injection and test setup (commit: 16378e9) — Bruno Baptista / detail
  52. fix the timeout metrics test (commit: afb09db) — Ladislav Thon / detail
  53. Removed typo (commit: 67082b2) — Joseph Cass / detail
  54. Added TCK test for active request context during an asynchronous method (commit: 9ff6250) — Joseph Cass / detail
  55. Updated copyright year (commit: 05a8588) — Joseph Cass / detail
  56. #274 RequestScope context should be active on asynchrous method (commit: 0779b4f) — Emily Jiang / detail
  57. Add test for async bulkhead and completion stage (commit: 153c8fa) — Andrew Rouse / detail
  58. #274 RequestScope context should be active on asynchrous method (commit: 9c8102c) — Emily Jiang / detail
  59. Add configuration tests for parameters new in 2.1 (commit: a74928c) — Andrew Rouse / detail
  60. Added an additional test using CompletionStage (commit: 8c9f46b) — Joseph Cass / detail
  61. Add global config tests for new parameters (commit: 1e99724) — Andrew Rouse / detail
  62. Revert "move from Java EE 8 to Jakarta EE 8 specification artifacts" (commit: f77cb7c) — Ladislav Thon / detail
  63. [maven-release-plugin] prepare release 2.1-RC1 (commit: d2d476e) — Microprofile Bot / detail
  64. [maven-release-plugin] prepare for next development iteration (commit: c40501b) — Microprofile Bot / detail
  65. Use separate methods in CircuitBreaker tests (commit: b27296d) — Andrew Rouse / detail
  66. Fix assertion messages in CircuitBreaker tests (commit: 95d0686) — Andrew Rouse / detail
  67. [maven-release-plugin] prepare release 2.1-RC2 (commit: 0c93d6f) — Microprofile Bot / detail
  68. [maven-release-plugin] prepare for next development iteration (commit: db33226) — Microprofile Bot / detail
  69. [maven-release-plugin] prepare release 2.1 (commit: 1694e7f) — Microprofile Bot / detail
  70. [maven-release-plugin] prepare for next development iteration (commit: 33ac7c6) — Microprofile Bot / detail
  71. add bean-defining annotations to beans in TCK (commit: 24097dc) — Ladislav Thon / detail
  72. Made WAIT_TIMEOUT configurable using the baseMultiplier set in (commit: d0830a5) — Joseph Cass / detail
  73. Updated copyright header (commit: 9dda6b1) — Joseph Cass / detail
  74. Refactored instances of <h3> to <h2> (commit: b2b288c) — Joseph Cass / detail
  75. Added scaling with the TCKConfig baseMultiplier to (commit: a28ad69) — Joseph Cass / detail
  76. Updated copyright header and moved import location (commit: 743fdf7) — Joseph Cass / detail
  77. Added additional Future assertion (commit: a4555ff) — Joseph Cass / detail
  78. Revert "Revert "move from Java EE 8 to Jakarta EE 8 specification (commit: c6dafad) — Ladislav Thon / detail
  79. Updated AllMetricsBean (commit: f1d14fc) — Joseph Cass / detail
  80. Updated copyright headers (commit: 01b017f) — Joseph Cass / detail
  81. Changed deployment method to use a .jar file packaged inside a .war (commit: 1330e10) — Joseph Cass / detail