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

Move Guice 6.x Upgrade to 2.401.2 #6901

Merged
merged 3 commits into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 20 additions & 19 deletions content/_data/changelogs/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9278,6 +9278,26 @@
pr_title: "Backport end of life warning to stable-2.401"
message: |-
Warn administrators when their Linux operating system is approaching end of life.
- type: rfe
category: rfe
pull: 8065
authors:
- basil
pr_title: "Move from javax.inject to jakarta.inject"
message: |-
Add support for <code>jakarta.inject</code> annotations.
- type: rfe
category: rfe
pull: 7990
authors:
- NotMyFault
pr_title: "Upgrade from Guice 5.1.0 to 6.0.0"
references:
- url: https://github.com/google/guice/wiki/Guice600#changes-since-guice-510
title: Guice 6.0.0 changelog
- pull: 8121
message: |-
Upgrade from Guice 5 to 6.

- version: "2.401.3"
date: 2023-07-26
Expand Down Expand Up @@ -9522,14 +9542,6 @@
pr_title: "Clean up DoubleLaunchChecker"
message: |-
Switch the double-launch checker to a regular administrative monitor.
- type: rfe
category: rfe
pull: 8065
authors:
- basil
pr_title: "Move from javax.inject to jakarta.inject"
message: |-
Add support for <code>jakarta.inject</code> annotations.
- type: rfe
category: rfe
pull: 7998
Expand All @@ -9546,17 +9558,6 @@
pr_title: "Refinements to AssociatedConverterImpl.cache"
message: |-
Refinements to class loading behavior looking up special formatters for XML configuration files.
- type: rfe
category: rfe
pull: 7990
authors:
- NotMyFault
pr_title: "Upgrade from Guice 5.1.0 to 6.0.0"
references:
- url: https://github.com/google/guice/wiki/Guice600#changes-since-guice-510
title: Guice 6.0.0 changelog
message: |-
Upgrade from Guice 5 to 6.
- type: rfe
category: rfe
pull: 7948
Expand Down