This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 70d31827da JAMES-4130 Making UserStartables use GuiceLoader instead of
guiceGeneric Loader (#2727)
70d31827da is described below
commit 70d31827da91456622f1b513b0a47fafd533b40f
Author: AlaeMghirbi <[email protected]>
AuthorDate: Fri May 23 09:04:43 2025 +0200
JAMES-4130 Making UserStartables use GuiceLoader instead of guiceGeneric
Loader (#2727)
---
.../utils/src/main/java/org/apache/james/utils/UserStartables.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/server/container/guice/utils/src/main/java/org/apache/james/utils/UserStartables.java
b/server/container/guice/utils/src/main/java/org/apache/james/utils/UserStartables.java
index 41e05890ff..36eb10874c 100644
---
a/server/container/guice/utils/src/main/java/org/apache/james/utils/UserStartables.java
+++
b/server/container/guice/utils/src/main/java/org/apache/james/utils/UserStartables.java
@@ -47,7 +47,7 @@ public class UserStartables implements Startable {
private final ExtensionConfiguration extensionConfiguration;
@Inject
- public UserStartables(GuiceGenericLoader guiceLoader,
ExtensionConfiguration extensionConfiguration) {
+ public UserStartables(GuiceLoader guiceLoader, ExtensionConfiguration
extensionConfiguration) {
this.guiceLoader = guiceLoader;
this.extensionConfiguration = extensionConfiguration;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]