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

Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml #32141

Closed
neilstevenson opened this issue Aug 22, 2022 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@neilstevenson
Copy link
Contributor

neilstevenson commented Aug 22, 2022

Hazelcast autoconfiguration recognises hazelcast.xml and hazelcast.yaml but not hazelcast.yml

Similarly for clients, autoconfiguration recognises hazelcast-client.xml, hazelcast-client.yaml but not hazelcast-client.yml

Hazelcast itself accepts .yaml and .yml, see https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/internal/config/DeclarativeConfigUtil.java#L67

Enhancement is to make Spring Boot recognise yml suffix config files

neilstevenson added a commit to neilstevenson/spring-boot that referenced this issue Aug 22, 2022
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 22, 2022
@philwebb philwebb changed the title Only YAML not YML suffix for Hazelcast config accepted Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml Aug 22, 2022
@philwebb philwebb added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 22, 2022
@philwebb philwebb added this to the 2.6.x milestone Aug 22, 2022
@philwebb
Copy link
Member

Closing in favor of PR #32142. Thanks @neilstevenson!

@philwebb philwebb closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2022
@philwebb philwebb removed this from the 2.6.x milestone Aug 22, 2022
@philwebb philwebb added status: superseded An issue that has been superseded by another and removed type: bug A general bug labels Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

3 participants