Carlos Ruiz
41f6590608
IDEMPIERE-3977 Allow context variables on subject and message when processing alerts (FHCA-967)
2019-05-25 13:32:38 +02:00
Carlos Ruiz
a1a7b80bd0
IDEMPIERE-2850 Allow to schedule background reports in xls
2019-05-21 18:17:05 +02:00
hieplq
29f4a4b830
Jetty vulnerability
...
https://webtide.com/indexing-listing-vulnerability-in-jetty/
https://www.eclipse.org/lists/jetty-dev/msg03298.html
2019-04-23 19:48:36 +07:00
Carlos Ruiz
b8678da0d1
Backed out changeset bbf1c2b204a5 IDEMPIERE-3946 revert tycho 1.4.0 from release 6.2
2019-04-11 19:05:28 +02:00
Heng Sin Low
83c876bc7a
IDEMPIERE-3946 Upgrade to Tycho 1.4.0
2019-04-11 20:22:24 +08:00
Carlos Ruiz
5c809d2e87
IDEMPIERE-3940 Allow idempiereMonitor and others to work on load balancer / deactivate also the old restlet server intended to get DB info from swing client (potential security issue)
2019-03-29 14:39:27 -03:00
Carlos Ruiz
2df5088624
IDEMPIERE-3930 Allow permission control for idempiereMonitor and OSGI console
2019-03-25 15:19:04 -03:00
Nicolas Micoud
1205178ef0
IDEMPIERE-3904 Harmonize list of component in MANIFEST.MF
2019-02-27 12:51:25 +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
df55d4649c
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825
2019-01-09 22:38:08 +01:00
hieplq
c38dcec5cc
IDEMPIERE-3531: clean stuff download by download-maven-plugin to resulve issue report at group also auto run clean
...
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/idempiere/4hSPHBqk1oo
2019-01-07 23:54:47 +07: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
a33cf4bec5
Preparing release 6.2
2019-01-05 23:34:22 +01:00
Carlos Ruiz
16595cca41
IDEMPIERE-2309 Performance: replace Custom Idempiere Homepage (img_back) 639kb->69kb
2019-01-01 17:40:22 +01:00
Carlos Ruiz
84a340ca00
IDEMPIERE-3847 Mixed Content load script from google when deploy idempiere on https
2018-12-15 13:49:40 +01:00
Carlos Ruiz
620b9715bb
IDEMPIERE-3823 Schedule without Schedule Type is running wild / implemented to run once on reboot
2018-11-19 10:59:58 -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
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
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
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
cfa2705b25
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:29:49 +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
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
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
568904b961
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (inaccessible Internal APIs compiler time)
2018-10-16 12:57:03 +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
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
a0dcf36f4e
IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud)
2018-05-29 13:53:22 +02:00
Carlos Ruiz
da53148c79
hg merge release-5.1 (merge release5.1 into default)
2018-04-08 21:06:13 +02:00
Heng Sin Low
77e30d8c2c
IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll. Fix context is lost error.
2018-04-06 13:41:13 +08:00
Heng Sin Low
3d675e132c
IDEMPIERE-3670 Schedule process: always recalculate sleep time before start and startAll
2018-04-05 16:59:14 +08:00
hieplq
d777e2982c
Merge with default
2018-03-19 19:50:01 +07:00
hieplq
6bb1c5ecc3
Merge with default
2018-02-26 03:11:15 +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
Nicolas Micoud
76917cb55a
IDEMPIERE-3640 iDempiere monitor : hide inactive clients on EMail test
2018-02-16 13:45:46 +01:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
50271ce883
IDEMPIERE-3531:standard maven repository url
2018-02-03 10:50:12 +07:00
hieplq
d7808da56a
IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
...
a mavent project convert from plugin have flow default rule
1. maven project prefer setting JRE to Execution environment, so .classpath is updated
2. java class compliment to target/classes/, so build.propertie is updated
3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created
extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431
it happend on bundle use non-standard java package
org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs
on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
so change to warning method make it consitent with other
org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq
b6d9886732
IDEMPIERE-3531:standard lib folder
...
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
hieplq
0305e1bf32
IDEMPIERE-2544:to more warning compiler hidden good warning
...
leak io
2017-11-30 13:44:30 +07:00
Carlos Ruiz
af3d52045f
Point copyjars to new release
2017-11-01 01:14:36 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
d6908fc065
Point to version 5.1
2017-10-31 23:03:48 +01:00
hieplq
929be757a2
Merge with development
2017-10-18 01:47:05 +07:00
Heng Sin Low
a0d891f419
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted
2017-09-12 18:07:01 +08:00