Carlos Ruiz
fa62f421b9
iIDEMPIERE-5109 Release 9 Horizon - set master in v10 ( #1092 )
2021-12-24 17:18:24 +01:00
hengsin
ae5a665dd8
IDEMPIERE-4933 Platform update for 9.x ( #857 )
...
* IDEMPIERE-4933 Platform update for 9.x
- WIP
* IDEMPIERE-4933 Platform update for 9.x
- project to repackaged some osgi bundles from maven
* IDEMPIERE-4933 Platform update for 9.x
- Fix target platform error
* IDEMPIERE-4933 Platform update for 9.x
* IDEMPIERE-4933 Platform update for 9.x
- minor eclipse setting fix
2021-09-04 16:12:10 +02:00
hengsin
b928043646
IDEMPIERE-4801 Add IMediaView interface and Keikai implementation ( #700 )
...
* IDEMPIERE-4801 Add IMediaView interface and Keikai implementation
* IDEMPIERE-4801 Add IMediaView interface and Keikai implementation
- Fixed some dependency issues
- Uses guava mediatype class
* minor - fix NPE when empty CSV
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2021-05-29 11:54:12 +02:00
Carlos Ruiz
8103ab0732
IDEMPIERE-4604 Release 8.2
...
Change references to new version
Create new migration folder
2020-12-20 10:15:20 +01:00
Carlos Ruiz
6390ce20cd
IDEMPIERE-4604 Release 8.2
...
Fix warnings on MANIFEST.MF
2020-12-20 09:53:21 +01:00
Carlos Ruiz
210e54b05f
IDEMPIERE-4521 Release 8.1 - RC
...
Change versions in pom and manifest files
2020-11-03 21:59:12 +01:00
hieplq
e7fda64110
IDEMPIERE-4504:[JR] can't show QR code on jasper report (org/apache/batik/bridge/UserAgent) ( #314 )
...
1. DynamicImport don't need anymore, it's done on jasper engine already
2. seem batik-11 don't exchange object org.w3c.dom.* with svg anymore, so don't need to force it (and jasper) to use "org.w3c.dom.events version 3.0.0"
with this change all batik lib use org.w3c.dom.* from jdk so jasper engine can wire to it, so can see org.apache.batik.bridge.UserAgent
change of (2) enough to resolve this issue, next time when we get it back then down org.w3c.dom.smil to 1.0.0 to get rid of "org.w3c.dom.events version 3.0.0" will help on complete that hell
2020-10-26 18:45:46 +01:00
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
c6df56d2ba
IDEMPIERE-4265 Error log at console for first run of Jasper Report ( #31 )
...
Fix spring handlers configuration
2020-05-05 12:45:35 +02:00
Deepak Pansheriya
f13bcd6de9
IDEMPIERE-4136: Upgrading Jasper report to version 6.11.0
2019-12-25 20:28:37 +05:30
Carlos Ruiz
64eadf1822
release 7.1 process - set version in configuration files
2019-11-21 23:28:48 +01: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
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
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02: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
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
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
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
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +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
Carlos Ruiz
e1afd78419
IDEMPIERE-3136 update jasper report to use P2 / enable DejaVu Sans and DejaVu Serif default jasper to render bold/italic properly at least with these two - same as 450fe05 but for dev/maven
2018-08-29 20:37:39 +02: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
5531b65025
IDEMPIERE-3531:standard bundle version
...
let all bundle have same version, so easy apply parametrize
2018-01-25 16:23:10 +07:00
hieplq
cfe99b2408
IDEMPIERE-3136:update jasper report to use P2
...
refine bundle class path
2017-05-16 13:18:42 +07:00
hieplq
e9b019a242
IDEMPIERE-3136:update jasper report to use P2
...
refine dependency alse make org.adempiere.report.jasper.library become fragment
2017-05-15 14:13:05 +07:00
hieplq
333458f8c1
IDEMPIERE-3136:update jasper report to use P2
...
pending to correct dependency of org.compiere.db.oracle.provider org.compiere.db.postgresql.provider
to org.jfree.io
it better use common from apache or create new one
2017-05-14 20:58:08 +07:00
hieplq
10275a406c
IDEMPIERE-3136:update jasper report to 6.3.1
2017-05-13 16:44:02 +07:00
Carlos Ruiz
5f9427c39e
IDEMPIERE-3244 Jasper reports cannot run core classes / implement fix suggested by hieplq
2016-11-18 17:40:03 +01:00
Carlos Ruiz
506c0d063d
IDEMPIERE-3202 Typo in org.adempiere.report.jasper.library MANIFEST.MF / integrating suggestion from Tomas Svikruha
2016-09-29 12:07:44 +02:00
hieplq
5244dcc70e
IDEMPIERE-3136:all stuff relate library of idempiere
...
replace bundle dependency by use import package for jasper report
2016-07-10 18:38:01 +07:00
hieplq
eacc8cf8db
IDEMPIERE-3136:all stuff relate library of idempiere
...
replace bundle dependency by use import package for jasper report
2016-07-10 14:18:38 +07:00
hieplq
07ada50393
IDEMPIERE-3136:all stuff relate library of idempiere
...
replace bundle dependency by use import package for jasper report
2016-07-08 10:47:30 +07:00
hieplq
1ca5d9835d
IDEMPIERE-3136:all stuff relate library of idempiere
...
update and use osgi version of library (passay, itextpdf, bcprov, super-csv)
2016-07-07 19:05:05 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
hieplq
cacaa43e41
IDEMPIERE-2568:Can't user build in function of jasper report by miss lib
2015-04-08 22:30:33 +07:00
Redhuan D. Oon
cba83d2dfc
IDEMPIERE-2461 Jasper Library has cyclic dependency due to imports
2015-08-26 11:08:13 -05:00
Carlos Ruiz
4803643ab2
IDEMPIERE-2245 Platform Upgrade for r3
2014-10-29 13:36:29 -05:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
Carlos Ruiz
49d477c2d5
Merge development (717d3f6bb6a2) into zk7 branch
2014-06-03 17:58:27 -05:00
Heng Sin Low
bc2d581399
1003862 Barcode type UPC A is needed for print formats going to Amazon. Added UPCA support using barcode4j. Use barcode4j instead of barbecue as I can't get decent output from barbecue, barbecue have the underline bug and barbecue is a dead project. Should completely drop the use of barbecue in future.
2014-05-14 12:25:10 -05:00
Heng Sin Low
9e5826b772
IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ).
2014-04-03 01:31:20 +08:00
Carlos Ruiz
887f4cb57d
hg merge release-1.0c (merge release1 into release2)
2013-11-27 10:44:06 -05:00
Carlos Ruiz
89afd608a6
IDEMPIERE-1544 Error in org.adempiere.report.jasper.library/META-INF/MANIFEST.MF / thanks to Ken Longnan
2013-11-26 19:10:53 -05:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08:00