Carlos Ruiz
b3d1144e65
Fix swing launcher, and change launchers to the new eclipse 2019-12 format
2019-12-30 23:39:20 +01:00
Carlos Ruiz
3975bacc99
release 7.1 process - change validation for required java version, according to
...
https://groups.google.com/d/msg/idempiere/8Jc5pdWqKoo/oyeQqu0dCAAJ
2019-11-25 09:58:38 +01:00
Carlos Ruiz
64eadf1822
release 7.1 process - set version in configuration files
2019-11-21 23:28:48 +01:00
Heng Sin Low
f46b8afb5c
IDEMPIERE-4098 CLogger usage pattern clean up
2019-11-12 20:49:55 +08:00
Heng Sin Low
8f3b199b1f
IDEMPIERE-4052 Move to Eclipse 2019-09 and ECJ 3.19.0
2019-09-19 19:57:52 +08:00
Carlos Ruiz
a7abef0253
IDEMPIERE-3948 Implement QRCode support in report engine
2019-04-11 17:40:45 +02:00
hieplq
fb1ebefdf2
IDEMPIERE-3909:update webservice library to jdk-11
2019-03-02 20:22:16 +07:00
Carlos Ruiz
9ee5a3aa37
IDEMPIERE-3100 DB error when test mail at install process
2019-02-20 16:04:03 +01:00
Carlos Ruiz
3ea6a2a17d
IDEMPIERE-3887 Setup / Console-setup improvements
2019-02-09 14:26:45 +01:00
Carlos Ruiz
e278db4d73
IDEMPIERE-3808 - remove environment variable J2D_UISCALE - breaking windows execution of swing
2019-01-31 19:01:01 +01:00
Carlos Ruiz
1b2007ed3b
IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter
2019-01-21 15:37:14 +01:00
Carlos Ruiz
e1ce7e9ec9
Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09
2019-01-10 15:39:41 +01:00
Carlos Ruiz
f79dc728a3
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin
2019-01-10 15:21:19 +01:00
Carlos Ruiz
090a34eb88
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher
2019-01-07 17:58:10 +01: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
Carlos Ruiz
bce0ae0611
IDEMPIERE-3808 - setup launchers with java 11
2018-12-28 23:14:02 +01: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
3e2012fb97
Merge with default
2018-12-22 12:23:39 +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
Carlos Ruiz
15b9588912
IDEMPIERE-3820 Remove unnecessary legacy code requiring JDK instead of JRE
2018-11-16 14:03:16 -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
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
Carlos Ruiz
f65f6f5d19
IDEMPIERE-3798 Fix launchers
2018-10-31 21:58:21 +01:00
hieplq
79613e7a07
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (rest/launcher)
2018-10-31 15:09:16 +07:00
hieplq
c75b678db5
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (sync launch/check jvm version)
2018-10-27 23:02:52 +07: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
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
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
af75e7911f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (deprecated constant of swing)
2018-10-24 11:21:10 +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
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
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
d17e9db662
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (keystore/check java version)
2018-10-17 08:30:01 +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
2ac37db0ad
IDEMPIERE-3531:export to excel get error "java.lang.NoSuchMethodError: org.apache.poi.hssf.util.HSSFColor.getTripletHash()Ljava/util/Map"
2018-09-28 00:28:46 +07:00
hieplq
5c3e738dab
IDEMPIERE-2610:kill warning:Class path contains multiple SLF4J bindings.
2018-09-12 17:01:04 +07:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
hieplq
9b33710a19
IDEMPIERE-3531:adapt with buckminster method
...
maven have beta version of groovy-all, so fix version of groovy-all to help buckminster materialize
new version of org.apache.commons.configuration request org.apache.commons.lang3
correct source bundle of zk and https://github.com/jetty-project/jasper-jsp/issues/5
update launch
2018-02-26 03:11:03 +07:00
hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
b8caaa1549
IDEMPIERE-3531:some plugin don't include class on output maven when export
...
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00