Commit Graph

55 Commits

Author SHA1 Message Date
hengsin c3cad0d1e2
IDEMPIERE-4249 Platform Refresh for 7.1z (#19)
Upgrade to Tycho 1.7.0, Eclipse 2020-03, Zk 9.0.1 and Jetty 9.4.28
2020-04-30 16:01:19 +02:00
Carlos Ruiz 6ab7fff658 Merge release-7.1 into master 2020-02-08 13:19:03 +01:00
hengsin 2c084ac9da IDEMPIERE-4164 idempiere binary doesn't start. Fix vmArgs in server.product 2020-02-04 15:35:01 +08:00
hengsin 3cc17d25fd IDEMPIERE-4158 Move Swing Client out of core. Drop restlet dependency, drop webstart and applet stuffs and some minor dependency adjustments. 2020-01-29 08:00:36 +08:00
hieplq ce48eda1e5 IDEMPIERE-4013:remove Conscrypt/alpn setting from .product
iDempiere should not require Conscrypt
2019-12-23 11:33:47 +01:00
Carlos Ruiz 64eadf1822 release 7.1 process - set version in configuration files 2019-11-21 23:28:48 +01:00
Dirk Niemeyer 12cde3af20 IDEMPIERE-4013 iDempiere should not require Conscrypt 2019-10-22 13:18:17 +02: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 6927cc88a5 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (hazelcast)
hazelcase warning
2018-11-29 13:21:33 +07: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 ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
hieplq d6d6b41054 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (tycho maven for jdk10)
still get issue Unrecognized option with fresh build (no problem after build by eclipse then maven tycho)
2018-10-23 10:38:44 +07: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
hieplq 33def47039 IDEMPIERE-3687:active alpn
by change from 9.4.8, alpn need a ALPNProcessors
use Conscrypt so faster and don't need maintain alpn-boot.jar on classpath
section ALPN Support: https://webtide.com/getting-started-with-jetty-and-jdk-9/
2018-04-16 11:00:49 +07:00
hieplq 88cf4f7a3f IDEMPIERE-3687:active alpn
by change from 9.4.8, alpn need a ALPNProcessors,
this patch use a default Processor so need alpn-boot.jar on classpath -Xbootclasspath/p:alpn-boot.jar
https://github.com/eclipse/jetty.project/issues/1894
2018-04-16 10:15:31 +07:00
hieplq 91e1082397 IDEMPIERE-3687:remove setting of alpn/http2 out of core 2018-04-14 12:05:53 +07:00
hieplq d777e2982c Merge with default 2018-03-19 19:50:01 +07:00
hieplq 7ceadfafed IDEMPIERE-3531:avoid dupplicate of bundle id
correct relative files
2018-01-30 14:42:03 +07:00
hieplq ed5f3b33d9 IDEMPIERE-3551:1008086 - External (non-plugin) 2Pack automation
break 2pack
2017-11-16 00:29:29 +07:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
hieplq 8fa9a6cae7 IDEMPIERE-3136:all stuff relate library of idempiere
correct debug setting.
separate zk configuration on development environemnt and product environment
https://www.zkoss.org/wiki/ZK_Configuration_Reference/zk.xml/The_Library_Properties/org.zkoss.zk.config.path
2017-08-30 13:34:39 +07:00
hieplq eca11cce8f IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 18:40:22 +07:00
hieplq 6868d3eaf6 IDEMPIERE-3353:sync development profile (eclipse) and package profile
on content tab of server.product, if click add required it will add feature server.feature include.
but it let can't materialize by dupplicate reference.
this action only help to display plugin when add at configuration tab. don't effect to runtime, so it's save to remove
2017-04-27 11:50:09 +07:00
hieplq 40c595c969 IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 00:24:44 +07:00
hieplq ad5adf23e8 IDEMPIERE-3353:sync development profile (eclipse) and package profile
correct product define
2017-04-26 12:24:05 +07:00
hieplq ebd4fcece8 IDEMPIERE-3136:update jetty to 9.4.x
jetty resolved hpack issue here, so isn't need work-around https://github.com/eclipse/jetty.project/issues/1290
Atmosphere don't compactible with new jetty https://github.com/Atmosphere/atmosphere/issues/2242
SessionManager is removed:
   http://www.eclipse.org/jetty/documentation/9.4.x/session-management.html
   http://www.eclipse.org/jetty/documentation/9.3.0.v20150612/session-management.html
2017-04-22 12:27:40 +07:00
hieplq 54a9b658dd IDEMPIERE-3136:all stuff relate library of idempiere
1. org.mortbay.jetty.alpn.boot depend to version of jdk http://www.eclipse.org/jetty/documentation/9.4.x/alpn-chapter.html#alpn-versions
2. sometime it materialize to org.mortbay.jetty.alpn.boot.source folder
3. update new version is hard
so just download it as separate jar file
2017-02-18 09:48:08 +07:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
hieplq 35548c18e8 IDEMPIERE-3136:all stuff relate library of idempiere
update lauching, configuration for update library and 9.3.10 http2
2016-07-10 04:52:14 +07:00
hieplq 4b9b980fb3 IDEMPIERE-2910:update.sh run with issue
remove version in plug-in, use cquery to control
remove this plugin because just use in eclipse launch:org.apache.felix.webconsole.plugins.memoryusage
remove this plub-in because useless:org.apache.felix.webconsole.plugins.packageadmin
2015-11-10 17:07:12 +07:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
hieplq a97cd8bf79 IDEMPIERE-3560:update.sh fail 2018-03-08 10:45:03 +07:00
hieplq a56bb2eedf IDEMPIERE-2557: install of plugins is not persistent (add properties as tbayen investigate)
IDEMPIERE-2770: Jenkins build broken (remove apache ds bundle)
2015-08-22 22:49:04 +08:00
hieplq a1c99643b8 Backed out changeset: 92d336df50bc IDEMPIERE-2770 2015-08-22 17:34:15 +08:00
hieplq c8040ab521 fix build issue discuss at meeting http://www.globalqss.com/idempiere/irclog/%23idempiere.2015-08-12.log.html - IDEMPIERE-2770 Jenkins build broken 2015-08-14 05:03:00 +08:00
hieplq b1576bff8b IDEMPIERE-2244 RequestEMailProcess : integrate message in HTML 2015-05-13 10:33:06 -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
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Elaine Tan c8b3003dd7 start org.idempiere.webservices plug-in when server starts 2013-05-27 14:20:59 +08:00
Heng Sin Low a0e9c93f02 IDEMPIERE-833 Felix web console is missing the metatype service dependency 2013-04-05 09:52:05 +08:00
Carlos Ruiz 434559b08a IDEMPIERE-633 AdempiereActivator.packIn() causes NullPointerException 2013-02-19 10:11:09 -05:00
Heng Sin Low f830e2c469 IDEMPIERE-546 Integrate Apache Felix Web Console. Accessible at osgi/system/console using the administrator login. 2013-01-11 11:49:46 +08:00
Heng Sin Low c8b4a158b7 IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support. 2012-11-21 17:06:02 +08:00
Heng Sin Low bafafa3239 Fixed setup and installation script. 2012-06-20 16:58:04 +08:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +08:00
Heng Sin Low 8274bb6acc IDEMPIERE-199 Deployed instance cannot be updated using equinox p2 director 2012-03-15 17:18:09 +08:00
Heng Sin Low c0bb5858c4 IDEMPIERE-114 Server installer broken. Fixed webstore servlet not loading. Improve consistency across all the setup shell script file.
(transplanted from 164ccb36b41f7f33f6d81b87f914c23cb10df409)
2012-02-02 11:49:17 +08:00
Heng Sin Low 0af05090d1 Implemented system event on top of osgi event admin framework and dynamic service framework. Added event.test project as example of usage. Modify ModelEventValidationEngine to invoke osgi event handler. 2010-12-06 13:04:44 +08:00