You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/11 03:40:51 UTC

[servicecomb-saga-actuator] branch master created (now 7725b69)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-saga-actuator.git.


      at 7725b69  SCB-976 Clean up the files

This branch includes the following new commits:

     new 94cd93f  Initial commit
     new 9668231  JAV-198 initial commit with simplest core
     new 0a1670b  JAV-198 updated ignored files
     new 61e6b27  JAV-198 added compiler version
     new 08ebcd9  JAV-198 set up travis and code coverage
     new 9fa6c4f  JAV-198 added a simple readme
     new 915f9b1  JAV-198 made sure travis run build with java 1.8
     new c335330  JAV-199 implemented compensation logic
     new cd85cee  JAV-199 removed unnecessary generics
     new 4335709  JAV-220 compensated transactions on abort
     new 7fe90a5  JAV-220 minor test readability change
     new 0cac80c  JAV-209 supported forward recovery
     new 94f7516  JAV-197 able to recover saga state from events
     new 874ab2a  JAV-197 renamed event queue to event store
     new d451096  JAV-197 added saga coordinator
     new 9e9368c  JAV-197 made sure saga end state event can be played back
     new 8888657  JAV-197 covered compensation ended event
     new 2d841cf  JAV-224 removed unnecessary code
     new 15c9a5b  JAV-224 always changed to compensation state on abort
     new f42a603  JAV-224 retry once on transaction timeout
     new 2b52c6f  JAV-227 added logger config and some logging messages
     new 9e50cd8  use class method instead of detail implementation
     new 88c3ba2  JAV-225 directed acyclic graph implementation
     new 595367b  JAV-225 code tidy up
     new 75ef6a4  JAV-225 supported traversal in both directions
     new 9fe9291  JAV-225 able to process tasks in parallel
     new e553b2f  JAV-225 attempt to fix parallel request test case
     new 27c9153  JAV-225 simplified event id generation
     new 0a0c215  JAV-225 test cleanup
     new a704a9b  JAV-225 removed unused methods
     new 5b8238a  JAV-225 more appropriate naming for incomplete operations
     new 16e86bc  JAV-225 clearer log and fix of test with concurrency
     new 03b6f73  JAV-225 decoupled task execution from graph traversal
     new 2c6e611  JAV-225 flatten exception handling
     new 2396911  JAV-225 ensured parallel transactions are compensated on failure
     new 0d2be4b  JAV-225 shortened tests
     new 0842501  JAV-225 ensured saga stored from partially completed parallel transactions
     new aa81549  JAV-225 minor renaming
     new 4957be4  JAV-226 saved exception to saga log and ensured aborted saga can be restored
     new fcbce92  JAV-226 simplified event replay
     new dc833d9  JAV-200 deserialize json to saga requests
     new 63710fc  JAV-200 reduced saga task responsibility
     new ff8975c  JAV-200 grouped json interpretation related code together
     new a1f7c80  JAV-200 linked saga coordinator with interpreter
     new 62f6034  JAV-200 moved coordinator to application layer
     new d09189c  JAV-215 interpreter shouldn't care about how to create requests
     new 7c2c63f  JAV-215 embedded params into requests
     new 53a5e15  JAV-215 added transport with httpclient
     new 61fc372  JAV-215 parameter checking for rest transport
     new f3439c8  JAV-215 fixed test failure
     new b74c55d  JAV-215 wired transport with requests
     new 6cdb24a  JAV-215 to persist successful response with events
     new 0b5c8eb  JAV-215 validated rest methods
     new b2bc519  JAV-247 to recover saga from persistent log
     new 29edb8c  JAV-247 made saga task sub type of saga request
     new a06d6de  JAV-247 removed unused class
     new 106c3d7  JAV-247 added saga id to distinguish processes on requests
     new 5a2117a  JAV-247 supported parallel processing of requests
     new e844e88  JAV-247 made sure saga events are persisted first
     new 366c264  JAV-247 restful saga with spring boot
     new 6cb4200  JAV-247 changed test port to 8090, since it's not permitted on travis
     new ecf4183  JAV-247 used uuid as saga id to minimize collision
     new 97da74f  JAV-256 identify saga requests by id, since they may be deserialized from db
     new b2d2a2b  JAV-256 identify completed saga requests by id, since they may be constructed from db
     new 202e15b  JAV-256 identify aborted saga requests by id
     new 1cd8589  JAV-256 persisted events to database
     new d4195c7  JAV-256 suppressed unchecked warning in tests
     new e3b2461  JAV-256 queried incomplete sagas from log
     new 756dc6d  JAV-256 broken coupling between saga task & saga request to make serialization/deserialization easier
     new 7e57066  JAV-256 proper renaming for requests
     new 99b3514  JAV-256 deserialized saga start & end event
     new c01a1de  JAV-256 added production config with mysql config
     new 9e03fd7  JAV-297 added docker config
     new 3141048  JAV-297 added travel services for demo purpose
     new d92173d  JAV-297 enabled demo only by profile
     new c182cae  JAV-297 added mysql support
     new 4d6ad9e  JAV-297 supported docker compose for demo
     new a987aaa  JAV-297 added payment service at the end of 3 travel requests
     new 48bd985  JAV-297 run tests in demo
     new cd3a5ce  JAV-297 added toString for logging purpose
     new 2738ea5  JAV-297 a brief readme for saga demo
     new 5457c7a  JAV-297 minor demo readme update
     new 5a77d19  JAV-297 added note on api idempotent
     new d187658  saga serialize/deserialize
     new 5ab62ae  abortevent serialize/deserialize
     new 4aca417  serialize/deserialize
     new 7b854b4  JAV-266 serialization refactoring to decouple events with jackson
     new 2806aa3  JAV-266 included all modules in coverage report
     new 70eb195  JAV-266 reports aggregated coverage
     new 0cd9f5b  JAV-266 moved event serialization related classes to its dedicated module
     new 45e6263  JAV-266 moved event deserialization related classes to its dedicated module
     new b4948c1  JAV-297 receives json as customer
     new c2fd272  JAV-297 delayed saga recovery till spring is ready to avoid hanging on jpa save
     new 8feae8f  JAV-297 decoupled jackson json from saga core
     new cc815e3  JAV-297 speedy snail to be slow once only
     new 4bf1ef3  JAV-316 shared a single thread pool for all saga requests to avoid resource consumption
     new cdc796b  JAV-316 customized thread names
     new bea3af8  JAV-316 added kamon metrics
     new 1b9362a  JAV-316 changed to async logger
     new 2d4ee2d  JAV-316 added dep for async logger of log4j
     new 5ce3017  JAV-316 disabled ssl for mysql connection
     new bd23a3c  JAV-316 included saga package in aspectj
     new d7eeae5  JAV-316 wired metrics data to statsd
     new 1792ec6  JAV-316 kamon statsd dependency
     new d52ddf9  JAV-316 more segments
     new 2c2498b  JAV-316 more segments to gather metrics of callable
     new 27ce61b  JAV-316 more segments on start/end tasks
     new 0f6b077  JAV-316 kamon won't pass trace context to a separate thread
     new f5eb3ff  JAV-316 disabled kamon modules by default
     new 9210a8a  JAV-316 added jmeter script for automated performance test
     new df35624  JAV-316 added jmeter script for automated performance test
     new 7dadb78  JAV-316 read me section on kamon
     new 3649bc5  JAV-316 added grafana segment setup image
     new 917e85a  JAV-321 simplified saga coordinator construction
     new 7f2cd71  JAV-321 added cycle detection on graph construction
     new 15af529  JAV-321 minor renaming
     new e2cfbf3  JAV-210 added fallback support
     new 96a6f61  JAV-210 shared one operation impl
     new aee3f18  JAV-210 allowed jackson to deserialize according to request type
     new 72529f3  JAV-210 abstracted transport away from saga
     new ede770f  JAV-210 simplified tests and operation interface
     new b651343  JAV-320 configurable recovery policy
     new 22d716a  JAV-320 fix comment
     new 2da7e0e  JAV-320 fix comment
     new 6fce89f  JAV-210 refactoring to reduce complexity
     new b484da3  JAV-210 unified response data
     new 74ca8df  JAV-210 retryable refactoring
     new 07b4ba0  JAV-210 fixed format test failure
     new ec6f9e7  JAV-210 supported rest fallback
     new abccbdc  JAV-210 wired saga coordinator with fallback policy
     new 4ac53af  JAV-210 changed default retries to 3 seconds
     new 5b47baa  JAV-210 the first attempt is not counted as retry
     new d5b48db  JAV-210 removed unused class
     new 89cd338  JAV-327 Auto release to maven central
     new 144d2f2  JAV-327 Support auto release by CI
     new 627f10a  JAV-327 changed repo address in env var
     new 3896a39  JAV-201 added service discovery transport with service center
     new b0aaf76  JAV-201 added service center discovery config
     new 98295b7  JAV-201 integration test to wire up saga with discovery using service center
     new 372c404  JAV-201 resolved jdbc conflict issue
     new 4d85910  JAV-201 saga endpoint to consume text plain to suit java chassis
     new 96fc4cd  JAV-201 demo with discovery using service center
     new bd5beaf  JAV-201 enabled demo in travis CI to check jar conflicts
     new 460dd23  JAV-201 added service center to docker compose
     new 9cecccb  JAV-316 added test env setup suggestion
     new b578269  JAV-374 skipped deployment of test module to maven central
     new f2539cf  JAV-327 forced to open a class to public since javadoc refused to publish package without public class
     new 1dda6d7  JAV-327 skipped demo in deployment
     new 806154c  [maven-release-plugin] prepare release saga-0.0.1
     new 7fa395c  [maven-release-plugin] prepare for next development iteration
     new cae1e07  JAV-374 removed compensation started event, since it doesn't do anything
     new a46c059  JAV-374 more proper compensation event name
     new 4324d36  JAV-328 renamed classes according to the paper
     new bc389c7  JAV-328 moved graph builder
     new 4b2f537  Update Saga README.md and fix some bugs.
     new 18013a7  Revise according to reviewing
     new e1af20b  updated travis & coveralls link due to repo renaming
     new 5c35c94  JAV-386 fixed demo on exception cases when running with java chassis
     new 1750ee8  updated saga.version
     new d796d8b  Specified the spring boot plugin version
     new be3bf05  JAV-386 minimized config of mixin plugin
     new 716f258  JAV-328 handle scenario on db failure.
     new b51be49  JAV-328 fix bug according to the review.
     new c824cdf  JAV-328 test case to cover thread interruption
     new 8ca8755  JAV-328 fixed test failure due to concurrency
     new ae3a653  JAV-366 respond failure message
     new 0589197  JAV-366 fix pr comment
     new 7e4a379  JAV-366 fix unit test
     new 170430c  JAV-366 add ApiResponses
     new 4374f1e  JAV-366 fix pr comment
     new a1bf041  JAV-181 changed docker waiting policy
     new 81f0cb0  Merge pull request #26 from ServiceComb/jav_366_return_failure_message
     new 58e2ce6  JAV-370 add delay property
     new 9c60fad  JAV-370 add thread sleep
     new b952eb8  JAV-370 change failRetryDelaySeconds to double and Recovery policy return retryCount
     new 1ede462  JAV-370 fix pr comment
     new d3ea9ce  JAV-370 fix pr comment
     new a3be7e3  JAV-370 fix pr comment
     new 1a9e05a  JAV-315 spit response out from tasks
     new b9f9988  JAV-315 fed response from previous transaction to next
     new 8467a7c  JAV-315 appended previous response to form
     new d360ffb  JAV-315 covered response sending with integration tests
     new 554f884  JAV-315 extracted context from events
     new 112390c  JAV-315 auto gather transactions/compensations
     new efd0dc4  JAV-315 gather and retrieve response with saga context
     new 5285ebe  JAV-315 removed unused returns
     new 4811636  JAV-315 encapsulated saga state into context
     new 45977fc  JAV-440 run chosen child transactions only
     new 79ae5da  JAV-440 ignored transaction default to no chosen children
     new a98072d  JAV-440 generalized json interface
     new 059f9c3  JAV-440 added children extraction from response
     new f488eb8  JAV-440 ensured children extractor is wired
     new 90dd713  JAV-440 responses in json format
     new 0aae288  locker add web
     new e2bab21  JAV-431 re-organized demo modules
     new 2aefc05  JAV-431 added conditional payment service
     new aaa55ce  JAV-431 added conditional inventory service
     new e8c10a6  JAV-431 integration test for conditional transactions
     new 6295f20  JAV-431 fixed wrong demo module parents
     new 3891bc7  JAV-431 passed customerId from payment response to inventory
     new cd60efd  JAV-431 readme and docker compose for conditional transaction demo
     new b0289bf  JAV-431 purchase amount passed as param to payment service
     new 9858ea9  add bootstrap table grid
     new db51c32  add bootstrap table grid
     new 278f217  add bootstrap table grid
     new 3cf65d7  JAV-447 add conditional query
     new c75ecc0  JAV-447 increase cover rate
     new 1d8e53f  JAV-447 remove test sleep time
     new 523d10f  JAV-447 remove no param constructor
     new 340f9cc  JAV-447 use OffsetDateTime instead of new Date()
     new 94f9f40  通过bootstrap table 动态展示url数据,接口提供方需要解决跨域问题
     new 49b0731  通过bootstrap table 动态展示url数据,接口提供方需要解决跨域问题
     new ff2055f  通过bootstrap table 动态展示url数据,接口提供方需要解决跨域问题
     new 4ff8e59  JAV-438 add license and add request page
     new ad18c3f  JAV-232 used concurrent data structure
     new c437785  send request
     new c2b3e7b  clear
     new c7382af  clear ignore files
     new ce92fcd  ajax
     new 53e1460  eature: implement for detail.jsp
     new c278158  JAV-232 used specific service center version since it has breaking changes
     new 2d72cbe  update bootstrap-table,delete test data file:data2.json
     new 5266254  JAV-438 fix request page
     new 0b376c4  demonstrated usage of crossapp with service center
     new 9555846  added timeout settings for rest transport
     new 8c791fc  declared timeout field immutable
     new 22832f5  JAV-232 updated log waiting due to tomcat disabled
     new 1f93fa1  [maven-release-plugin] prepare release saga-0.0.2
     new 515e196  [maven-release-plugin] prepare for next development iteration
     new 970bdef  JAV-232 added project info to comply with sonatype nexus
     new 79a4996  JAV-438 update execution result query controller for graph
     new f4204f4  JAV-438 improve test case
     new cc269de  JAV-438 improve test case
     new 06cb99d  JAV-438 fix pr comment
     new 5c4b59b  JAV-438 fix comment
     new 1d3fff6  添加了日期控件js,输入框点击后弹出日期控件
     new c0eab5e  liuchengtu
     new d8f411a  commit detail
     new 3c82cc9  JAV-438 format style and add license
     new f82da84  JAV-438 query request date support NaN-NaN-NaN NaN:NaN:NaN
     new 449c245  JAV-232 reactive request node with akka actor
     new 0ccd99a  JAV-232 refactored to align interface with akka actor impl
     new 3c91398  JAV-232 added compensation/abort message handling
     new f884274  JAV-232 chosen children by parent response
     new 98ec30a  JAV-232 hid recovery policy inside task
     new 77c3fbc  JAV-232 built actors from requests
     new 6d29a23  JAV-232 actor messages tidy up
     new 23b1786  JAV-232 actor state restore on saga recovery
     new fb7ff5e  JAV-232 carried exception on abort message
     new d1f38c0  JAV-232 ack on compensation
     new 90ba513  JAV-232 more test coverage
     new bc33ca1  JAV-232 skipped null checking
     new 762dc11  JAV-232 delegated task creation to dedicated factory
     new e329594  JAV-232 delegated saga creation to dedicated factory
     new ff024a9  JAV-232 added actor based saga creation
     new 50aff64  JAV-232 extracted saga interfaces
     new c2b8df2  JAV-232 integration test for actor based saga
     new fb6b592  JAV-232 stopped all actors on saga completion
     new 460bdc6  JAV-232 moved graph based classes to dag package
     new 3cd1aab  JAV-232 SEC integration test with actor based saga
     new f33d1fb  JAV-232 added actor based saga running mode config
     new 30cf120  JAV-232 returned transaction failure in actor based saga
     new dd0cae0  JAV-232 updated kamon version to be compatible with akka actor
     new 9a6a7a9  added interface to generating json request
     new 615f340  added query and json support
     new f59d838  The status table jumps to the details page.
     new c4885fd  JAV-438 change date lang to english and fix host_url
     new d6926a7  url params
     new 60bfa51  url same
     new bf6593e  JAV-487 extracted rest template transport
     new 27f6dc4  JAV-487 removed spring cloud related to avoid incompatibility
     new 374c307  JAV-487 image version update
     new fec3189  Flowchart style
     new e89831a  JAV-438 up web using spring boot
     new af08c97  JAV-438 docker test fix
     new 8457091  JAV-438 add web in docker compose
     new b5d61ca  JAV-438 fix docker config
     new 97bc180  JAV-438 update SC version
     new 2cbb285  JAV-438 fix pom
     new 70b8124  fixed data type in request
     new 406ca42  fixed display of loading logo
     new 19df43a  Many-to-many flowcharts. (#72)
     new c6b4869  optimized imports
     new 110bb3c  Modify the DDL statement
     new d2ff650  Flowchart style (#75)
     new 4a2f5fd  JAV-Updated the License header to ASL
     new b701f23  JAV-563 Added the rat check by default
     new 72ab75b  JAV-563 Keep fixing the License issue of Saga
     new 7db8ae1  JAV-563 Keep fixing the License issue of Saga demo
     new f390975  JAV-563 Keep fixing the License issue of Saga
     new 4abab05  Enable the maven cache to speed up the build
     new 14923ae  gracefully shutdown of actor system
     new 34a6812  typo fix
     new 97bdc88  modify invalid links
     new 92df43c  add license for SagaShutdownListener
     new 99d1816  Updated the README.md
     new bfca3a4  Update the mailing list address.
     new 73aa69a  SCB-96 added new module omega
     new 9f7c7b7  SCB-96 for the sake of code coverage
     new 91f56e1  include ASF disclaimer
     new fa3c0bb  SCB-122 add Apache disclamer and modify website address
     new c28b6bc  SCB-130 Updated the Github PR template
     new 9c64fbb  SCB-97 alpha is able to persist received events
     new c271ea7  SCB-97 glued omega & alpha together
     new 69b8f35  SCB-97 ensured tx ids are linked between services
     new af8ca46  SCB-138 replace thrift with grpc
     new 718472d  SCB-138 removed all thrift related code
     new ead586d  SCB-138 add logs for the interruption of grpc server
     new 85f0fd9  SCB-104 Removed the get method in the RestTemplateTransport
     new 3f08a4c  SCB-149 removed unnecessary endpoint interface
     new 81b4244  SCB-154 Update the package to org.apache.servicecomb
     new 201d48a  SCB-154 Changed the artifact group id to org.apache.servicecomb.saga
     new e09a070  SCB-158 update issue address
     new 4e4fd1e  SCB-157 Updated the pom setting for apache release
     new bb013db  SCB-157 Updated the travis setting for deploy
     new 0c7bb8d  SCB-157 Updated the travis setting xml
     new f4128ea  SCB-157 Updated the travis setting xml
     new a45f2bf  SCB-174 add kryo serializer
     new 361d65c  SCB-174 remove redudant test codes
     new 8929882  Generating the Licenses and Notice files in the artifacts
     new 48a4697  SCB-193 Poilish the project Name
     new 17ef63d  SCB-193 Added the Disclaimer resources to artifacts
     new 8b1478e  SCB-193 Clean up the project name
     new 679df64  SCB-164 fail fast on script error
     new ae6fac6  SCB-233 update to deploy only with non PR building
     new 1cbe612  SCB-232 update to introduce the EventType in the pack-common.It should be shared between the omega and alpha.
     new d2570b0  SCB-234 rethrow exception in saga start annotation processor
     new 7496d63  SCB-249 replaced hibernate with eclipselink to comply with APL2
     new 8f0f379  SCB-249 replaced mysql with postgres to comply with APL2 in original saga
     new 328fc02  SCB-249 avoided hibernate and replaced JSON with TEXT due to limited postgres & jpa support
     new 66454f6  SCB-218 included alpha core for coverage report
     new b0e231d  scb-260 add NOTICE file
     new c068a05  SCB-238 removed org.json from dependency to comply with APL
     new 5af18ff  SCB-238 removed findbugs annotation from dependency to comply with APL
     new d981e8f  SCB-151 Update to add the pack-demo
     new 8a32bfb  SCB-237 skeleton for pack acceptance tests
     new 0ab5861  SCB-237 linked pack demos with cucumber test
     new d6374ce  SCB-237 included acceptance test into CI build
     new 7746f33  change saga-spring port to made same as readme.md
     new 574700b  SCB-249 license compliance of frontend
     new 816f4ea  SCB-330 add README for pack
     new b057fb1  SCB-330 add design document
     new b36a842  SCB-330 Polished the document of README
     new d9c3a79  Add the License header to acceptance test feature files
     new 1165568  SCB-243 able to intercept old java chassis requests (#136)
     new c1ecd58  SCB-330 added chinese version of README
     new a4f7ebe  SCB-330 add user guide for saga pack
     new 5ed5a5e  SCB-344 add document for how to use mysql as alpha's backend database (#137)
     new 249c1fb  Added the NOTICE, DISCLAIMER, LICENSE file into docker image
     new 90263f4  Removed the encription data from the travis.yml
     new 908c3a3  SCB-363 Remove legacy code
     new bba54e9  SCB-363 Rename pack-demo to booking
     new 6c52b7b  SCB-346 Update rat exclusions
     new 7cada67  SCB-346 Add missing javax.interceptor-api dependency
     new a933676  SCB-346 Add distribution module
     new 3789fa6  SCB-346 create src and binary release with different LICENSE and NOTICE files
     new d96672f  SCB-346 Added the alpha-server into binary release
     new 368ea54  Prepare 1.0.0-m1 Release
     new 6896f25  Add Release Server ID
     new f165fc6  SCB-346 Add third party licenses
     new af13a6e  SCB-346 Add saga-persistence back
     new bbed9d1  Removed the unused docker-compose.yaml file
     new 7cf49a4  Cut 1.0.0-m1 Release
     new 4b0a2ff  Cut 0.1.0 release
     new 0583bc9  Move the project version to 0.2.0-SNAPSHOT
     new f05809f  SCB-380 Added incubating to the file name of release kit
     new d7bf1d8  Updated NOTICE files
     new c0d0187  Cut 0.1.0 Saga Release
     new 425f28b  SCB-378 update saga demo readme to fix docker-compose.yml file path2
     new f18a479  SCB-330 fix guide of mysql
     new 90e50d5  SCB-395 add guides to build executable files
     new e544a1e  SCB-260 Add third party notices
     new 54352d9  Fixed the saga binary distribution name issue
     new 7b2f33e  SCB-395 add guides to run demo without docker compose
     new b9670fd  SCB-404 Use different base folder for source and binary package
     new a9b0e82  Moved the project version to 0.2.0-SNAPSHOT
     new af7388e  SCB-390 Update to introduece the byteman to the acceptance tests
     new fa77b6d  Added more wait time to fix the UT of LoadBalancedClusterMessageSenderTest in travis CI
     new e0d835b  SCB-429 Upgraded the Spring Boot version to 1.5.10
     new 43fcfb5  Added CONTRIBUTING.md
     new d4e34f0  Add a FAQ list
     new b263518  Updated the pack-test docker-compose version to 0.2.0-SNAPSHOT
     new f0dc7c0  SCB-436 Clean up the docker-compose file of booking demo
     new 591005c  SCB-410 Alpha Service upgraded to Spring Boot 2.0
     new 0cf7cef  SCB-410 Support to build demos with Spring Boot 2
     new 98d2496  [SCB-465] Start the build metrics of Saga in travis
     new 9b5b211  SCB-463 Clean up the spring boot2 setting and upgrade the version to 2.0.1
     new 913d6e0  SCB-464 Upgrade to Java Chassis 1.0.0-m1
     new f308cc8  [SCB-300] Update to add the timeout scenario feature in the acceptance-tests
     new e8c2ffd  SCB-300 update to modify the timeout value in the byteman rule
     new 59e569f  Add alpha-server as prerequisite to run saga demo
     new 36177ca  SCB-505 Update to throw exception when the transaction timeout
     new ce16484  SCB-20 Build ServiceComb-Saga with Java
     new 362e377  SCB-20 Added documents to build Saga with JDK9+
     new 2360ad5  SCB-342 Add TLS support for gRPC (#181)
     new 7c7ffdd  SCB-342 Clean up the SSL configuration
     new 3c4a39a  SCB-573 Split the docker-compose file for debugging easily (#190)
     new 6e62c55  SCB-583 Upgrade Spring Boot version to 1.5.13.Release and 2.0.2.Release
     new d282756  Updated the .gitingore
     new 45dd1b9  add module saga-dubbo-demo
     new fa26621  docker plugin for mvn test
     new 841f7b1  SCB-475 Add section for downloading latest release in README
     new 3b2007d  SCB-568 Provide web page for pack Demo
     new 39963b9  SCB-568 Provide web page for pack Demo, fixed the cros-site issue.
     new 6cf5a14  SCB-568 Provide web page for pack Demo, modified README accordingly
     new e2d9e39  SCB-568 Provide web page for pack Demo, use the jquery file hosted in CDN
     new b4eb3bc  SCB-628 correct naming for demos
     new 2d02154  Fixed the Contributing.md typo
     new 9f18e80  SCB-632 reformat code according to google style
     new 4e6b984  SCB-633 Correct artifactId and module of saga-spring-cloud-demo (#200)
     new bfb95e6  Cut 0.2.0 Release
     new 0107b59  SCB-642 Updated the thrid party License file
     new 15ea889  SCB-641 Add the dubbo transport plugin into release kit
     new d755997  Moved the project version 0.3.0-SNAPSHOT
     new 3e7916b  SCB-639 upgrade docker maven plugin to 0.26.0
     new 667f559  SCB-647 Update license for Saga-0.2.0
     new a257eb0  SCB-647 Use separate section for alpha-server and omega in LICENSE
     new 5ea2e3b  fix typos in README.md
     new 4bc291b  fix typos in README.md
     new cd1c3da  SCB-647 Add missing ASF header for shell scripts
     new cb95374  Try to avoid default install action in PR build
     new 10e4685  SCB-630 Active the -Pdocker profile if detect the docker installation
     new abd1a3b  Added maven repo release badge into README.md
     new 65fe501  SCB-244 add servicecomb demo
     new 934829e  SCB-244 fix pr comment
     new f233125  SCB-244 Clean up the dependency versions
     new 0aeb827  Rename the saga-spring-cloud-demo to saga-spring-demo
     new ada1915  Add Gitter Badge
     new 4091f92  1. Add the omega-transport-feign into distribution kit 2. Add the Openfeign LICENSE to the release/licenses fold.
     new ffdbe88  update the LICESE.
     new ebca5c4  Updated the README files
     new f99d7ba  [SCB-750] Add missing dependency management
     new 12c39d2  SCB-766 Upgraded spring boot version 1.5.13 and 2.0.3.
     new a994ca4  SCB-692 Restore the old sage files
     new 05c9e78  SCB-692 WIP Upgrade the version of java-chassis
     new 749328f  SCB-692 Fixed the ServiceCenterDiscoveryRestTransportTest
     new b31eab0  SCB-692 Keep fixing the build error
     new 99fa3a7  SCB-692 Updated the microservice configuration
     new 213cec3  SCB-692 Cleanup the test code
     new 8a5b2c3  SCB-692 Fix the integration error of dependency-free-transaction-demo
     new 398d209  SCB-692 Fixed the build error with Spring-Boot-2
     new db65099  Updated the gitter room address
     new 6bb7d9f  [SCB-806] Polish alpha-server logger setting
     new 25a3024  SCB-806 Polished the log setting of Alpha-Server
     new 800a2d7  SCB-806 Updated the License file for the new dependency of disruptor
     new 5f8c4c6  SCB-665 Added the design document for the TCC
     new 097bd0a  Fixed the build waring of saga-format
     new 2e4812b  [SCB-813] Fix the pack-contract-grpc build issue on macOSX (#240)
     new 10b9675  SCB-821 Add missing dependency management for omega-transport-feign (#241)
     new ab8ba3b  SCB-822 Update LICENSE/NOTICE (#242)
     new 5ed62fb  Fixed the warning message of saga-format
     new a6cb572  [SCB-824] Fix the bug that demos cannot be built: add docker plugin activation tag for demos (#244)
     new d798c7f  SCB-830 update chassis from 1.0.0-m2 to 1.0.0 (#247)
     new fbbadb9  Clean up the pom.xml setting
     new de599ca  SCB-834 Upgrade Akka version to 2.5.14
     new 3b4c053  Fixed the deprecated warning issues of saga-core
     new 5a25892  SCB-852 Split akka related code to saga-core-akka
     new 297abcc  SCB-852 Fixed the build error by adding saga-core-akka module
     new 81265d9  SCB-852 Added the uncommitted pom of saga-core-akka
     new db74a13  SCB-853 Saga-core supports JDK7 now
     new 1e57a09  Updated Readme file for the new added Omega plugins
     new 281f018  Fix the formate issue README
     new 401cf59  SCB-855 Support JDK7 in saga-format
     new 08cae91  SCB-855 Support JDK7 in saga-format test
     new 195245b  SCB-855 change maven-compiler supported jdk7
     new 9c6c319  SCB-855 extract an empty map constant
     new ae03648  SCB-855 fix computeIfAbsent rewrite infinite loop error
     new 80eda0f  Add the ref to debugging in other demos' documents.
     new f92c0e1  Add the ref to debugging in root document's quick start section.
     new cdcc9c8  SCB-866 generalize TransportFactory to extend Transport
     new 9243cc5  SCB-867 Adapting Rest json to the generalization of TransportFactory
     new c4a2519  SCB-866 extend SQLTransport type
     new ace2729  SCB-867 Add SQL type Jackson format
     new 9f7cb7e  SCB-867 Add test for SQL Jackson format
     new 5a6de5a  Add the load test guide.
     new ab2d280  SCB-864 add SQL component content into API document
     new 4c66188  SCB-818 Implements the TccEventServie of grpc
     new 4a4506e  [SCB-868] Add Kamon metrics to Alpha Server
     new beede1e  SCB-868 Clean up the Alpha dependencies
     new f8fc3ee  Update the images' tag to 0.3.0-SNAPSHOT in dependency free trans demo
     new 6a2f01b  Update the conditional-transaction-demo docker-compose file version
     new 0ac3332  SCB-875: Start the old saga demo with sh script (#279)
     new a0d3304  SCB-875 Added the +x properties on the script file
     new e00e2e1  SCB-879 Added the aspectjweaver.jar into the docker image when using pref profile
     new 071d384  Only deploy the artifacts in cron job
     new 217de4e  SCB-864 modify SQLTransport to support multiple parameters for each sql.
     new 5552e67  SCB-864 modify SQLTransport to support multiple parameters for each sql.
     new 6833fa0  SCB-864 modify JacksonFromJsonFormatForSQL unit test to test multiple parameters
     new a69b18b  SCB-864 modify document for support multiple parameters for each sql.
     new ba7a66f  SCB-864 change Object back to String.
     new 86e624c  [SCB-820] Added Tcc Demo
     new e65ce45  Only deploy the spring-boot-1 version artifacts
     new 076c49e  Update README file for new added TCC demo
     new e30e0df  Publish the snapshot without running test
     new d1c631a  Pulish the test script
     new 0446e1c  SCB-962 transaction support retries parameter.
     new 8a199fa  Merge pull request #322 from KomachiSion/SCB-962
     new 22695fe  Updated the README files
     new 356dc59  SCB-820 Updated the pom setting with docker
     new 093f670  SCB-973 Updated the Readme files for the ServiceComb graduction
     new 6c20baa  SCB-973 update to remvoing the incubator
     new 3d0467d  SCB-1018 Upgrade spring boot version to 1.5.17, 2.0.6
     new a351021  Deploy the artifacts without enable the docker plugin
     new cb29d30  Update the README.md for the github starts
     new c4ca927  Update the README file with latest repo name
     new 4353536  Polish the README files.
     new 7725b69  SCB-976 Clean up the files

The 507 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.