Commit Graph

2446 Commits

Author SHA1 Message Date
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 479deb9b27 Merge 2018-10-31 17:31:38 +07:00
hieplq 7ddd9b9692 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq 8a04f3e303 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html

2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
   javax.activity, javax.xml.ws is depricate package to remove on jdk11
   that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
   we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
Carlos Ruiz eba4ceca7f hg merge release-5.1 (merge release5.1 into default) 2018-10-26 15:36:31 +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 9d77b3d665 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (IDEMPIERE-3531) 2018-10-24 12:39:44 +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 0e5becb6c8 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:28:04 +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 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 1b05e022d0 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:15:07 +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 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
Diego Ruiz 02a89750ae IDEMPIERE-3805 Query gets lost when Importing a csv file from the toolbar button 2018-10-22 18:37:29 +02:00
Diego Ruiz 86c3c5638f IDEMPIERE-3807 2018-10-23 13:56:36 +02: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
Nicolas Micoud 428e00ae86 IDEMPIERE-3801 System user can't use saved queries 2018-10-12 11:07:23 +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
Carlos Ruiz 9c88349bb7 IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters / Peer review 2018-10-06 18:11:21 +02:00
Diego Ruiz c32fa14dfb IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters 2018-10-05 16:58:38 +02:00
Silvano Trinchero 4bad2e4a77 Fix display errors with non-displayed columns 2018-09-25 12:23:19 +02:00
Silvano Trinchero f3403b3130 Fix isCellEditable 2018-09-17 16:34:04 +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 d53ea58c2f IDEMPIERE-834 Zk: Improvement to payment Allocation form 2018-08-27 16:36:04 +02:00
Carlos Ruiz f533258813 IDEMPIERE-1643 Adding a status bar for FindWindow 2018-08-27 16:17:41 +02:00
Nicolas Micoud 347454c736 IDEMPIERE-3772 Favourites widget is not using correct icon for forms 2018-08-27 16:03:49 +02:00
Carlos Ruiz 7a20fb4081 IDEMPIERE-2527 Displaying html tags produced by ckeditor in jasper / thanks to Anozi Mada 2018-08-17 18:46:37 +02:00
Carlos Ruiz 320b194b97 IDEMPIERE-2957 Account Combination mismatch between multiple orgs/schemas 2018-08-06 21:05:37 +02:00
Carlos Ruiz 4fab960043 IDEMPIERE-1546 fix problem with commit 3d09ee0 that made the field DocumentNo read-only 2018-08-03 11:07:45 +02:00
Carlos Ruiz 22b84e058f Backout 0feba6d / IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns 2018-07-24 14:50:20 +02:00
Carlos Ruiz 18e38574fb IDEMPIERE-3744 Quick Entry is not Working when update 2018-07-23 19:02:33 +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 f02e7494b7 IDEMPIERE-3747 Find a better place for the clear button in Find Window 2018-07-16 21:52:31 +02:00
hieplq 6e62f45845 IDEMPIERE-3631: InfoWindow : Reference Date+Time only displays Date in grid
java.lang.IndexOutOfBoundsException
2018-07-14 22:34:31 +07:00
Carlos Ruiz 72e7e21d28 IDEMPIERE-1703 improve search panel / peer review 2018-07-11 19:38:30 +02:00
hieplq 1ff8e68438 IDEMPIERE-1703 improve search panel 2018-07-11 19:11:29 +02:00
Murilo Habermann Torquato cce8a17248 IDEMPIERE-1643 Adding a status bar for FindWindow 2018-07-11 18:21:03 +02:00
Carlos Ruiz 6bbd9da275 IDEMPIERE-1328 Change tab name dynamically / * mark is not being shown when not autosave 2018-07-11 18:05:19 +02:00
Carlos Ruiz 9332613bf1 IDEMPIERE-1177 Record Info not showing UUID for zero ID records 2018-07-11 17:19:37 +02:00
Carlos Ruiz 8466e356d3 IDEMPIERE-1341 Wrong label in the Record Info dialog 2018-07-11 16:49:27 +02:00