Spring Cloud Task 1.0.3.RELEASE 和 1.1.0.M1 发布了。Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具。使用 Spring Cloud ,开发者可以快速实现上述这些模式。
Spring Cloud Task 1.0.3.RELEASE的更新是一个小更新,包括为了对齐而清除项目内的依赖管理和剩余部分的Spring Cloud组合如何管理它的依赖。
Spring Cloud Task 1.1.0.M1的主要更新如下:
Updated error message handling - This release adds a new column to theTASK_EXECUTION table, ERROR_MESSAGE. This new column will be where any exception that is thrown causing the failure of a task to be recorded (this is changed from theEXIT_MESSAGE field in previous versions). This change allows for the EXIT_MESSAGEfield to be better utilized for orchestration of tasks.
Improved options for customizing the launch of partitioned job workers - When using the DeployerPartitionHandler, 1.1.0 now provides abstractions around customizing the environment variables and command line arguments on a per partition basis. This is an improvement of the all or nothing option available in the 1.0.x branch.
下载地址:
Spring Cloud Task 1.0.3.RELEASE
https://github.com/spring-cloud/spring-cloud-task/archive/1.0.3.RELEASE.zip
Spring Cloud Task 1.1.0.M1
https://github.com/spring-cloud/spring-cloud-task/archive/1.1.0.M1.zip
软件详情:https://github.com/spring-cloud/spring-cloud-task/releases
下载地址:https://github.com/spring-cloud/spring-cloud-task/
来自:开源中国社区

