1. 2e4497d Merge pull request #4 from fpapon/GERONIMO-6771 by Romain Manni-Bucau · 4 years, 3 months ago master
  2. 2665555 [GERONIMO-6771] Reduce memory usage of circuit breaker by using BitSet by Francois Papon · 4 years, 3 months ago
  3. ad4b701 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 5 years ago
  4. 7ff77a7 [maven-release-plugin] prepare release safeguard-parent-1.2.1 by Romain Manni-Bucau · 5 years ago safeguard-parent-1.2.1
  5. b2d3981 GERONIMO-6674 ensure @Retry(jitter=0) passes by Romain Manni-Bucau · 6 years ago
  6. 0ecf05a [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 6 years ago
  7. 5f74978 [maven-release-plugin] prepare release safeguard-parent-1.2.0 by Romain Manni-Bucau · 6 years ago safeguard-parent-1.2.0
  8. c8afbf7 gitbox in scm section by Romain Manni-Bucau · 6 years ago
  9. 01f1271 using OWB 2.0.9 - to prepare the release, ensure to use the repo in your settings or build it locally until it gets released by Romain Manni-Bucau · 6 years ago
  10. e48830e switch back to 4 space indention to make it more compareable by Mark Struberg · 6 years ago
  11. fbdc3a8 dropping reflection hacks in AnnotationFinder by Romain Manni-Bucau · 6 years ago
  12. 924328a finishing first round of impl by Romain Manni-Bucau · 6 years ago
  13. bda1534 circuit breaker metrics by Romain Manni-Bucau · 6 years ago
  14. d10f0ac fixing the cache key to not be based on the method only (using the right class as well) by Romain Manni-Bucau · 6 years ago
  15. 25df118 more mp config handling + metrics support + enhancing of future support by Romain Manni-Bucau · 6 years ago
  16. 4754f4c adjusting circuit breaker and retry behavior, adding priority customization handling and adding bulkhead metrics by Romain Manni-Bucau · 6 years ago
  17. 5188949 asynchronous Future impl enhancement by Romain Manni-Bucau · 6 years ago
  18. fab525f workaround for the tck since they are broken + making CircuitBreakerTest passing by Romain Manni-Bucau · 6 years ago
  19. 478538f fixing fallback method lookup by Romain Manni-Bucau · 6 years ago
  20. ab091ec fixing fallbackhandler type check by Romain Manni-Bucau · 6 years ago
  21. 77e4105 timeout config overriding by Romain Manni-Bucau · 6 years ago
  22. 4624333 starting to wire some metrics by Romain Manni-Bucau · 6 years ago
  23. 4a15d15 Creating the basic structure of the proposal sent by mail by Romain Manni-Bucau · 6 years ago
  24. 2bad153 GERONIMO-6598 - Fixing dependencies from overzealous rename. by John D. Ament · 6 years ago
  25. 536d61e GERONIMO-6598 - Ability to customize the executor service. Document some of the integration needs. by John D. Ament · 6 years ago
  26. a4f9c30 Cleaning up readme to reflect current state. by John D. Ament · 6 years ago
  27. 717bc16 [maven-release-plugin] prepare for next development iteration by John D. Ament · 7 years ago
  28. ae64335 [maven-release-plugin] prepare release safeguard-1.0 by John D. Ament · 7 years ago safeguard-1.0
  29. d495ada Wrong SCM prefix. by John D. Ament · 7 years ago
  30. a6958da Finalizing pom file for automatic NOTICE generation. by John D. Ament · 7 years ago
  31. 97a450a Updating pom sections, notice file. by John D. Ament · 7 years ago
  32. c3e43fc Don't run tests on the deploy step. by John D. Ament · 7 years ago
  33. 761887d Fixing junit pattern. by John D. Ament · 7 years ago
  34. c2c72a6 Trying to add explicit java tool. by John D. Ament · 7 years ago
  35. 67f5d19 Trying to add explicit java tool. by John D. Ament · 7 years ago
  36. 8186134 Include maven as a tool. by John D. Ament · 7 years ago
  37. 699f0e1 Fix node. by John D. Ament · 7 years ago
  38. 2bb88bd Fix agent definition. by John D. Ament · 7 years ago
  39. 48b1989 Upgrading to Geronimo Config 1.1 for testing. Enabling pipeline to run both OWB and Weld. by John D. Ament · 7 years ago
  40. 72ab688 ensure to skip [config] if not available by Romain Manni-Bucau · 7 years ago
  41. 7bff61c GERONIMO-6582 Adding support for configuration of MicroProfile annotations. by John D. Ament · 7 years ago
  42. 27626ff GERONIMO-6582 Adding validation of method signatures via MicroProfile. by John D. Ament · 7 years ago
  43. 5b7ccac Creating a readme for basic usage. by John D. Ament · 7 years ago
  44. 964551d GERONIMO-6583 - Adding bulkhead support. by John D. Ament · 7 years ago
  45. 75d1acd GERONIMO-6591 - Field should have been final. by John D. Ament · 7 years ago
  46. a43eeec GERONIMO-6591 - Allow the fallback only execution mode via config. by John D. Ament · 7 years ago
  47. b70e077 GERONIMO-6585 - Implement the combination of timeout + retry + circuitbreaker. by John D. Ament · 7 years ago
  48. 0f811c3 GERONIMO-6591 - Adding fallback support. by John D. Ament · 7 years ago
  49. adee0a9 GERONIMO-6585 - Adding more behavior to timeout support. by John D. Ament · 7 years ago
  50. 315543e GERONIMO-6582 - Adding initial TCK test suite. by John D. Ament · 7 years ago
  51. 7c93e29 GERONIMO-6582 - Adding more execution plans. by John D. Ament · 7 years ago
  52. cf5a000 GERONIMO-6584 - Adding support for circuit breakers. by John D. Ament · 7 years ago
  53. 31bcd92 GERONIMO-6586 - Adding support for retry behavior. by John D. Ament · 7 years ago
  54. fdef646 GERONIMO-6582 Implementing base project structure for Safeguard by John D. Ament · 7 years ago