-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FISH-5890 Upgrade MicroProfile Rest Client to 3.0 #4946
Conversation
Signed-off-by: Gaurav Gupta <[email protected]>
The actual branch, 3.1 already contains the upgrade to MP Client 3.0. |
Jersey 3.1.0-M1 in staging contains the implementation https://jakarta.oss.sonatype.org/content/groups/staging/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.1.0-M1/ |
@@ -110,7 +109,7 @@ | |||
<configuration> | |||
<instructions> | |||
<Export-Package> | |||
org.glassfish.jersey.restclient.*;version=${project.version} | |||
org.glassfish.jersey.microprofile.restclient.*;version=${project.version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have this wrong in 3.1, I assume
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are planning 3.1.0-M2 this week, we should fix it there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2081,7 +2081,8 @@ | |||
|
|||
<bouncycastle.version>1.68</bouncycastle.version> | |||
<commons-lang3.version>3.3.2</commons-lang3.version> | |||
<microprofile.config.version>2.0</microprofile.config.version> | |||
<microprofile.config.version>3.0.1</microprofile.config.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably should not update the config version to 3.x, there is no implementation for it out there, yet.
Thanks @jansupol , As 3.1 branch already have this upgrade, closing this PR. |
Signed-off-by: Gaurav Gupta [email protected]