Skip to content

Simplification and refactoring of use of bnd-maven-plugin#2078

Closed
scottslewis wants to merge 5 commits intosmallrye:mainfrom
scottslewis:issue_2074a
Closed

Simplification and refactoring of use of bnd-maven-plugin#2078
scottslewis wants to merge 5 commits intosmallrye:mainfrom
scottslewis:issue_2074a

Conversation

@scottslewis
Copy link
Copy Markdown
Contributor

Currently, only applied to the pom.xml in the implementation project.

Subsequent prs will be opened for other mutiny projects.

Here is the bnd-maven-plugin manifest for the mutiny implementation project

Manifest-Version: 1.0
Created-By: 22.0.2 (Oracle Corporation)
Build-Jdk-Spec: 22
Specification-Title: SmallRye Mutiny - Core library
Specification-Version: 999.0
Specification-Vendor: SmallRye
Implementation-Title: SmallRye Mutiny - Core library
Implementation-Version: 999-SNAPSHOT
Implementation-Vendor: SmallRye
Implementation-URL: https://smallrye.io/smallrye-mutiny
Java-Version: 22.0.2
Scm-Connection: scm:git:git@github.com:smallrye/smallrye-mutiny.git/muti
 ny
Scm-Revision: fd14f0a0d3e91ee5ebaaafd950d0ad89b2d1ee07
Scm-Url: https://github.com/smallrye/smallrye-mutiny/mutiny
Bnd-LastModified: 1772057590110
Bundle-Description: Intuitive Event-Driven Reactive Programming Library 
 for Java
Bundle-Developers: cescoffier;email="clement[AT]apache[DOT]org";name="Cl
 ement Escoffier",jponge;email="julien[AT]ponge[DOT]org";name="Julien Po
 nge"
Bundle-DocURL: https://smallrye.io/smallrye-mutiny
Bundle-License: "Apache License, Version 2.0";link="https://www.apache.o
 rg/licenses/LICENSE-2.0.txt";description="A business-friendly OSS licen
 se"
Bundle-ManifestVersion: 2
Bundle-Name: Bundle io.smallrye.reactive : mutiny
Bundle-SCM: url="https://github.com/smallrye/smallrye-mutiny/mutiny",con
 nection="scm:git:git@github.com:smallrye/smallrye-mutiny.git/mutiny",de
 veloper-connection="scm:git:git@github.com:smallrye/smallrye-mutiny.git
 /mutiny",tag=HEAD
Bundle-SymbolicName: io.smallrye.mutiny
Bundle-Vendor: SmallRye
Bundle-Version: 999.0.0.SNAPSHOT
Export-Package: io.smallrye.mutiny;version="999.0.0.SNAPSHOT",io.smallry
 e.mutiny.converters;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.conve
 rters.multi;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.converters.un
 i;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.groups;version="999.0.0
 .SNAPSHOT",io.smallrye.mutiny.helpers;version="999.0.0.SNAPSHOT",io.sma
 llrye.mutiny.helpers.queues;version="999.0.0.SNAPSHOT",io.smallrye.muti
 ny.helpers.spies;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.helpers.
 test;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.infrastructure;versi
 on="999.0.0.SNAPSHOT",io.smallrye.mutiny.operators;version="999.0.0.SNA
 PSHOT",io.smallrye.mutiny.operators.multi;version="999.0.0.SNAPSHOT",io
 .smallrye.mutiny.operators.multi.builders;version="999.0.0.SNAPSHOT",io
 .smallrye.mutiny.operators.multi.multicast;version="999.0.0.SNAPSHOT",i
 o.smallrye.mutiny.operators.multi.overflow;version="999.0.0.SNAPSHOT",i
 o.smallrye.mutiny.operators.multi.processors;version="999.0.0.SNAPSHOT"
 ,io.smallrye.mutiny.operators.multi.replay;version="999.0.0.SNAPSHOT",i
 o.smallrye.mutiny.operators.multi.split;version="999.0.0.SNAPSHOT",io.s
 mallrye.mutiny.operators.uni;version="999.0.0.SNAPSHOT",io.smallrye.mut
 iny.operators.uni.builders;version="999.0.0.SNAPSHOT",io.smallrye.mutin
 y.subscription;version="999.0.0.SNAPSHOT",io.smallrye.mutiny.tuples;ver
 sion="999.0.0.SNAPSHOT",io.smallrye.mutiny.unchecked;version="999.0.0.S
 NAPSHOT"
Import-Package: io.smallrye.common.annotation,org.jctools.queues.atomic.
 unpadded;version="[4.0,5)"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=17))"
Tool: Bnd-7.1.0.202411251545

Currently, only applied to the pom.xml in the  implementation project.
Subsequent prs will be opened for other mutiny projects.

Signed-off-by: Scott Lewis <scottslewis@gmail.com>
@scottslewis
Copy link
Copy Markdown
Contributor Author

@cescoffier I've signed and force pushed...and now the commit has been verified. Please let me know if there are other changes necessary for merging. Thanks.

@scottslewis
Copy link
Copy Markdown
Contributor Author

Please see #2092

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant