Yuk-Ming Lam
365ded0a9f
Merge branch 'master' of https://git.link2tek.net/ymlam/CommEngine
5 年之前
Yuk-Ming Lam
d48b6706af
Remain with log4j version 1.xxx
5 年之前
yiu
455f3778f8
Revert back to log4j-1 from log4j-2
log4j-2 causes problems because
1. WE use Configurator to configure from a properties file.
2. Other dependency uses log4j-1, improper to mix versions.
Symptoms include
. No logging
. Failure to load Logger class.
5 年之前
Yuk-Ming Lam
3094d68f20
Relax visibility to public.
5 年之前
Yuk-Ming Lam
e18873052d
Change visibility of myLogger from private to protected
5 年之前
yiu
df842b9869
Merge branch 'master' of dev1.link2tek.net:/home/alerttekdev/git_hub/CommEngine
5 年之前
yiu
b30c71b555
Advance to log4j-2.13.3 in order to be compatible with java-11.
5 年之前
Yuk-Ming Lam
e6e2ec8ed8
Fix bug of not setting the changeStateTime when transitioning to RUNNING
state.
5 年之前
yiu
2d865fd001
switch to jdk 11
5 年之前
Yuk-Ming Lam
21ddd94743
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 538dede739 .
5 年之前
ymlam
538dede739
[maven-release-plugin] prepare for next development iteration
6 年之前
ymlam
c497efe7de
[maven-release-plugin] prepare release CommEngine-0.0.3
6 年之前
ymlam
56002b3bee
Pause and resume
6 年之前
ymlam
bcda96477c
Merge branch 'maven' into postback_reorg
6 年之前
ymlam
cc1a5c174e
Fix bug in not properly destroying service and postback threads.
Also fix bug of not doing CANCEL properly.
6 年之前
ymlam
78992579de
Use completedJobCount and totalJob to help keeping track of job counts in
various states. Delay closing HttpClient until all postback threads have
exited.
6 年之前
ymlam
c08ba9f57c
Moved postback capability from CommEngine to Broadcast.
Tested to work correctly with a 1-recipient SMS broadcast.
Need more testing.
6 年之前
ymlam
bf507f23b4
Activate PoolingHttpClientConnectionManager for use in postback.
6 年之前
ymlam
2c7ba134d8
Remove unused startProcessing method.
6 年之前
ymlam
1a92409c15
Removed unused and already-commented out do_post_good method.
6 年之前
ymlam
8d390402d4
More accurate print statement.
6 年之前
ymlam
396dca45be
Add compatibility with re-maven era convention of log4php filepaths.
6 年之前
ymlam
2ac4151c04
Use PoolingHttpClientConnectionManager to handle postback persistent connections
to Portal.
6 年之前
ymlam
5f8b64843b
More debugging statement using System.out.println
6 年之前
ymlam
2bbcb270cc
Merge branch 'maven' of alerttekdev:/home/alerttekdev/git_hub/CommEngine into maven
6 年之前
ymlam
224eadefd4
Move to HttpClient-4.5.2 and do not check SSL certificate when
posting back to portal or cluster.
6 年之前
ymlam
bef6df3d0a
Merge branch 'maven' of alerttekdev:/home/alerttekdev/git_hub/CommEngine into maven
To get pom.xml file change.
6 年之前
ymlam
2a136e849a
Remove eclipse project files.
6 年之前
yiu
5e1e306c39
use more recent httpclient
6 年之前
yiu
026b1bdcff
updated pom
6 年之前
yiu
9c25bdefdd
[maven-release-plugin] prepare for next development iteration
6 年之前
yiu
dc603d891e
[maven-release-plugin] prepare release CommEngine-0.0.2
6 年之前
yiu
6de85f03a6
updated ssh plugin
6 年之前
yiu
00f52c3b1d
[maven-release-plugin] prepare for next development iteration
6 年之前
yiu
c0bc78d643
[maven-release-plugin] prepare release CommEngine-0.0.1
6 年之前
yiu
13c8ad0292
maven release updates
6 年之前
yiu
d6bf5c6ff5
maven release updates
6 年之前
yiu
693a9c47f2
maven release updates
6 年之前
yiu
ec27c7a777
[maven-release-plugin] prepare release CommEngine-0.0.1
6 年之前
yiu
4edfa1acc8
maven release updates
6 年之前
yiu leung
56aa3cb4b3
changed groupId to alerttek and target java to 8
6 年之前
yiu leung
0204d6d33f
changed target to java 1.8
6 年之前
Yiu Leung
2f2bfa5403
merged with master
6 年之前
yiu
e0e56ddf97
CommEngine temp changes and maven repo
6 年之前
ymlam
705aedcac9
Change context name/value pairs.
6 年之前
Yiu Leung
8b5e6c2be5
maven changes
6 年之前
ymlam
e56690259a
Update
6 年之前
ymlam
022cb3352a
Correct sometimes mis-counting completed jobs.
7 年之前
ymlam
dad895d0ac
Do not requeue report as this may lead to a dead lock. It should retry by itself.
7 年之前
ymlam
1ed5321d14
Change to require the service threads to wait for space in the postQueue in order to post reports, instead of dropping reports. Better diagnostic logging to help identify threads' life and death events.
7 年之前