Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 06ad248

Browse files
committed
Add missing Bundle-SymbolicName manifest attribute - fix #258
1 parent 3840d81 commit 06ad248

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

android/activation/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
<activation.implementationTitle>
7878
javax.activation
7979
</activation.implementationTitle>
80+
<activation.bundle.symbolicName>
81+
${project.groupId}.${project.artifactId}
82+
</activation.bundle.symbolicName>
8083
<activation.packages.export>
8184
javax.activation.*; version=${activation.spec.version},
8285
com.sun.activation.*; version=${activation.osgiversion}

doc/release/CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ GH 252 JavaMail PLAIN authentication should implement RFC 4616
5454
GH 253 Support connecting through web proxy servers
5555
GH 256 support UIDPLUS UIDNOTSTICKY response code
5656
GH 257 SASL authentication should always allow UTF-8 username and password
57+
GH 258 android-activation MANIFEST has empty Bundle-SymbolicName
5758

5859

5960
CHANGES IN THE 1.5.6 RELEASE

0 commit comments

Comments
 (0)