Skip to content

Commit 49bc03d

Browse files
committed
LDEV-5129 remove unused bundled jars
1 parent c81824e commit 49bc03d

7 files changed

Lines changed: 5 additions & 1 deletion

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.1.2 (2026-03-26)
4+
5+
- [LDEV-5129](https://luceeserver.atlassian.net/browse/LDEV-5129) remove unused bundled jars: commons-io (CVE-2024-47554), xmpcore, apiguardian, hamcrest, opentest4j
6+
37
## 3.0.1.1 (2026-03-19)
48

59
- [LDEV-6157](https://luceeserver.atlassian.net/browse/LDEV-6157) fix jakarta/javax compat — `<cfimage action="writeToBrowser">` threw `NoSuchMethodError` on Lucee 6 because `touchDestination()` bytecode was bound to jakarta servlet API. Use `eng.getClassUtil().callMethod()` reflection instead.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.lucee</groupId>
66
<artifactId>image-extension</artifactId>
7-
<version>3.0.1.1</version>
7+
<version>3.0.1.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Image Extension</name>
1010

-319 KB
Binary file not shown.
-6.65 KB
Binary file not shown.
-120 KB
Binary file not shown.
-142 KB
Binary file not shown.
-7.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)