Commit Graph

2369 Commits

Author SHA1 Message Date
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 a0f7e977fe IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project/build/poi)
run auto update maven projec (side effect from 15ccf00c09f5)
also help resolve build maven by jdk 10:
        https://bugs.eclipse.org/bugs/show_bug.cgi
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016

now targetplatform have two version of poi but eclipse bind to lower version, so add package dependency to force it
2018-10-25 06:59:03 +07:00
hieplq 19dd05c037 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (CLogMgt ConfigurationListener)
https://bugs.openjdk.java.net/browse/JDK-8029805
2018-10-24 15:51:33 +07:00
hieplq f874979908 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (finalize warning) 2018-10-24 12:40:08 +07:00
hieplq 932e6fe6d0 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (hamless warrning) 2018-10-24 12:38:27 +07:00
hieplq ef57afb335 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constance of BigDecimal move to RoundingMode
2018-10-24 12:11:33 +07:00
hieplq bf3561fc0d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (clazz.getDeclaredConstructor().newInstance()) 2018-10-24 12:10:32 +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 52a4a836c8 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:26:40 +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 bb6005c5c2 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:23:59 +07:00
hieplq 733ad1c89f IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:17:22 +07:00
hieplq 9957ffa06c IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:09:51 +07:00
hieplq b7aada7a1b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq 6bc86a754c IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
spring, service, xml http://openjdk.java.net/jeps/320
2018-10-23 22:27:06 +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
Diego Ruiz 86c3c5638f IDEMPIERE-3807 2018-10-23 13:56:36 +02:00
Diego Ruiz 6434e17bca IDEMPIERE-3804 - Reports exported to Excel don't use Print Format Item -> Format Pattern 2018-10-17 17:48:00 +02:00
hieplq 5a03eeb696 IDEMPIERE-3798:comment out for compile fisrt (https://bugs.openjdk.java.net/browse/JDK-8029805) 2018-10-17 00:20:31 +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 f4931abda5 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Enumeration cast up) 2018-10-16 12:55:11 +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
Carlos Ruiz 7b8157861f IDEMPIERE-3599 allow DocActions to be selected in a more flexible way / Allow adding Reactivate on Closed 2018-10-15 11:19:03 +02:00
Carlos Ruiz 2a60d4b405 IDEMPIERE-2793 Extendability improvements / integrate patch from logilite (Deepak) - Changed private access modifier of members to 'Protected' 2018-10-12 12:30:48 +02:00
Diego Ruiz f70f76d732 IDEMPIERE-3800 Improvements to CSV Export - fix and integrate improvements from Heng Sin 2018-10-12 11:19:50 +02:00
Carlos Ruiz 0640e29b13 IDEMPIERE-3802 Bug in ResetLockedAccount when using USER_LOCKING_MAX_INACTIVE_PERIOD_DAY 2018-10-12 10:45:32 +02:00
Carlos Ruiz aacf45495f IDEMPIERE-3799 Avoid users re-running a process that is already being processed / Peer review 2018-10-06 20:25:26 +02:00
Diego Ruiz 0619c3d452 IDEMPIERE-3799 Avoid users re-running a process that is already being processed 2018-10-05 17:32:24 +02:00
Diego Ruiz c32fa14dfb IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters 2018-10-05 16:58:38 +02:00
Carlos Ruiz 8c8db60532 hg merge release-5.1 (merge release5.1 into default) 2018-10-06 17:55:32 +02:00
Carlos Ruiz 53583c1a1d hg merge release-5.1 (merge release5.1 into default) 2018-09-27 20:48:58 +02:00
Carlos Ruiz 08e622ba6d IDEMPIERE-3794 Improvement to Housekeeping 2018-09-27 17:19:36 +02:00
Carlos Ruiz fb2c89fbca IDEMPIERE-3793 Transaction not closed 2018-09-27 16:44:14 +02:00
Heng Sin Low ec7ee69efb IDEMPIERE-3697 Wrong organziation (*) in matched PO document when reversing MR with invoice. 2018-09-27 16:40:52 +08:00
hieplq 0a5d5a78ac IDEMPIERE-3531: update jasper report to 6.7.0
+ add more Osgi for jasper dependency
+ don't fix incompatibility issue for swing
+ use bootdelegation to resolve org.w3c.dom.events issue. let all use class from jdk
2018-09-12 00:10:22 +07:00
Silvano Trinchero 93fcc43ee5 IDEMPIERE-3785 Fix potential duplicate key / documento and lock on Oracle 2018-09-11 12:37:50 +02:00
hieplq fe0f36668b IDEMPIERE-3531: add manifest for java 9 warning 2018-09-11 09:04:49 +07:00
Carlos Ruiz 49016d35ed IDEMPIERE-2319 Adding date value type support in Attribute set / peer review 2018-09-11 15:45:59 +02:00
Carlos Ruiz a19eaa0c82 IDEMPIERE-2617 Transaction closed exception while posting 2018-09-02 13:07:21 +02:00
Carlos Ruiz e9f31283c6 IDEMPIERE-3779 AP2-573 Payment allocation posting wrongly for multi-currency if allocation date <> payment date 2018-08-29 13:02:21 +02:00
Nicolas Micoud 82623d4399 IDEMPIERE-3769 IBAN : Invalid message is not translated - force to uppercase 2018-08-28 13:26:05 +02:00
Carlos Ruiz 5cdf7c0db9 IDEMPIERE-3775 Document Type>Purchase Requisition>Mandatory Charge or Product=Y no effect / IDEMPIERE-178 2018-08-27 15:59:40 +02:00
Carlos Ruiz e26d222572 IDEMPIERE-3777 GL Journal different currencies in different lines doesn't post / peer review 2018-08-22 16:04:44 +02:00
Elaine Tan e0ab57bb42 AP2-512 Need to post GL Journal for balance forward that includes CAD and USD (IDEMPIERE-3777) 2018-08-03 12:00:26 +08:00
Heng Sin Low 1e208691d0 IDEMPIERE-3740 Posting Error: Source Not Balanced for Invoice with Landed Cost Distribution 2018-08-08 11:12:20 +08:00
Heng Sin Low 9dcd937950 IDEMPIERE-3742 Wrong product cost for partial MR 2018-08-08 11:07:43 +08:00
Carlos Ruiz 3eb4a2f4b9 IDEMPIERE-2392 Posted status incorrect when reposting on a period closed / AP2-419 2018-07-26 17:27:15 +02:00
Nicolas Micoud 6b4bc86fba IDEMPIERE-3759 Env.getContextAsDate should not log warning 2018-07-24 09:26:48 +02:00
Carlos Ruiz ba541e7dc0 IDEMPIERE-1539 search without "%" mark in value, name, description fields 2018-07-19 23:09:04 +02:00
Carlos Ruiz fce33028c3 IDEMPIERE-3749 Exception on create Request from mail / integrate patch from Евгений Куренский (ekurensky) - peer reviewed by Hiep Lq 2018-07-19 19:42:45 +02:00
Carlos Ruiz 71e8c2f878 IDEMPIERE-3746 Use AD_Language.DatePattern and TimePattern 2018-07-16 22:19:49 +02:00
Nicolas Micoud 42a69abfd8 IDEMPIERE-3746 Use AD_Language.DatePattern and TimePattern 2018-07-16 22:19:36 +02:00
Carlos Ruiz 72e7e21d28 IDEMPIERE-1703 improve search panel / peer review 2018-07-11 19:38:30 +02:00
Carlos Ruiz 8466e356d3 IDEMPIERE-1341 Wrong label in the Record Info dialog 2018-07-11 16:49:27 +02:00
Carlos Ruiz ab5c5817fa IDEMPIERE-3743 Changing price list does not change currency when entering an invoice/order (AP2-383) 2018-07-11 13:34:43 +02:00
Carlos Ruiz a9eb35a4c2 IDEMPIERE-2857 Improve transaction names for deletes / integrate peer reviewed patch from Nicolas Micoud (nmicoud) / IDEMPIERE-3416 2018-07-09 21:33:18 +02:00
Carlos Ruiz 91882dcb44 IDEMPIERE-3719 Add display name when sending emails 2018-07-09 21:19:34 +02:00
Carlos Ruiz ada02cdea5 IDEMPIERE-3735 Import Business Partner gives a 'Null Pointer Exception' / IDEMPIERE-3512 2018-07-09 20:26:15 +02:00
Carlos Ruiz 3f1026519f IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / fix Context Lost issue 2018-07-09 14:43:18 +02:00
Carlos Ruiz 31e1dead2c IDEMPIERE-3736 We can edit completed Document under specific condition. 2018-07-09 10:38:24 +02:00
Nicolas Micoud 6fbb57307d IDEMPIERE-3738 Reference Color broken 2018-07-04 16:16:19 +02:00
Diego Ruiz 2cf832fc43 IDEMPIERE-3618 Support OFX 2 in org.compiere.impexp.OFXFileBankStatementLoader 2018-06-21 10:50:27 +02:00
Carlos Ruiz 36985e7096 IDEMPIERE-3618 Support OFX 2 in org.compiere.impexp.OFXFileBankStatementLoader / integrate partially patch from David Podhola 2018-06-20 22:04:16 +02:00
Carlos Ruiz e15bab7005 Backed out changeset 0c817684f795 IDEMPIERE-3702 2018-06-18 21:14:43 +02:00
Carlos Ruiz 2822f54412 Backed out changeset b7cf7fc7d33e IDEMPIERE-3702 2018-06-18 21:14:26 +02:00
Carlos Ruiz 9f9249869a IDEMPIERE-3169 recent item do a lot query / IDEMPIERE-3622 MRecentItem is not thread safe 2018-06-14 16:13:15 +02:00
Carlos Ruiz 18017938e6 IDEMPIERE-3169 recent item do a lot query / implement cache for the label of recent items 2018-06-07 10:34:08 +02:00
Carlos Ruiz 667875b709 IDEMPIERE-3728 Cannot report adjustment periods with Report Cube 2018-06-07 09:20:03 +02:00
Carlos Ruiz 5768442cfe IDEMPIERE-3727 Report Cube creates data for all client in fact_acc_summary table / integrate patch from Pritesh Shah 2018-06-07 08:39:42 +02:00
Diego Ruiz 2dd5de751d IDEMPIERE-3724 Status Line (Widget and status line) are being shown even when they are not active 2018-05-29 16:30:14 +02:00
Carlos Ruiz 6b5e6840aa IDEMPIERE-731 Deactivating a node could impact proceeding / IDEMPIERE-1137 NPE in Form "WorkFlow Editor" 2018-05-29 16:13:30 +02:00
Carlos Ruiz 6e91b67a1b IDEMPIERE-3593 Cannot search special characters like ß in Name 2018-05-24 17:34:47 +02:00
Carlos Ruiz 5e14110f5b IDEMPIERE-3717 Overwrite Date on Complete - problem with currency conversion 2018-05-22 13:36:44 +02:00
Carlos Ruiz caeac16f84 IDEMPIERE-3703 Performance: Retrieve product from cache in MStorageReservation - fix NPE for charge lines 2018-05-22 13:26:37 +02:00
Carlos Ruiz b38367ee2f IDEMPIERE-3702 Post if clearing is equal is not working on AP Payments AP2-140 / fix NPE when payment is zero 2018-05-21 20:00:05 +02:00
Deepak Pansheriya 9a0b9fb317 IDEMPIERE-2319: Adding date value type support in Attribute set and adding transaction support on Attribute dialog 2014-11-19 20:36:20 +05:30
Carlos Ruiz ac0b824eee hg merge release-5.1 (merge release5.1 into default) 2018-08-29 20:42:42 +02:00
Carlos Ruiz 2180fc3524 IDEMPIERE-2709 Adding support for editable field on info window / thanks to Deepak Pansheriya (Logilite) and Silvano Trinchero (FreePath) 2018-08-28 12:54:07 +02:00
Carlos Ruiz 8c30a6c6cd IDEMPIERE-3760 Implement Virtual UI Column 2018-07-25 19:00:17 +02:00
Carlos Ruiz 9367a062f2 IDEMPIERE-2310 Improve description field with inline Html editor and html rendering / thanks to muriloht and hieplq - integrating pieces from both contributions 2018-07-24 01:05:30 +02:00
Carlos Ruiz 39e1727ebd hg merge release-5.1 (merge release5.1 into default) 2018-07-23 23:47:21 +02:00
Carlos Ruiz 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Carlos Ruiz a32055713e hg merge release-5.1 (merge release5.1 into default) 2018-06-06 11:16:36 +02: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 cd298bf31f hg merge release-5.1 (merge release5.1 into default) 2018-05-29 13:52:46 +02:00
Carlos Ruiz 919b6f34db hg merge release-5.1 (merge release5.1 into default) 2018-05-17 21:59:23 +02:00
Nicolas Micoud d28dec8f32 IDEMPIERE-3696 Implementing warning to encourage user to change their password before it is expired 2018-04-25 13:31:59 +02:00
Carlos Ruiz c10b0cd46c hg merge release-5.1 (merge release5.1 into default) 2018-04-23 09:21:16 +02:00
Carlos Ruiz 05dc56dc0e IDEMPIERE-3512 csv import/export:resolve foreign should respect dynamic validate / peer review - add also reference validation 2018-04-17 14:51:54 +02:00
hieplq a7be63439a IDEMPIERE-3512:csv import/export:resolve foreign should respect dynamic validate 2018-04-17 14:50:34 +02:00
Carlos Ruiz 75b817b087 IDEMPIERE-3678 getAD_OrgBP_ID of I_C_BPartner returns string instead of number in DB that causes error in "Convert lead to bp" 2018-04-17 09:50:09 +02:00
Carlos Ruiz f0bab73c31 IDEMPIERE-3684 Reports exported to Excel don't use ZK_FOOTER_SERVER_ / integrate patch from Nicolas Micoud (nmicoud) 2018-04-12 19:01:50 +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 deecf48074 IDEMPIERE-3598 Wrong Product Cost Quantity if receipt quantity <> invoiced quantity 2018-04-05 12:19:02 +08:00
Carlos Ruiz dcd5e0421f IDEMPIERE-3664 New Role - User Assignment 2018-03-22 10:22:06 -03:00
Carlos Ruiz 193b7cae19 IDEMPIERE-3662 Error when inserting PO with a LOB mandatory field 2018-03-20 18:18:07 -03:00
Carlos Ruiz 75d8fd5ea6 IDEMPIERE-3663 iDempiereLBR requires access to org.compiere.acct.Doc_Order.getCommitmentSalesRelease 2018-03-20 17:38:46 -03:00
hieplq d777e2982c Merge with default 2018-03-19 19:50:01 +07:00
Carlos Ruiz 476b1283e8 hg merge release-5.1 (merge release5.1 into default) 2018-03-19 08:27:33 -03:00