This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 11236cd Revise release note for 3.0.0-alpha (#1293)
11236cd is described below
commit 11236cd22b60e1a79afeaca3baa8b50aa5c9a9f2
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Jul 29 14:23:27 2020 +0800
Revise release note for 3.0.0-alpha (#1293)
---
RELEASE-NOTES.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index e661064..e4076a2 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -10,7 +10,7 @@
1. Change maven groupId to org.apache.shardingsphere.elasticjob
1. Change package name to org.apache.shardingsphere.elasticjob
1. Change spring namespace name to
http://shardingsphere.apache.org/schema/elasticjob
-1. New job API, use SPI for customize job type for easy extension
+1. New job API, use SPI to customize job type
1. Use SPI to introduce configuration strategies
1. Split console and UI from job core modules
@@ -22,8 +22,8 @@
### Bug Fixes
-1. Cloud's executor thread ContextClassLoader is empty
-1. Enable job from web console have no effect
+1. Fix bug for executor thread ContextClassLoader is empty with
ElasticJob-Cloud
+1. Fix bug for enable job from web console have no effect
1. Shutdown job when application exit
1. Fix NPE when failover out-of-order in Curator asynchronized persist
1. Get correct job class name when using CGLIB proxy