hieplq
595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) ( #69 )
...
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment
when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good
eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore
* IDEMPIERE-4298:support update jdk (jdk 12 13 14)
default environment still jdk-11 but you can build for any jdk by below command
export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11
in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk
at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
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
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
Carlos Ruiz
f810d5a692
Merge release-7.1 into master
2020-01-16 15:26:55 +01:00
Carlos Ruiz
0e8e4b6f13
IDEMPIERE-4149 mvn verify broken because of changes in maven
2020-01-16 15:17:28 +01:00
Deepak Pansheriya
f13bcd6de9
IDEMPIERE-4136: Upgrading Jasper report to version 6.11.0
2019-12-25 20:28:37 +05:30
Deepak Pansheriya
c4c5db795b
IDEMPIERE-4136: Patch from hiep
...
dupplicate bundle
noted:
1. org.reficio isn't respect skipInvalidArtifacts, skipNotExistingArtifacts when a issue happen with artifact INSIDE <featureDefinitions>
it will respect in case that artifact not inside <featureDefinitions>
2. good practice then search for exists "java.lang.RuntimeException"
2019-12-23 12:24:14 +05:30
Deepak Pansheriya
f5412a0e1a
IDEMPIERE-4136: Patch from Heip add generate jfree osgi bundle, update poi
2019-12-23 12:18:10 +05:30
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
Heng Sin Low
f4d5f22f0e
IDEMPIERE-3946 Upgrade to Tycho 1.4.0. Fix validate plug-ins error - Missing package javax.ws.rs
2019-04-12 17:58:12 +08:00
Carlos Ruiz
f5e6beb8b7
hg merge release-6.2 (merge release6.2 into default)
2019-04-11 15:51:04 +02:00
Heng Sin Low
bf2b531267
IDEMPIERE-3946 Upgrade to Tycho 1.4.0
2019-04-11 20:22:24 +08:00
hieplq
1acb94c4a8
current zk*.sources bundle have wrong manifest data, it have export class, so some time make eclipse bind to it instead of binary
2019-03-23 16:51:31 +07:00
hieplq
d0ca3eb7be
IDEMPIERE-3908:webservice client example
...
fix conflict of javax.xml.soap from axis
https://idempiere.atlassian.net/browse/IDEMPIERE-3908?focusedCommentId=43048&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-43048
2019-03-05 11:33:04 +07:00
hieplq
735ffd81d4
IDEMPIERE-3908:webservice client example
...
finally
2019-03-04 17:55:08 +07:00
hieplq
32d4d189f9
IDEMPIERE-3908:webservice client example
...
fix to can build with maven
2019-03-04 04:46:08 +07:00
hieplq
fb1ebefdf2
IDEMPIERE-3909:update webservice library to jdk-11
2019-03-02 20:22:16 +07:00
hieplq
874d238c5c
IDEMPIERE-3908:webservice client example
...
add project to build p2 repository for webservice client
2019-03-02 12:42:44 +07:00
hieplq
272d212b1a
IDEMPIERE-2003: patch for ZK-4198 by Carlos
...
Capturing wrong numbers with numeric keypad when decimal separator is not dot
2019-01-18 19:29:43 +07:00
Carlos Ruiz
9487335169
Preparing release 6.2 - upgrade versions
2019-01-05 23:56:28 +01:00
hieplq
547de8df76
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update repository)
...
not sure why jetty.jsp.version is 8.5.33, need to update to 8.5.33.1 for jetty-9.4.14
2018-12-29 12:37:01 +07:00
hieplq
49d0076c58
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib zk 8.6.0.1 )
...
https://issues.apache.org/jira/browse/ARIES-1859
https://tracker.zkoss.org/browse/ZK-4127
2018-12-23 12:26:44 +07:00
hieplq
45e54b5da0
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
...
https://github.com/eclipse-ee4j
some already release so update, some not yet release so wait
https://eclipse-ee4j.github.io/javamail/
https://eclipse-ee4j.github.io/jaf/
2018-12-23 11:08:13 +07:00
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
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
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02: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
hieplq
5488ef3928
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (correct bundle version of jaxws-api)
2018-10-25 21:40:24 +07:00
hieplq
2d6d70ef06
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
spring to osgi, deduce install configuration
2018-10-24 08:48:02 +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
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
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
c03d0d233d
IDEMPIERE-3531: fix md5 for oxygen issue
2018-09-13 01:47:18 +07:00
hieplq
5c3e738dab
IDEMPIERE-2610:kill warning:Class path contains multiple SLF4J bindings.
2018-09-12 17:01:04 +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
b1ec84d31b
IDEMPIERE-3531: clear unused code, add profiles to easy use parent for more build
2018-09-11 20:59:45 +07:00
hieplq
5b6ac7c961
Integrate patch suggested by Ricardo Alexsander Santana https://groups.google.com/d/msg/idempiere/ur7Wx1DlXt8/TL2xL_2uBAAJ
...
fix for maven build
2018-07-26 09:19:04 +07:00
hieplq
667aba2de6
IDEMPIERE-3531:convert osgi dependency on maven to p2 repository to support targerplatform
...
correct version of commons-digester
add jetty.conscrypt.openjdk.uber to support IDEMPIERE-3687
2018-04-23 14:05:08 +07:00
hieplq
6bdede763b
IDEMPIERE-3688:update jetty to 9.4.9 (test for maven build only)
2018-04-15 16:50:51 +07:00
hieplq
4415031372
IDEMPIERE-3531:add export product
...
now product package same buckminster age.
product output directory: org.idempiere.p2/target/products/org.adempiere.server.product
p2 repository output direcotry: org.idempiere.p2/target/repository
2018-03-09 14:33:31 +07:00