Skip to content
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

Forward compatibility with Guice 7 #148

Merged
merged 1 commit into from Jan 16, 2024
Merged

Conversation

basil
Copy link
Member

@basil basil commented Jan 9, 2024

Without dropping compatibility with Guice 6 (currently delivered by Jenkins core), add support for Guice 7.

@basil basil added the internal label Jan 9, 2024
@basil basil requested a review from a team as a code owner January 9, 2024 21:40
@@ -14,7 +14,7 @@
import java.util.logging.Logger;
import edu.umd.cs.findbugs.annotations.CheckForNull;
import edu.umd.cs.findbugs.annotations.NonNull;
import javax.inject.Inject;
import jakarta.inject.Inject;
Copy link
Member

Choose a reason for hiding this comment

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

In this context the Guice version is perhaps more appropriate, but I do not think it really matters.

@jglick jglick added dependencies Pull requests that update a dependency file and removed internal labels Jan 16, 2024
@jglick jglick merged commit 84d3816 into jenkinsci:master Jan 16, 2024
14 checks passed
@basil basil deleted the jakarta-inject branch January 16, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants