Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.26 KB

Build Status

About

Cloud Tasks compatible implementation of Deferred Tasks for java

Core changes:

  • DeferredTaskContext require HttpServletRequest and uses HttpServletRequest.attributes
  • Queue implementation changed from AppEngine QueueFactory to Cloud Tasks

Usage

Bind DeferredTaskServlet to DeferredTaskContext.DEFAULT_DEFERRED_URL (/_ah/queue/__deferred__)

Build

mvn clean package

Changelog

  • 1.0.10 - Migrate to Jakarta EE
  • 1.0.9 - Added support for disabling GZip at call ot cloudtask
  • 1.0.8 - Change google-api-services-cloudtasks version to v2-rev7-1.25.0
  • 1.0.7 - Change google-api-services-cloudtasks version
  • 1.0.6 - Change google-api-client version
  • 1.0.5 - Actualize README, minor fix JavaDoc
  • 1.0.4 - Fix bug related to dateTimeFormat
  • 1.0.3 - Actualize code according to new API of Cloud Tasks
  • 1.0.2 - Use google-api-services-cloudtasks from maven central repo
  • 1.0.1 - Fallback to no credentials if can't create application default credentials
  • 1.0.0 - Initial release