Skip to content

Add jar manifest attributes#219

Merged
w3stling merged 1 commit intomasterfrom
chore/add-attributes-to-manifest-mf
Apr 20, 2025
Merged

Add jar manifest attributes#219
w3stling merged 1 commit intomasterfrom
chore/add-attributes-to-manifest-mf

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Apr 20, 2025

This PR fixes issue #218

Added the following attributes to MANIFEST.MD file.

Manifest-Version: 1.0
Automatic-Module-Name: com.apptasticsoftware.rssreader
Bnd-LastModified: 1745170840738
Build-Jdk-Spec: 11
Bundle-Description: Java library for reading RSS and Atom feeds
Bundle-License: https://opensource.org/licenses/MIT
Bundle-ManifestVersion: 2
Bundle-Name: RSS Reader
Bundle-SymbolicName: com.apptasticsoftware.rssreader
Bundle-Version: 3.9.3
Created-By: 21.0.1 (Eclipse Adoptium)
Export-Package: com.apptasticsoftware.rssreader;version="3.9.3",com.ap
 ptasticsoftware.rssreader.internal;uses:="javax.xml.stream";version="
 3.9.3",com.apptasticsoftware.rssreader.internal.stream;version="3.9.3
 ",com.apptasticsoftware.rssreader.module.itunes;uses:="com.apptastics
 oftware.rssreader";version="3.9.3",com.apptasticsoftware.rssreader.mo
 dule.mediarss;uses:="com.apptasticsoftware.rssreader";version="3.9.3"
 ,com.apptasticsoftware.rssreader.util;uses:="com.apptasticsoftware.rs
 sreader";version="3.9.3"
Implementation-Title: RSS Reader
Implementation-Version: 3.9.3
Import-Package: java.io,java.lang,java.lang.invoke,java.lang.ref,java.
 net,java.net.http,java.nio.charset,java.security,java.time,java.time.
 format,java.util,java.util.concurrent,java.util.concurrent.atomic,jav
 a.util.function,java.util.logging,java.util.stream,java.util.zip,java
 x.net.ssl,javax.xml.stream
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))"
Specification-Title: RSS Reader
Specification-Version: 3.9.3
Tool: Bnd-7.1.0.202411251545

@github-actions github-actions bot added the chore label Apr 20, 2025
@sonarqubecloud
Copy link

@github-actions
Copy link

Test Results

 11 files   11 suites   27s ⏱️
302 tests 301 ✅ 1 💤 0 ❌
310 runs  309 ✅ 1 💤 0 ❌

Results for commit 21ffe6e.

@w3stling w3stling mentioned this pull request Apr 20, 2025
@melloware
Copy link

Excellent!

@w3stling w3stling merged commit ddd013f into master Apr 20, 2025
7 checks passed
@w3stling w3stling deleted the chore/add-attributes-to-manifest-mf branch April 20, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants