Closed GoogleCodeExporter closed 8 years ago
Hi,
At first what do you mean with AppEngine?
We have used javax.imageio.spi.ServiceRegistry because we wish not depends on
Java6 (which provides java.util.ServiceLoader).
But we could try to manage an abstraction of service loader for our discovery
loader like this:
1) use java.util.ServiceLoader at first
2) if ClassNotFoundException found (Java5), use
javax.imageio.spi.ServiceRegistry
Regards Angelo
Original comment by angelo.z...@gmail.com
on 16 Jul 2012 at 1:10
Hi Angelo
thx for the followup.
This is AppEngine : https://developers.google.com/appengine/
a very popuplar cloud platform by Google.
AppEngine restricts the usage of some packages, like fileoutputstream and the
likes... a complete list is available here :
https://developers.google.com/appengine/docs/java/jrewhitelist
With the advent of Java 7 and 8 in the making, is Java 5 a necessity ?
Ok for the workaround of course :)
Koen
Original comment by k...@koma.be
on 16 Jul 2012 at 1:14
To be honest I would prefer to drop down JDK5 compatibility.
As Koen mention JDK7 already exists and JDK8 is on Its way.
Maybe we should ask users who wants to keep JDK5 compat.
Original comment by pascal.leclercq
on 16 Jul 2012 at 9:05
Hi Pascal, Koen,
I have created a new post at
https://groups.google.com/forum/?fromgroups#!topic/xdocreport/4DNLRyrEemo to
see if XDocReport user is OK to use Java6.
@Pascal: if Java6 is not a problem, could you change the Java code please (I
suppose pom maven too). Many thank's.
Regards Angelo
Original comment by angelo.z...@gmail.com
on 17 Jul 2012 at 5:03
great 8-)
Original comment by k...@koma.be
on 17 Jul 2012 at 5:54
Changes has been commited. We now use JDK6 ServiceRegistry. Can you try the
latest snapshot and give us some feedback ?
We use http://oss.sonatype.org to deploy ur latest (maven) snapshots. Or you
can build from source...
Original comment by pascal.leclercq
on 19 Jul 2012 at 2:52
tried with fr.opensagres.xdocreport.core-1.0.0-20120719.131751-1.jar
and works fine !! thx a lot
I've only come to replace form fields in a word doc with text. Moving to images
soon, I will report back if issues. thx again.
Original comment by k...@koma.be
on 19 Jul 2012 at 3:06
@Pascal: Many thank's Pascal for your work.
I have updated the home page http://code.google.com/p/xdocreport/ by adding:
Since XDocReport 1.0.0, XDocReport requires Java 6.
Regards Angelo
Original comment by angelo.z...@gmail.com
on 19 Jul 2012 at 7:04
Bad info about java6.
XDocReport supports now Java5 and Java6 by using
http://code.google.com/p/xdocreport/source/browse/core/fr.opensagres.xdocreport.
core/src/main/java/fr/opensagres/xdocreport/core/internal/JDKServiceLoader.java
Original comment by angelo.z...@gmail.com
on 22 Nov 2012 at 2:46
Original issue reported on code.google.com by
k...@koma.be
on 16 Jul 2012 at 8:32