Cloud Tasks compatible implementation of Deferred Tasks for java
Core changes:
DeferredTaskContext
requireHttpServletRequest
and usesHttpServletRequest.attributes
- Queue implementation changed from AppEngine
QueueFactory
to Cloud Tasks
Bind DeferredTaskServlet
to DeferredTaskContext.DEFAULT_DEFERRED_URL
(/_ah/queue/__deferred__
)
mvn clean package
- 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