Commit Graph

12427 Commits

Author SHA1 Message Date
hieplq 8b18a199af IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update restlet)
restlet: manifest of restlet 2.4.1 isn't yet complete so copy it from release 2.3.12
https://github.com/restlet/restlet-framework-java/issues/1321
2018-11-18 12:07:54 +07:00
hieplq bad19fda25 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update restlet)
correct httpclient get from maven it's httpclient-osgi
2018-11-17 19:33:01 +07:00
hieplq 17364a0210 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update restlet)
https://github.com/restlet/restlet-framework-java/blob/2.4/build/tmpl/text/changes.txt
2018-11-16 23:53:56 +07:00
hieplq 8fd73c7f1b IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update jetty 9.4.14)
https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.14.v20181114
2018-11-16 15:25:56 +07:00
hieplq 8193f6be26 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update jetty 9.4.13.v20181111)
remove jenkins p2 from target platform
2018-11-15 11:52:45 +07:00
hieplq b6bd9c4a4a IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update jetty 9.4.13.v20181111)
get jetty direct from maven so don't neet to wait p2 repository from jetty
get asm direct from maven, so don't need to wait update from orbit
2018-11-13 16:28:06 +07:00
hieplq ce85c72261 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6)
update zk to zk8.6
2018-11-13 12:01:10 +07:00
hieplq 4a3c3e7a7e IDEMPIERE-3808:collect info to move idempiere to jdk-11 (spifly source for debug)
https://issues.apache.org/jira/browse/ARIES-1859
ignore fitnesse output when run
org.springframework.http isn't modify
2018-11-11 07:00:26 +07:00
hieplq 3052c91c9b Merge with release-6.1 2018-11-13 12:06:17 +07:00
hieplq 7b25f92010 Merge with default 2018-11-13 12:05:45 +07:00
Carlos Ruiz 7eb18d483e IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow 2018-11-12 16:56:58 -02:00
Carlos Ruiz 23edeb1625 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow / move scripts to 6.1 2018-11-12 15:32:21 -02:00
Carlos Ruiz a7d4a7d690 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow 2018-11-12 15:29:22 -02:00
Redhuan D. Oon f1b23aa97f IDEMPIERE-3811 Print Format Create From Table needs TrxName 2018-11-11 19:04:39 -02:00
Carlos Ruiz 53a19b0bf1 IDEMPIERE-3813 [MOrder] - Method getShipments() / integrate patch suggested by Gustavo Francisco (gustavo.fr4ncisco) 2018-11-11 18:58:05 -02:00
Nicolas Micoud 1b88546a84 IDEMPIERE-3767 WReportCustomization / Tabs 1 and 5 are not scrollable 2018-11-11 18:34:41 -02:00
Nicolas Micoud 5e0a824d04 IDEMPIERE-3814 Toolbar doesn't respect restriction when window is opened on a sub tab 2018-11-11 18:31:51 -02:00
Carlos Ruiz e98698cd89 IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack / Fixes for semaphore implementation 2018-11-10 23:21:17 -02:00
Carlos Ruiz bc99a2669c IDEMPIERE-3816 Deadlock in 2Pack after creating a foreign key constraint with AD_Sequence 2018-11-10 23:19:17 -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 679cffb72d IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / add optional folder parameter to process out of migration 2018-11-09 21:33:47 -02:00
Carlos Ruiz dd530a71f4 IDEMPIERE-3815 03_update_sequences.sql doesn't work when no sequence in oracle 2018-11-09 21:28:12 -02:00
Carlos Ruiz 2e1200bcaf hg merge release-6.1 (merge release6.1 into default) 2018-11-09 08:04:50 -02:00
hieplq 9c5a53db6f IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (spi-fly)
from warning: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.websocket.api.extensions.Extension)

reason:
spi-fly on idempiere use Dynamic Weaving to lookup service provide
it use Bundle.ACTIVE event to start lookup service provide (see org.apache.aries.spifly.BaseActivator and ProviderBundleTrackerCustomizer)
so service provide need to active before it's used

solution:
active and set start level to 3 for some bundle relate websocket to plan support websocket

remain some warning:
10:39:31.747-----------> BaseActivator.log: No classloader found for java.util.ServiceLoader:load(interface org.atmosphere.inject.Injectable)
don't fix because it still work well, in case active this bundle will encounter issue relase package "org.atmosphere.annotation" not yet export
https://github.com/Atmosphere/atmosphere/issues/1896

WARNING: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.xml.ConfigurationProcessorFactory)
WARNING: No classloader found for java.util.ServiceLoader:load(interface org.eclipse.jetty.xml.ConfigurationProcessorFactory)
just find SpringConfigurationProcessorFactory and SpringConfigurationProcessorFactory implement that service, it look for spring so don't need resolve

refer:http://aries.apache.org/modules/spi-fly.html
2018-11-09 13:02:20 +07:00
Carlos Ruiz 56d065cfac IDEMPIERE-3812 2Pack creating inactive columns in database 2018-11-08 09:29:01 -02:00
Carlos Ruiz 30311f6b0a IDEMPIERE-3810 New IDs display type (AD_Reference) created via 2pack are created as String 2018-11-07 17:44:23 -02:00
Carlos Ruiz faac96eb39 IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / Fix issue with oracle migration script 2018-11-07 11:18:38 -02:00
Carlos Ruiz a6db3c7abc hg merge release-6.1 (merge release6.1 into default) 2018-11-07 11:06:30 -02: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 d3ddf88d83 IDEMPIERE-2771 Improve 2pack tracing for errors - fix problem reported by Andrea Bellotto
https://groups.google.com/d/msg/idempiere/8RwwI6duAAs/idONU539CAAJ
2018-11-05 21:48:12 -02:00
Carlos Ruiz 894945a441 starting maintenance branch for release-6.1 2018-11-04 21:59:46 -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 e6a6271355 Prepare folder for 6.1 scripts mainteinance 2018-11-04 15:12:03 -02:00
Carlos Ruiz 1e1b9b8bce Generate model for version 6.1 2018-11-04 15:09:32 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
Carlos Ruiz b97c1c6d1a Migration script for GardenWorld periods year 2019 2018-11-03 18:34:48 +01:00
Carlos Ruiz 5a88fd1b49 IDEMPIERE-3760 Implement Virtual UI Column / fix oracle script 2018-11-01 01:23:39 +01:00
Carlos Ruiz f65f6f5d19 IDEMPIERE-3798 Fix launchers 2018-10-31 21:58:21 +01:00
Carlos Ruiz a78bb93284 Merged idempiere/idempiere-experimental/default into default 2018-10-31 15:27:30 +01:00
Carlos Ruiz 0c9838f464 IDEMPIERE-941 soapUI tests not working / fix 2pack for last version 2018-10-31 15:19:47 +01:00
hieplq e8b409ae2a IDEMPIERE-3560:update.sh fail(new dependency by update equinox) 2018-10-31 19:36:55 +07:00
hieplq 479deb9b27 Merge 2018-10-31 17:31:38 +07:00
hieplq 79613e7a07 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (rest/launcher) 2018-10-31 15:09:16 +07:00
hieplq 52aae41b94 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse ok) 2018-10-31 11:04:23 +07:00
hieplq 59dbbf1d7f IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
back to online mode/new service configuration file, get from spring osgi bundle
2018-10-31 10:37:28 +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
hieplq 23530a00e2 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service)
use osgi version
2018-10-29 21:28:53 +07:00
hieplq 783827e94a IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service)
use osgi version
2018-10-29 08:22:06 +07:00