Skip to content

Changes

Summary

  1. specify the meaning of overlapping retryOn and abortOn (commit: fd7adbd) (details)
  2. Add skipOn to CircuitBreaker (commit: b494df0) (details)
  3. #417 add fallback enhancement with whitelistand blacklist (commit: 907e38a) (details)
  4. #417 address review comments (commit: 2f3db14) (details)
  5. #417: address review comments (commit: d094c28) (details)
  6. move from Java EE 8 to Jakarta EE 8 specification artifacts (commit: 8dc5b0f) (details)
  7. #274 RequestScope context should be active on asynchrous method (commit: 0779b4f) (details)
  8. #274 address comments (commit: 0285617) (details)
  9. #485 add javadoc (commit: a1b3945) (details)
  10. Revert "move from Java EE 8 to Jakarta EE 8 specification artifacts" (commit: f77cb7c) (details)
  11. [maven-release-plugin] prepare release 2.1-RC1 (commit: d2d476e) (details)
  12. [maven-release-plugin] prepare for next development iteration (commit: c40501b) (details)
  13. [maven-release-plugin] prepare release 2.1-RC2 (commit: 0c93d6f) (details)
  14. [maven-release-plugin] prepare for next development iteration (commit: db33226) (details)
  15. [maven-release-plugin] prepare release 2.1 (commit: 1694e7f) (details)
  16. [maven-release-plugin] prepare for next development iteration (commit: 33ac7c6) (details)
  17. Refactored instances of <h3> to <h2> (commit: b2b288c) (details)
  18. Typo and grammar corrections (commit: 043f83c) (details)
  19. Revert "Revert "move from Java EE 8 to Jakarta EE 8 specification (commit: c6dafad) (details)
  20. for each annotation, add a listing of all atributes at the end of main (commit: 11569d7) (details)
  21. #530 update bnd version and baseline version (commit: 9a46678) (details)
Commit fd7adbd5c275e809ca7575d4c80b808a0deb4bba by Ladislav Thon
specify the meaning of overlapping retryOn and abortOn
Signed-off-by: Ladislav Thon <lthon@redhat.com>
(commit: fd7adbd)
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Retry.java
Commit b494df0cc5e25dba759326d1b7664e4a02b0c584 by Andrew Rouse
Add skipOn to CircuitBreaker
Add the skipOn parameter to Circuit Breaker
Update the spec and javadoc to specify the meaning of skipOn and how
failOn and skipOn interact
Update package minor version as adding a new parameter to an annotation
is a minor breaking change.
Signed-off-by: Andrew Rouse <anrouse@uk.ibm.com>
(commit: b494df0)
The file was modified spec/src/main/asciidoc/circuitbreaker.asciidoc
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/CircuitBreaker.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/package-info.java
Commit 907e38ab72f4484db5ec42bce850cd4aba7ac31b by Emily Jiang
#417 add fallback enhancement with whitelistand blacklist
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: 907e38a)
The file was modified spec/src/main/asciidoc/fallback.asciidoc
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Fallback.java
Commit 2f3db142fa368582d833660afd34c59072b2a6df by Emily Jiang
#417 address review comments
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: 2f3db14)
The file was modified .gitignore
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Fallback.java
The file was modified spec/src/main/asciidoc/fallback.asciidoc
The file was modified api/pom.xml
Commit d094c28b9e3f29dbea7d1bf42b58b446c6700ee8 by Emily Jiang
#417: address review comments
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: d094c28)
The file was modified spec/src/main/asciidoc/fallback.asciidoc
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Fallback.java
Commit 8dc5b0f75b515c8535e0954deb975c25d2caa9dc by Ladislav Thon
move from Java EE 8 to Jakarta EE 8 specification artifacts
Signed-off-by: Ladislav Thon <lthon@redhat.com>
(commit: 8dc5b0f)
The file was modified pom.xml
The file was modified tck/pom.xml
The file was modified api/pom.xml
Commit 0779b4f00d3e903b9fea7607483fafb469ac2767 by Emily Jiang
#274 RequestScope context should be active on asynchrous method
invocation - spec and javadoc clarification
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: 0779b4f)
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Asynchronous.java
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/asynchronous/fallback/AsyncFallbackClient.java
The file was modified spec/src/main/asciidoc/asynchronous.asciidoc
Commit 02856175f9e1da512b142383dc45001ab1884b1b by Emily Jiang
#274 address comments
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: 0285617)
The file was modified spec/src/main/asciidoc/asynchronous.asciidoc
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Asynchronous.java
Commit a1b3945e70bc7c22e251944f26b7e75ef6454444 by Emily Jiang
#485 add javadoc
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: a1b3945)
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Retry.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Timeout.java
Commit f77cb7c182bdcc5a713d4f0f9e8e46363a879fe8 by Ladislav Thon
Revert "move from Java EE 8 to Jakarta EE 8 specification artifacts"
This reverts commit 8dc5b0f75b515c8535e0954deb975c25d2caa9dc.
Signed-off-by: Ladislav Thon <lthon@redhat.com>
(commit: f77cb7c)
The file was modified tck/pom.xml
The file was modified pom.xml
The file was modified api/pom.xml
Commit d2d476e472f759c1bcaf3fd33b036661a3926f24 by Microprofile Bot
[maven-release-plugin] prepare release 2.1-RC1
(commit: d2d476e)
The file was modified api/pom.xml
The file was modified spec/pom.xml
The file was modified pom.xml
The file was modified tck/pom.xml
Commit c40501b47f3a1e582362bfa6781d1f941b82bbee by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
(commit: c40501b)
The file was modified tck/pom.xml
The file was modified spec/pom.xml
The file was modified pom.xml
The file was modified api/pom.xml
Commit 0c93d6f37a9a04c5e5e8b051b5624ef99580188a by Microprofile Bot
[maven-release-plugin] prepare release 2.1-RC2
(commit: 0c93d6f)
The file was modified tck/pom.xml
The file was modified api/pom.xml
The file was modified pom.xml
The file was modified spec/pom.xml
Commit db33226c2b659da74fc0f40d724ee3483862dd08 by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
(commit: db33226)
The file was modified pom.xml
The file was modified tck/pom.xml
The file was modified api/pom.xml
The file was modified spec/pom.xml
Commit 1694e7f4f4e62ae79efdfc1cce930f7187f844c4 by Microprofile Bot
[maven-release-plugin] prepare release 2.1
(commit: 1694e7f)
The file was modified spec/pom.xml
The file was modified pom.xml
The file was modified tck/pom.xml
The file was modified api/pom.xml
Commit 33ac7c69974cef44f666ea3dc68f26e4c877d3b1 by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
(commit: 33ac7c6)
The file was modified tck/pom.xml
The file was modified spec/pom.xml
The file was modified api/pom.xml
The file was modified pom.xml
Commit b2b288c1d04ed4bc0d0013553be4868c1770d935 by Joseph Cass
Refactored instances of <h3> to <h2>
Signed-off-by: Joseph Cass <joseph.cass@ibm.com>
(commit: b2b288c)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/metrics/util/MetricGetter.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/FallbackHandler.java
Commit 043f83c0e083127cc78667f6d5292ec8e63a8f61 by Joseph Cass
Typo and grammar corrections
Signed-off-by: Joseph Cass <joseph.cass@ibm.com>
(commit: 043f83c)
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Retry.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Fallback.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Bulkhead.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/FallbackHandler.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Asynchronous.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/ExecutionContext.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Timeout.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/CircuitBreaker.java
Commit c6dafaddc1b9859f28059465d20d60662b63c102 by Ladislav Thon
Revert "Revert "move from Java EE 8 to Jakarta EE 8 specification
artifacts""
This reverts commit f77cb7c182bdcc5a713d4f0f9e8e46363a879fe8.
Signed-off-by: Ladislav Thon <lthon@redhat.com>
(commit: c6dafad)
The file was modified pom.xml
The file was modified api/pom.xml
The file was modified tck/pom.xml
Commit 11569d7f8b7ce7cea815fbadc2860b8d35b08a55 by Ladislav Thon
for each annotation, add a listing of all atributes at the end of main
javadoc
Signed-off-by: Ladislav Thon <lthon@redhat.com>
(commit: 11569d7)
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Timeout.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/CircuitBreaker.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Fallback.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Retry.java
The file was modified api/src/main/java/org/eclipse/microprofile/faulttolerance/Bulkhead.java
Commit 9a4667844a65d0e1c929280de55ef269246f7275 by Emily Jiang
#530 update bnd version and baseline version
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
(commit: 9a46678)
The file was modified pom.xml
The file was modified api/bnd.bnd
The file was modified api/pom.xml