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

Support for jvm system property reference in hazelcast xml #59

Closed
hazelcast opened this issue Mar 23, 2012 · 1 comment
Closed

Support for jvm system property reference in hazelcast xml #59

hazelcast opened this issue Mar 23, 2012 · 1 comment
Labels
Source: Internal PR or issue was opened by an employee Type: Enhancement
Milestone

Comments

@hazelcast
Copy link
Collaborator

Currently Hazelcast has an excellent configuration support for Spring xml or in-java configuration. However, The hazelcast.xml configuration file seems to miss a basic feature, which is being able to parse system property references like in many other configuration files (spring,jgroups etc).

The syntax is ${a.b} eg :

<multicast enabled="${mycompany.hazelcast.udpenabled}">
<multicast-group>224.2.2.3</multicast-group>
<multicast-port>${mycompany.hazelcast.udpport}</multicast-port>
</multicast>
<tcp-ip enabled="${mycompany.hazelcast.tcpenabled}">
<interface>127.0.0.1</interface>
</tcp-ip>

This is a needed feature for providing a simple but dynamic configuration for hazelcast.

Migrated from http://code.google.com/p/hazelcast/issues/detail?id=683

@mdogan
Copy link
Contributor

mdogan commented Aug 21, 2013

Implemented in 3.0.

@mdogan mdogan closed this as completed Aug 21, 2013
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
SeriyBg pushed a commit to SeriyBg/hazelcast that referenced this issue Jul 9, 2021
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from v1 to v1.2.1.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/master/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v1...d224448)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SeriyBg pushed a commit to SeriyBg/hazelcast that referenced this issue Jul 9, 2021
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from v1 to v1.2.1.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/master/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v1...d224448)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants