Skip to content

Update jersey version to 2.39.1 #981

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

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Update jersey version to 2.39.1 #981

merged 2 commits into from
Jun 13, 2023

Conversation

jmini
Copy link
Collaborator

@jmini jmini commented May 25, 2023

As discussed in #974 and #976 we could update jersey to the latest version (of the 2.x.x stream, 3.x.x is using the jakarta namespace and can't be used for version 5 of this library)

@@ -257,7 +256,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.3.0</version>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating the enforcer plugin and the extra-enforcer-rules was necessary to prevent having the warning:

[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-bytecode-version) @ gitlab4j-api ---
[INFO] Adding ignore: module-info
[INFO] Adding ignore: module-info
[WARNING] Invalid bytecodeVersion for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2:compile : META-INF/versions/11/module-info.class: expected 55, but was 53
[INFO] 

@jabby jabby merged commit c839da8 into gitlab4j:main Jun 13, 2023
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.

2 participants