Skip to content

Commit

Permalink
Merge pull request payara#6754 from Pandrex247/FISH-8334-Comm
Browse files Browse the repository at this point in the history
FISH-8334 Fix Incorrect Hazelcast Config for Instances in Deployment Groups
  • Loading branch information
Pandrex247 committed Jul 5, 2024
1 parent 55a9fcd commit c3f3db4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) [2016-2023] Payara Foundation and/or its affiliates. All rights reserved.
* Copyright (c) 2016-2024 Payara Foundation and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -76,6 +76,7 @@
import fish.payara.nucleus.events.HazelcastEvents;
import jakarta.annotation.PostConstruct;
import jakarta.inject.Inject;
import jakarta.inject.Named;
import org.glassfish.api.StartupRunLevel;
import org.glassfish.api.admin.ServerEnvironment;
import org.glassfish.api.admin.ServerEnvironment.Status;
Expand Down Expand Up @@ -169,6 +170,7 @@ public class HazelcastCore implements EventListener, ConfigListener {
HazelcastRuntimeConfiguration configuration;

@Inject
@Named(ServerEnvironment.DEFAULT_INSTANCE_NAME)
HazelcastConfigSpecificConfiguration nodeConfig;

@Inject
Expand Down

0 comments on commit c3f3db4

Please sign in to comment.