Lucee4 icon indicating copy to clipboard operation
Lucee4 copied to clipboard

fixes https://luceeserver.atlassian.net/browse/LDEV-652

Open andrew-dixon opened this issue 9 years ago • 3 comments

Updating metadata-extractor.jar to latest release, 2.8.1, and adding in xmpcore.jar, release 5.1.2, as it is a dependency of 2.8.1. This fixing the issue, it was failing silently due to xmpcore.jar being missing.

andrew-dixon avatar Nov 29 '15 21:11 andrew-dixon

normally we do not update jars, because this makes more harm than good as you could see with the http jar update. this rule no longer apply for Lucee 5 where the core manages the jars. We can add this jars but we also need to communicate this update in the community. in addition we should add the ame jars with Lucee 5 i assume, in that case they have to be OSGi bundles of course.

micstriit avatar Dec 07 '15 08:12 micstriit

metadata extractor is already part of Lucee 4.5 and 5 see: https://github.com/lucee/Lucee4/tree/master/lucee-java/libs

micstriit avatar Dec 07 '15 09:12 micstriit

@micstriit - Yes but as per my original message on this pull request the xmpcore.jar, which is a dependency, is missing causing some files to error silently.

andrew-dixon avatar Dec 07 '15 10:12 andrew-dixon