Carlos Ruiz
4251777150
hg merge release-6.2 (merge release6.2 into default)
2019-05-25 14:38:21 +02:00
Carlos Ruiz
41f6590608
IDEMPIERE-3977 Allow context variables on subject and message when processing alerts (FHCA-967)
2019-05-25 13:32:38 +02:00
Carlos Ruiz
a1a7b80bd0
IDEMPIERE-2850 Allow to schedule background reports in xls
2019-05-21 18:17:05 +02:00
Carlos Ruiz
7753c90af0
hg merge release-6.2 (merge release6.2 into default)
2019-04-27 14:18:37 +02:00
hieplq
29f4a4b830
Jetty vulnerability
...
https://webtide.com/indexing-listing-vulnerability-in-jetty/
https://www.eclipse.org/lists/jetty-dev/msg03298.html
2019-04-23 19:48:36 +07:00
Heng Sin Low
bf2b531267
IDEMPIERE-3946 Upgrade to Tycho 1.4.0
2019-04-11 20:22:24 +08:00
Carlos Ruiz
5c809d2e87
IDEMPIERE-3940 Allow idempiereMonitor and others to work on load balancer / deactivate also the old restlet server intended to get DB info from swing client (potential security issue)
2019-03-29 14:39:27 -03:00
Carlos Ruiz
2df5088624
IDEMPIERE-3930 Allow permission control for idempiereMonitor and OSGI console
2019-03-25 15:19:04 -03:00
Carlos Ruiz
b8678da0d1
Backed out changeset bbf1c2b204a5 IDEMPIERE-3946 revert tycho 1.4.0 from release 6.2
2019-04-11 19:05:28 +02:00
Heng Sin Low
83c876bc7a
IDEMPIERE-3946 Upgrade to Tycho 1.4.0
2019-04-11 20:22:24 +08:00
Nicolas Micoud
1205178ef0
IDEMPIERE-3904 Harmonize list of component in MANIFEST.MF
2019-02-27 12:51:25 +01:00
Carlos Ruiz
1b2007ed3b
IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter
2019-01-21 15:37:14 +01:00
Carlos Ruiz
e1ce7e9ec9
Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09
2019-01-10 15:39:41 +01:00
Carlos Ruiz
f79dc728a3
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin
2019-01-10 15:21:19 +01:00
Carlos Ruiz
df55d4649c
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825
2019-01-09 22:38:08 +01:00
hieplq
c38dcec5cc
IDEMPIERE-3531: clean stuff download by download-maven-plugin to resulve issue report at group also auto run clean
...
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/idempiere/4hSPHBqk1oo
2019-01-07 23:54:47 +07:00
Carlos Ruiz
090a34eb88
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher
2019-01-07 17:58:10 +01:00
Carlos Ruiz
d14338729b
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment.
2019-01-07 13:22:58 +01:00
Carlos Ruiz
9487335169
Preparing release 6.2 - upgrade versions
2019-01-05 23:56:28 +01:00
Carlos Ruiz
a33cf4bec5
Preparing release 6.2
2019-01-05 23:34:22 +01:00
Carlos Ruiz
16595cca41
IDEMPIERE-2309 Performance: replace Custom Idempiere Homepage (img_back) 639kb->69kb
2019-01-01 17:40:22 +01:00
Carlos Ruiz
84a340ca00
IDEMPIERE-3847 Mixed Content load script from google when deploy idempiere on https
2018-12-15 13:49:40 +01:00
Carlos Ruiz
620b9715bb
IDEMPIERE-3823 Schedule without Schedule Type is running wild / implemented to run once on reboot
2018-11-19 10:59:58 -02:00
hieplq
f39116d95d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
2018-11-10 10:32:38 +07:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
hieplq
69c91e1111
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
...
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016
1. use latest jdt for support jdk10
2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation
2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] import javax.activation.DataSource;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')
3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
hieplq
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
cfa2705b25
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:29:49 +07:00
hieplq
155810c3f1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq
0a010a526d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
...
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq
1c5a89128b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
...
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq
568904b961
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (inaccessible Internal APIs compiler time)
2018-10-16 12:57:03 +07:00
hieplq
82c8c5b31d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
...
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
a0dcf36f4e
IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud)
2018-05-29 13:53:22 +02:00
Carlos Ruiz
da53148c79
hg merge release-5.1 (merge release5.1 into default)
2018-04-08 21:06:13 +02:00
Heng Sin Low
77e30d8c2c
IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll. Fix context is lost error.
2018-04-06 13:41:13 +08:00
Heng Sin Low
3d675e132c
IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll
2018-04-05 16:59:14 +08:00
hieplq
d777e2982c
Merge with default
2018-03-19 19:50:01 +07:00
hieplq
6bb1c5ecc3
Merge with default
2018-02-26 03:11:15 +07:00
hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
Nicolas Micoud
76917cb55a
IDEMPIERE-3640 iDempiere monitor : hide inactive clients on EMail test
2018-02-16 13:45:46 +01:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
50271ce883
IDEMPIERE-3531:standard maven repository url
2018-02-03 10:50:12 +07:00
hieplq
d7808da56a
IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
...
a mavent project convert from plugin have flow default rule
1. maven project prefer setting JRE to Execution environment, so .classpath is updated
2. java class compliment to target/classes/, so build.propertie is updated
3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created
extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
it happend on bundle use non-standard java package
org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs
on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
so change to warning method make it consitent with other
org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq
b6d9886732
IDEMPIERE-3531:standard lib folder
...
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
hieplq
0305e1bf32
IDEMPIERE-2544:to more warning compiler hidden good warning
...
leak io
2017-11-30 13:44:30 +07:00
Carlos Ruiz
af3d52045f
Point copyjars to new release
2017-11-01 01:14:36 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
d6908fc065
Point to version 5.1
2017-10-31 23:03:48 +01:00
hieplq
929be757a2
Merge with development
2017-10-18 01:47:05 +07:00
Heng Sin Low
a0d891f419
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted
2017-09-12 18:07:01 +08:00
Carlos Ruiz
9bfe040d9b
Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135)
2017-06-30 15:57:15 +02:00
hieplq
ad5adf23e8
IDEMPIERE-3353:sync development profile (eclipse) and package profile
...
correct product define
2017-04-26 12:24:05 +07:00
Carlos Ruiz
b4c8f5e34e
IDEMPIERE-1325 - lower log level for a harmless message
2017-06-21 17:15:12 +02:00
Heng Sin Low
36409e56ba
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Context for AcctProcessor not always setup correctly.
2017-06-14 14:43:24 +08:00
Heng Sin Low
361c190a06
IDEMPIERE-3393 Context for Monitor's Run Now Command not Setup Correctly
2017-06-13 18:20:08 +08:00
Heng Sin Low
2b18e84428
IDEMPIERE-3383 Schedule process: always recalculate sleep time before start
2017-05-31 11:26:32 +08:00
Heng Sin Low
d12e72aec3
IDEMPIERE-3382 Schedule process shouldn't allow concurrent execution
2017-05-31 11:09:05 +08:00
Heng Sin Low
f01e4cac14
IDEMPIERE-3381 Transaction not pass to scheduled report.
2017-05-31 07:55:29 +08:00
Heng Sin Low
37bafb5851
IDEMPIERE-3380 Scheduler doesn't log role access error.
2017-05-31 07:33:40 +08:00
Heng Sin Low
4cfe1258b0
IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Add API to support dynamic addition and removal of scheduler.
2014-08-19 17:16:01 +08:00
Carlos Ruiz
e682565d95
IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Use distributed cache for scheduler model. / integrate patch from hengsin
2014-08-19 17:11:56 +08:00
Carlos Ruiz
5da08bb301
point copyjars to 4.1
2016-10-31 14:27:56 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
536fd017e6
set version 4.1 in credits
2016-10-30 20:23:55 +01:00
Carlos Ruiz
059a9ee240
hg merge release-3.1 (merge release3.1 into development)
2016-08-11 11:39:15 +02:00
Nicolas Micoud
34926b0409
IDEMPIERE-2951 Delete all Trace Logs from Monitor should not delete AuthFailure.log
2016-08-08 18:29:20 +02:00
hieplq
cfa02576fb
IDEMPIERE-3139:Frequent timeout exception
2016-07-31 19:20:44 +07:00
hieplq
1ca5d9835d
IDEMPIERE-3136:all stuff relate library of idempiere
...
update and use osgi version of library (passay, itextpdf, bcprov, super-csv)
2016-07-07 19:05:05 +07:00
hieplq
54bca51007
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq
4ae72bb050
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
hieplq
98730ce2d6
IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
...
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Carlos Ruiz
045e250a69
IDEMPIERE-2940:reduce size of repository / fix sourceforge links
2015-12-02 11:51:11 -05:00
hieplq
6f32d77846
IDEMPIERE-2940:reduce size of repository
...
move file server
2015-12-02 21:54:18 +07:00
hieplq
972dd355db
IDEMPIERE-2940:reduce size of repository
2015-11-14 17:17:25 +07:00
Carlos Ruiz
9249a86450
IDEMPIERE-1325 Custom iDempiere Home Page
2015-11-04 11:07:49 -05:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
Carlos Ruiz
dca4656a56
Upgrade version references to 3.1
2015-10-30 20:39:48 -05:00
Carlos Ruiz
bbb4d42d46
hg merge release-2.1 (merge release2.1 into development)
2015-10-07 08:39:12 -05:00
tsvikruha
383c35dc4a
IDEMPIERE-2864 Alert Processor vs Attachment File system can't send EMails properly
2015-10-03 08:26:46 -05:00
Carlos Ruiz
ad6290e09c
IDEMPIERE-2756 Background threads losing context when user log out / integrate fix from hengsin for the server services
2015-08-07 10:03:50 -05:00
Carlos Ruiz
e8723e62e0
IDEMPIERE-2516 iDempiere monitor shows inactive clients (maintenance mode / active sessions) / thanks to Nicolas Micoud (nmicoud)
2015-03-18 14:55:04 -05:00
Carlos Ruiz
966bcefc52
IDEMPIERE-2756 Background threads losing context when user log out / additional fix on development
2015-08-07 10:25:18 -05:00
Carlos Ruiz
839a5370dc
hg merge release-2.1 (merge release2.1 into development)
2015-08-07 10:23:36 -05:00
hieplq
bf9a6c91a5
IDEMPIERE-1846:Extend Scheduler by SchedulerSubject and SchedulerMessage
2015-07-14 02:13:39 +07:00
Carlos Ruiz
e4c0fdd849
hg merge release-2.1 (merge release2.1 into development)
2015-03-25 19:02:45 -05:00
Carlos Ruiz
f0a8c83af3
hg merge development (merge development into zk7)
2014-12-17 20:11:47 -05:00
Nicolas Micoud
fdc99703c0
IDEMPIERE-2317 Translation in AlertProcessor
2014-12-17 08:50:58 -05:00
Carlos Ruiz
f3eba129d1
merge development (8b3bdac18c82) into zk7
2014-11-05 17:38:46 -05:00
Carlos Ruiz
545183280f
IDEMPIERE-2281 Alert Processor and Scheduler ignoring Client Storage Provider Setup
2014-11-05 10:02:26 -05:00
Carlos Ruiz
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -05:00
Carlos Ruiz
c132c4d0fc
Update sources to release 2.1
2014-10-30 23:08:23 -05:00
Carlos Ruiz
23c684d467
Merge development (8e403d4382f8) into zk7 branch
2014-10-29 13:43:18 -05:00
Carlos Ruiz
5c27c2bf3d
IDEMPIERE-2275 Process button of toolbar doesn't handle access / based on patch from Nicolas Micoud (nmicoud)
2014-10-29 11:17:45 -05:00
Carlos Ruiz
a5c4f1dbcf
IDEMPIERE-2245 Platform Upgrade for r3
2014-10-22 15:00:51 -05:00
Carlos Ruiz
2aeedd4ed0
IDEMPIERE-2245 Platform Upgrade for r3
2014-10-22 14:43:56 -05:00
Carlos Ruiz
3518f683e7
merge 1a4c747dfdf9 development into zk7
2014-10-22 14:42:27 -05:00
Heng Sin Low
816e27a8e2
IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info.
2014-10-16 14:34:12 +08:00
Nicolas Micoud
7e1e7a8036
IDEMPIERE-2225 Show number of active sessions and maintenance mode in monitor console
2014-10-15 13:55:44 -05:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
Carlos Ruiz
011aa28d01
Merge development (8eba0f14d231) into zk7 branch
2014-06-20 20:09:46 -05:00
Thomas Bayen
42a3f4f9f3
IDEMPIERE-1698 LEt the user choose a different JasperReports class
2014-06-18 14:06:59 +02:00
Carlos Ruiz
49d477c2d5
Merge development (717d3f6bb6a2) into zk7 branch
2014-06-03 17:58:27 -05:00
Heng Sin Low
b3cd784008
1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Add plus and minus arithmetic support for @#Date@ context variable.
2014-05-05 19:50:55 +08:00
Heng Sin Low
4f74d9842e
1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Implement context variable support for scheduler name.
2014-04-24 22:49:50 +08:00
Heng Sin Low
c232e04e04
1003856 IDEMPIERE-1951 Run report as a background job. Fix bug discover during testing.
2014-04-24 22:44:16 +08:00
Carlos Ruiz
c73000c38b
1003856 IDEMPIERE-1951 Integrate commit from hengsin -> Run report as a background job. Peer review implementation from Elaine.
2014-05-14 14:44:06 -05:00
Heng Sin Low
df81b807dc
Merge development (10307) into zk7 (10294) branch
2014-04-09 10:47:51 +08:00
Carlos Ruiz
016ac239d8
Merged in bmlaurus/idempiere-bmlaurus-1.0c/CustomHome (pull request #85 )
...
IDEMPIERE-1325 Custom iDempiere Home Page
2014-04-04 10:26:50 -05:00
Carlos Ruiz
c82b03a218
IDEMPIERE-166 Rebranding of logo and product name
2014-04-02 22:19:47 -05:00
Nicolas Micoud
5aa1701d01
IDEMPIERE-1845 Allow Scheduler to use default logic based on SQL
2014-04-02 19:59:25 -05:00
Heng Sin Low
9e5826b772
IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ).
2014-04-03 01:31:20 +08:00
acanaveral
30acc047de
IDEMPIERE-1325 Custom iDempiere Home Page
2014-03-12 16:39:50 -05:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08:00
Carlos Ruiz
6e31d731b2
Versioning Release 2.0
2013-10-31 22:56:57 -05:00
Heng Sin Low
2d7e991095
1003376 Form to captured process parameter for scheduler. IDEMPIERE-1486
2013-10-23 16:20:11 +08:00
Heng Sin Low
07c83ff7fd
1003398 IDEMPIERE-1469 idempiere monitor page don't display processes on starting
2013-10-28 20:45:14 +08:00
Heng Sin Low
edcf53d198
1002807 IDEMPIERE-1476 Scheduler should always notify recipient
2013-10-25 13:54:12 +08:00
Heng Sin Low
8d9a2ba66f
IDEMPIERE-1223 Use ClassName as Name of OSGi component.
2013-07-31 16:30:15 +08:00
Heng Sin Low
df47fc59e4
IDEMPIERE-1139 Can't replace or extend Server for AdempiereProcessor using plugin.
2013-07-05 17:32:16 +08:00
Carlos Ruiz
7affd35f50
Versioning
2013-06-26 20:19:34 -05:00
Heng Sin Low
187eef6af2
IDEMPIERE-1044 Load testing. Make it easier to monitor connection pool status.
2013-06-18 18:10:02 +08:00
Carlos Ruiz
86a5c96e9d
IDEMPIERE-910 Add a direct link to Felix console
2013-05-12 15:30:11 -05:00
Carlos Ruiz
fc12e4af25
Point to release 1.0b
2013-04-25 00:51:00 -05:00
Carlos Ruiz
b8a6b85a86
IDEMPIERE-166 Rebranding of logo and product name - fix more links
2013-04-22 19:34:31 -05:00
Juliana Corredor
38877fc7ea
IDEMPIERE-166 Rebranding of logo and product name - fix links
2013-04-22 19:19:27 -05:00
Carlos Ruiz
f408fbc6d3
IDEMPIERE-166 Rebranding of logo and product name
2013-04-16 19:28:55 -05:00
Richard Morales
c45dfd9557
IDEMPIERE-638 Check log level before calling logging method / .log(Level
2013-03-15 22:52:05 -05:00
Carlos Ruiz
ac93bd4473
IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales
2013-02-27 20:58:38 -05:00
Richard Morales
ce7938424e
IDEMPIERE-638 Check log level before calling logging method / log.fine
2013-02-25 19:00:59 -05:00
Richard Morales
ada4a0f749
IDEMPIERE-638 Check log level before calling logging method / log.finer
2013-02-25 14:08:35 -05:00
Richard Morales
f737c1fc87
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-19 18:17:37 -05:00
Heng Sin Low
f4da72ef50
IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers).
2013-02-13 16:15:43 +08:00
David Peñuela
5eb035dfac
IDEMPIERE-373 Implement User Locking / Improve error messages
2013-01-22 21:55:48 -08:00
Heng Sin Low
fb6be46cf4
IDEMPIERE-549 Upgrade Restlet to release 2.1.1
2013-01-15 00:28:49 +08:00
Heng Sin Low
84af8c3d6a
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning - Drop deprecated class AsyncProcess.
2012-12-23 15:16:09 +08:00
Carlos Ruiz
49562e0b98
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> The import ___ is never used
2012-12-20 16:19:55 -05:00
Carlos Ruiz
740908e0c5
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> dead code
2012-12-20 15:46:40 -05:00
Richard Morales
dce3b0d46f
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> raw type
2012-12-18 12:03:23 -05:00
Heng Sin Low
16773b295b
IDEMPIERE-391 Scheduler improvements. Fixed session context management issue.
2012-12-18 11:48:50 +08:00
Carlos Ruiz
d3e8ef0a7a
IDEMPIERE-455 Discover and fix FindBugs problems / Patterns Multithreaded correctness
2012-12-17 20:32:05 -05:00
Richard Morales
ae3990ce11
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> not used
2012-12-13 18:41:45 -05:00
Richard Morales
7ba478f6c2
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern ICAST_IDIV_CAST_TO_DOUBLE
2012-12-12 16:31:08 -05:00
Carlos Ruiz
47dde2cfe9
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern LI_LAZY_INIT_UPDATE_STATIC
2012-12-06 15:51:20 -05:00
Richard Morales
a486d1317c
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION
2012-12-05 12:09:37 -05:00
Richard Morales
529089a426
IDEMPIERE-183 Fixed generic type warning
2012-12-04 11:24:23 -05:00
Heng Sin Low
640888051a
IDEMPIERE-502 Use single thread pool for client and server process
2012-11-14 10:11:17 +08:00