Skip to content

Commit 98e685e

Browse files
committed
LDEV-6189 fix malformed Require-Bundle symbolic name in MANIFEST.MF
1 parent 9cae81d commit 98e685e

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 2.3.0.9
4+
5+
- [LDEV-6189](https://luceeserver.atlassian.net/browse/LDEV-6189) — fix malformed `Require-Bundle` symbolic name in MANIFEST.MF, was using Maven coordinates instead of OSGi `Bundle-SymbolicName`, causing flaky OSGi resolution failures on Lucee 7.0 cold start
6+
7+
## 2.3.0.8
8+
9+
- [LDEV-6100](https://luceeserver.atlassian.net/browse/LDEV-6100) — Jakarta compatibility, use reflection for `createPageContext`
10+
- Add README
11+
- Initial Maven build
12+
13+
## 2.3.0.7
14+
15+
- Switch to Maven build
16+
- Add Sonatype deployment
17+
18+
## 1.0.0.0 (2017-10-25)
19+
20+
- Initial commit

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>websocket-client-extension</artifactId>
7-
<version>2.3.0.8-SNAPSHOT</version>
7+
<version>2.3.0.9-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>WebSockets Client Extension</name>
1010

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Manifest-Version: 1.0
22
Export-Package: org.lucee.extension.function
3-
Import-Package: com.neovisionaries.ws.client
4-
Require-Bundle: com.neovisionaries:nv-websocket-client;bundle-version=2.3.0
3+
Require-Bundle: com.neovisionaries.ws.client;bundle-version=2.3.0
54
Bundle-ManifestVersion: 2

0 commit comments

Comments
 (0)