Skip to content

Commit a46aca7

Browse files
committed
[infinispan#2265] remove default value for Jgroups
1 parent be318fe commit a46aca7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/infinispan/configuration/server/configuration.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,7 @@ func mapVersionsToSpec(operand version.Operand, spec *Spec) {
143143
spec.JGroups.Version.Minor = 3
144144
case (v.Major == 15 && v.Minor >= 2) || v.Major >= 16:
145145
spec.JGroups.Version.Minor = 4
146-
default:
147-
// Optional: fallback case if version is unknown
148-
spec.JGroups.Version.Minor = 0
149-
}
146+
}
150147
}
151148

152149
func (xSite XSite) RemoteSites() string {

0 commit comments

Comments
 (0)