-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[582461] Makes codebase compatible with Guice 7.0
Guice 7.0 stopped supporting the injector-framework independent `javax.inject`, `javax.servlet` and `javax.persistence` packages in favor of `jakarta.inject`, `jakarta.servlet` and `jakarta.persistence`, breaking injections relying on these components when using the new version. See https://github.com/google/guice/wiki/Guice700 for details. This commit replaces these usages with the Guice-specific annotations as they are compatible with Guice 3.0-7.0 releases that is necessary to support all the environments VIATRA 2.8 aims to support. Change-Id: I2164a492f330d2e56c74171fc034c357fc360942 Signed-off-by: Zoltan Ujhelyi <[email protected]>
- Loading branch information
Showing
6 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters