Commit Graph

150 Commits

Author SHA1 Message Date
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
hieplq 6c76b7e4b8 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
this commit by auto adjust from eclipse (exclude server.product.launch)

== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r)
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue

ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
hieplq 942800418e IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
hieplq e00b022e12 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (move file server to github) 2018-12-21 19:08:06 +07:00
Carlos Ruiz 7c023a5ac3 IDEMPIERE-3842 Cannot run Synchronize Column on oracle CLOB columns 2018-12-04 15:25:43 +01:00
Carlos Ruiz ac14fcd294 IDEMPIERE-3830 c3p0 defaults are not exploiting the power of c3p0 reliability 2018-11-28 22:17:48 +01:00
Carlos Ruiz c4af5b6523 IDEMPIERE-3585 Oracle APPARENT DEADLOCK warnings / set default for StatementCacheNumDeferredCloseThreads to zero - avoid problem about ORA-01000: maximum open cursors exceeded 2018-11-23 17:55:52 -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 0cf7b3b04f IDEMPIERE-3795 Oracle user System is 'fixed' on the code / Implement JVM variable -DADEMPIERE_DB_SYSTEM_USER to indicate a different user than system(oracle) or postgres(postgresql) - useful for AWS / fix problem with oracle stopping installation even if the database exists if the system password is not provided 2018-11-07 11:05:39 -02:00
Carlos Ruiz 4aba73b917 Change sourceforge folder for seed database and jarfiles 2018-11-04 20:09:44 -02: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 5e5d79f614 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle) 2018-10-24 13:07:45 +07:00
hieplq 61a5fd1c21 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +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 b2fa99b192 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +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 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Nicolas Micoud 6fbb57307d IDEMPIERE-3738 Reference Color broken 2018-07-04 16:16:19 +02: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
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +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 34741c7d87 IDEMPIERE-3531:standard maven repository url
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +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
Eduardo Jaremicki Moreira e85497d697 IDEMPIERE-3585 Oracle APPARENT DEADLOCK warnings - Correção Oracle 2018-01-19 13:15:57 +01:00
Carlos Ruiz e4c872275b IDEMPIERE-3586 Add pagination to Query / implement in generic way - info window now can paginate also in oracle 2018-01-19 12:06:46 +01: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
hieplq 333458f8c1 IDEMPIERE-3136:update jasper report to use P2
pending to correct dependency of org.compiere.db.oracle.provider org.compiere.db.postgresql.provider
to org.jfree.io
it better use common from apache or create new one
2017-05-14 20:58:08 +07: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
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 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
hieplq 1e5df4c39a IDEMPIERE-2907:update library (zk, c3p0)
update c3p0 0.9.5
2015-10-25 22:43:08 +07:00
hieplq fc67e3d668 IDEMPIERE-2892:add config let out put log of c3p0 2015-10-19 20:37:01 +08:00
Carlos Ruiz 94dcdbccef hg merge release-2.1 (merge release2.1 into development) 2015-07-29 11:46:17 -05:00
Carlos Ruiz d4b9295e70 IDEMPIERE-1440:line description alignment wrong on document printing / apply same patch from hieplq in other Pattern.compile 2015-07-28 20:52:33 -05:00
Carlos Ruiz a3ba251b49 hg merge release-2.1 (merge release2.1 into development) 2015-06-24 20:43:40 -05:00
Carlos Ruiz 4e16d1c353 hg backout f7b39cb IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match 2015-06-24 19:25:05 -05:00
Carlos Ruiz 7c80d8caa4 IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match 2015-05-20 20:41:44 -05:00
Carlos Ruiz 376d6ea1ec hg merge release-2.1 (merge release2.1 into development) 2015-05-20 21:04:05 -05:00
Carlos Ruiz 4803643ab2 IDEMPIERE-2245 Platform Upgrade for r3 2014-10-29 13:36:29 -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
Heng Sin Low 0b2fbe27ae IDEMPIERE-2245 Platform Upgrade for r3. 2014-10-13 11:05:19 +08:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -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 abd74af7bb IDEMPIERE-1157 Adding functionality to add charts on the standard windows / QA 2013-08-23 09:37:43 -05:00
Carlos Ruiz d0f1a03dba hg merge release-1.0c (forward-porting) 2013-07-31 10:04:55 -05:00
Heng Sin Low 8d9a2ba66f IDEMPIERE-1223 Use ClassName as Name of OSGi component. 2013-07-31 16:30:15 +08:00
Carlos Ruiz e6442936b4 hg merge release-1.0c (forward-porting) 2013-07-29 20:46:47 -05:00
Heng Sin Low 3c80de243c IDEMPIERE-1206 Drop obsolete QueryTimeout workaround for PostgreSQL JDBC Driver. 2013-07-29 15:36:46 +08:00
Carlos Ruiz 121ac12f86 IDEMPIERE-1195 Native Sequences is reseting start on DB failures 2013-07-23 18:13:20 -05:00
Elaine Tan a8731ef4a5 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Validation using unique AD_TableIndex 2013-07-16 19:08:06 +08:00
Heng Sin Low 8c05b86db1 IDEMPIERE-1093 Database: added connection pool properties file support. 2013-06-21 22:35:31 +08:00
Carlos Ruiz 814ecd6c9e IDEMPIERE-114 Server installer broken 2013-04-10 09:17:56 -05:00
Heng Sin Low e30bded686 IDEMPIERE-770 Upgrade c3p0 to 0.9.2 2013-03-19 13:31:55 +08: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 a6b7473ff4 IDEMPIERE-638 Check log level before calling logging method / log.finest 2013-02-25 14:00:29 -05:00
Richard Morales e0b18312f8 IDEMPIERE-638 Check log level before calling logging method / log.config 2013-02-25 12:29:10 -05:00
Carlos Ruiz 0646e28b82 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> build 2012-12-21 10:05:17 -05: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
Carlos Ruiz 24e4972406 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH (Thanks to Richard Morales) 2012-12-12 16:30:06 -05:00
Richard Morales d9afbe2768 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern OS_OPEN_STREAM 2012-12-11 16:48:34 -05:00
Richard Morales 1e30b56290 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse Warning : Is never used 2012-12-06 15:00:04 -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
Carlos Ruiz 1c0b1ebd9e IDEMPIERE-385 Resolve M_Storage locking and data consistency / lock storage record being updated 2012-11-28 10:12:56 -05:00
Heng Sin Low d4e9ae0656 IDEMPIERE-359 Add OSGi Service support for existing extension point. Move more core services to OSGi service. 2012-11-08 17:36:50 +08:00
Carlos Ruiz e2c0220862 IDEMPIERE-472 Allow postgresql connection via SSL / Peer review 2012-10-26 13:46:55 -05:00
Juan David Arboleda e99ca7f076 IDEMPIERE-472 Allow postgresql connection via SSL 2012-10-26 13:46:05 -05:00
Carlos Ruiz 78f498a662 IDEMPIERE-308 Performance: Replace with StringBuilder / some classes revisited to make them safer against NPE 2012-10-11 14:15:53 -05:00
Carlos Ruiz 595fda5ef4 IDEMPIERE-422 Complete Native Sequence feature / peer review and tests 2012-10-05 19:03:57 -05:00
Carlos Ruiz ae107dbb64 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / thanks to Richard Morales and David Peñuela 2012-09-21 19:21:59 -05:00
Carlos Ruiz cdafec1522 IDEMPIERE-260 Configuration using Eclipse install.app does not work when db is Oracle / previous approach broke install.app 2012-09-04 18:14:17 -05:00
Carlos Ruiz f1cecaaa7f IDEMPIERE-260 Configuration using Eclipse install.app does not work when db is Oracle 2012-08-30 00:53:49 -05:00
Heng Sin Low 0c15934a46 IDEMPIERE-120 Refactor Query timeout Implementation - move most postgresql specific code to DB_PostgreSQL
IDEMPIERE-121 Add API to support the locking of PO for update
(transplanted from e99036fafdbdc294ebb0b847d675e0aac42c1843)
2012-01-21 10:31:34 +08:00
Heng Sin Low 7c305591ad Update .project and .classpath using PDE tools.
(transplanted from 1970ec9a52c07a50ca732e8491a60c45ea633886)
2011-06-01 10:32:12 +08:00
Carlos Ruiz 66602d43e8 Implement issue #1 Allow localhost on installation
http://hg.idempiere.com/idempiere/issue/1/allow-localhost-on-installation
2011-04-22 19:25:07 -05:00
Heng Sin Low 0ed2e11bd0 Rename default connection pool properties file to server.default.properties and client.default.properties. This change would allow developer to create fragment to contribute a customize server.properties or client.properties 2011-01-19 16:55:38 +08:00
Heng Sin Low 8fa9544e4c Revert storing db_type as lowercase as that cause setup and startup problem. 2010-12-17 08:08:42 +08:00
Heng Sin Low b561dde609 (HENGSIN-10) Problems with RUN_ImportAdempiere.sh
- Store DB_Type and DB_PATH as lowercase in AdempiereEnv.properties as what adempiere used to be doing.
2010-12-16 16:52:04 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low 73deaa8a69 Fixed db type drop down not working after migration to equinox extension. Improve development setup to auto involve tomcat configuration ant script. 2010-11-29 15:41:28 +08:00
Heng Sin Low ed6f264381 Implemented connection pool properties file support. Added convert statement cache for PostgreSQL. Enhance connection pool ability to survive under heavy load. 2010-11-29 11:35:13 +08:00
Heng Sin Low af5cd44af8 Implemented db configuration as extension. Remove JVM type checking. 2010-11-29 01:59:28 +08:00
Heng Sin Low 42014bf770 Added default buckminster properties file. 2010-11-03 15:45:30 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00