Index: applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- applications/editors/josm/plugins/geotools/build.xml	(revision 31743)
+++ applications/editors/josm/plugins/geotools/build.xml	(revision 31744)
@@ -39,3 +39,21 @@
         <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
     </target>
+
+    <!--
+    **********************************************************
+    ** additional-manifest - add additional manifest entries 
+    **********************************************************
+    -->
+    <target name="additional-manifest">
+        <manifest file="MANIFEST" mode="update">
+        	<!-- JAI requires a vendor name for some of its deep internals, 
+        	     see http://stackoverflow.com/a/18495658/2257172 -->
+            <attribute name="Specification-Title" value="JOSM GeoTools plugin"/>
+            <attribute name="Specification-Version" value="14.0"/>
+            <attribute name="Specification-Vendor" value="JOSM developers" />
+            <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" />
+            <attribute name="Implementation-Version" value="14.0" />
+            <attribute name="Implementation-Vendor" value="JOSM developers"/>
+        </manifest>
+    </target>
 </project>
Index: applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi
===================================================================
--- applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi	(revision 31743)
+++ applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi	(revision 31744)
@@ -1,2 +1,6 @@
+it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi
+it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi
+it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi
+
 #
 # $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $
Index: applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi
===================================================================
--- applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi	(revision 31743)
+++ applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi	(revision 31744)
@@ -1,2 +1,6 @@
+it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi
+it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi
+it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi
+
 #
 # $RCSfile: javax.imageio.spi.ImageOutputStreamSpi,v $
