This is an automated email from the ASF dual-hosted git repository.
radcortez pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from b9bd69b closes apache/tomee#376 *Merged*
new 36eed58 Example of how to use Fault Tolerance Timeout
new afbbf72 Improvement of README.adoc which had things related with a
.md file format.
new f0e3584 Update README.adoc
new b661a3b Update README.adoc
new f055a81 Update README.adoc
new f773194 WeatherGateway * Changed the Timeout value from 1000 to 50 *
Changed longProcessingTask sleep time from 1100 to 80 README.adoc * Updated the
snippet code to reflect what was changed in WeatherGateway.java plus the URL to
point to the correct endpoint
new fa535a7 closes apache/tomee#382 *Merged*
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/mp-faulttolerance-timeout/README.adoc | 108 +++++++++++++++++++++
.../pom.xml | 25 ++---
.../java/org/superbiz/rest/WeatherGateway.java} | 47 ++++-----
.../java/org/superbiz/rest/WeatherService.java} | 20 ++--
.../java/org/superbiz/rest/WeatherServiceTest.java | 10 +-
.../src/test/resources/arquillian.xml | 0
.../src/test/resources/beans.xml | 0
examples/pom.xml | 1 +
8 files changed, 141 insertions(+), 70 deletions(-)
create mode 100644 examples/mp-faulttolerance-timeout/README.adoc
copy examples/{mp-faulttolerance-retry => mp-faulttolerance-timeout}/pom.xml
(82%)
copy
examples/{mp-faulttolerance-fallback/src/main/java/org/superbiz/rest/WeatherService.java
=>
mp-faulttolerance-timeout/src/main/java/org/superbiz/rest/WeatherGateway.java}
(55%)
copy
examples/{mp-custom-healthcheck/src/main/java/org/superbiz/WeatherEndpoint.java
=>
mp-faulttolerance-timeout/src/main/java/org/superbiz/rest/WeatherService.java}
(72%)
copy examples/{mp-faulttolerance-fallback =>
mp-faulttolerance-timeout}/src/test/java/org/superbiz/rest/WeatherServiceTest.java
(82%)
copy examples/{mp-opentracing-traced =>
mp-faulttolerance-timeout}/src/test/resources/arquillian.xml (100%)
copy examples/{mp-faulttolerance-retry =>
mp-faulttolerance-timeout}/src/test/resources/beans.xml (100%)