Skip to content

Commit

Permalink
Align MP Rest Client module with Jakarta EE 10
Browse files Browse the repository at this point in the history
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Jun 15, 2023
1 parent d833b50 commit c0921a2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
6 changes: 5 additions & 1 deletion appserver/distributions/glassfish/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Contributors to Eclipse Foundation.
Copyright (c) 2021, 2023 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -115,6 +115,10 @@
basedir="${patches}/microprofile-jwt-auth-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/microprofile-jwt-auth-api.jar"
/>
<jarupdate
basedir="${patches}/microprofile-rest-client-api" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/microprofile-rest-client-api.jar"
/>
</target>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Manifest-Version: 1.0
Bundle-Description: Typesafe Rest Client APIs for MicroProfile :: API
Bundle-License: Apache License, Version 2.0
Bundle-SymbolicName: org.eclipse.microprofile.rest.client
Bnd-LastModified: 1637273185758
Bundle-ManifestVersion: 2
Bundle-DocURL: http://microprofile.io/microprofile-rest-client-api
Bundle-Vendor: Eclipse Foundation
Import-Package: jakarta.enterprise.context;version="[3,5)";resolution:
=optional,jakarta.enterprise.inject;version="[3,5)";resolution:=optio
nal,jakarta.enterprise.util;version="[3,5)";resolution:=optional,jaka
rta.inject;resolution:=optional;version="[2.0,3)",org.eclipse.micropr
ofile.config;version="[3,4)";resolution:=optional,jakarta.annotation;
version="[2.0,3)",jakarta.ws.rs.core;version="[3.0,4)",javax.net.ssl,
org.eclipse.microprofile.rest.client;version="[2.0,2.1)",org.eclipse.
microprofile.rest.client.ext;version="[2.0,2.1)",org.eclipse.micropro
file.rest.client.spi;version="[1.1,2)"
Require-Capability: osgi.extender;filter:="(osgi.extender=osgi.service
loader.processor)";resolution:=optional,osgi.serviceloader;filter:="(
osgi.serviceloader=org.eclipse.microprofile.rest.client.spi.RestClien
tBuilderResolver)";resolution:=optional,osgi.ee;filter:="(&(osgi.ee=J
avaSE)(version=1.8))"
Tool: Bnd-5.2.0.202010142003
Export-Package: org.eclipse.microprofile.rest.client;version="2.0";use
s:="jakarta.ws.rs.core,javax.net.ssl,org.eclipse.microprofile.rest.cl
ient.ext",org.eclipse.microprofile.rest.client.annotation;version="1.
1.1";uses:="org.eclipse.microprofile.rest.client.ext",org.eclipse.mic
roprofile.rest.client.ext;version="2.0";uses:="jakarta.ws.rs.core",or
g.eclipse.microprofile.rest.client.inject;version="2.0";uses:="jakart
a.enterprise.context,jakarta.enterprise.inject,jakarta.enterprise.uti
l,jakarta.inject",org.eclipse.microprofile.rest.client.spi;version="1
.1.1";uses:="org.eclipse.microprofile.rest.client"
Bundle-Name: MicroProfile Rest Client Bundle
Bundle-Version: 3.0.0
Bundle-SCM: url="https://github.com/eclipse/microprofile-rest-client/m
icroprofile-rest-client-api",connection="scm:git:https://github.com/e
clipse/microprofile-rest-client.git/microprofile-rest-client-api",dev
eloper-connection="scm:git:git@github.com:eclipse/microprofile-rest-c
lient.git/microprofile-rest-client-api",tag="3.0"
Build-Jdk-Spec: 1.8
Created-By: 1.8.0_292 (AdoptOpenJDK)

2 changes: 1 addition & 1 deletion appserver/featuresets/glassfish/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022, 2022 Contributors to Eclipse Foundation.
Copyright (c) 2022, 2023 Contributors to Eclipse Foundation.
Copyright (c) 2015, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down

0 comments on commit c0921a2

Please sign in to comment.