Carlos Ruiz
c6949c4df8
IDEMPIERE-3946 Upgrade to Tycho 1.4.0 - minor
2019-04-11 15:47:23 +02:00
Heng Sin Low
83c876bc7a
IDEMPIERE-3946 Upgrade to Tycho 1.4.0
2019-04-11 20:22:24 +08: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
Heng Sin Low
7611c3e3da
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment.
2019-01-07 14:59:43 +08: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
942800418e
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
...
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
hieplq
e00b022e12
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (move file server to github)
2018-12-21 19:08:06 +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
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
7426cd54d1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (tycho access restriction on classpath entry of jaxws-api)
...
jaxws-api look same javax.xml.ws but when build with tycho it said about access restriction on package javax.xml.ws,..
(i guess jaxws-api is new and it follow jdk mudule)
javax.xml.ws is special package, it's marked for remove on next jdk release.
it can't resolve ever i use <arg>-warn:+discouraged,forbidden</arg>
2018-10-27 16:04:38 +07:00
hieplq
671bc4ed9c
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (sync launch)
...
move temp folder inside workspace_loc to avoid conflict when hava some dev environment
dev/idempiere_home1
dev/idempiere_home2
2018-10-24 13:58:02 +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
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
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
hieplq
92067ca883
IDEMPIERE-3531:update to phatom 201809
2018-09-25 15:43:56 +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
b03ca3b1f6
IDEMPIERE-3531: update jetty to 9.4.11.v20180605
2018-09-11 21:19:12 +07:00
hieplq
ad6157c5fd
IDEMPIERE-3531: update eclipse repository to latest photon
...
https://projects.eclipse.org/projects/rt.equinox/releases/4.8.0-photon/plan
(REMOVED) Plugins Compatibility Fragment - Provides support for old style Eclipse 2.0 plugins
2018-09-11 21:46:41 +07:00
hieplq
6a238cada7
IDEMPIERE-3607:Invoice Report problem when using QR barcode
...
add fragment org.w3c.dom.svg.patch_1.1.0 from jasper studio to resolve issue
remove unuse lib xml-apis-ext
2018-08-29 15:02:55 +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
04840239dc
IDEMPIERE-3531: update url of orbit for neon 3
...
update orbit url to R20180330011457
filter out jetty (now newer version include on eclipse repository) for eclipse
2018-04-10 22:49:16 +07:00
hieplq
335672de4f
IDEMPIERE-3531: update url of orbit for neon 3
...
eclipse incorrect reconize latest version of asm bundle
update launch because have multi version of com.ibm.icu
2018-04-08 21:12:57 +02:00
hieplq
646fc5ee7d
IDEMPIERE-3531: update url of orbit for neon 3
2018-03-22 13:29:51 +07:00
hieplq
660b30fb4d
IDEMPIERE-3531:setup target file to use both place, maven build and eclipse development
...
correct url
2018-02-28 12:09:22 +07:00
hieplq
561ee74fc7
IDEMPIERE-3531:setup target file to use both place, maven build and eclipse development
...
online and offline taget platform with parameter
wire org.apache.lucene.core to 3.5.0.v20120725-1805 (match with current org.apache.lucene.analysis)
target file become simple because don't neeed filter out bundle
2018-02-27 13:44:40 +07:00
hieplq
689276e473
IDEMPIERE-3531:setup target file to use both place, maven build and eclipse development
...
for maven build, taget just need to define url to repository
for eclipse
1. deselect lower version of singleton bundle in case have multi version
2. Some bunlde have multi version, lancher will auto pickup latest version, but dependency need older version, so deselect all new version
3. sourceforge.net is got trouble nowaday, so can't test remote repository
2018-02-26 03:09:27 +07:00