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

HSEARCH-3287 Change the syntax of index configuration properties from h.s.myIndex.someProperty to h.s.indexes.myIndex.someProperty #1786

Merged
merged 1 commit into from Nov 2, 2018

Conversation

yrodiere
Copy link
Member

@yrodiere yrodiere commented Nov 2, 2018

https://hibernate.atlassian.net//browse/HSEARCH-3287

Based on #1784 , which should be merged first.

Most of the work was already done, I just had to change the prefix from "index" to "indexes" and from "backend" to "backends" to comply with our decision during the F2F meeting.

@yrodiere yrodiere added the Waiting for other pull request Based on another PR that should be merged first label Nov 2, 2018
Copy link

@sonarcloud sonarcloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 0
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 1

See all issues in SonarCloud


private final ConfigurationPropertySource propertySource;
private final UnusedPropertyTrackingConfigurationPropertySource unusedPropertyTrackingPropertySource;
private final HibernateOrmConfigurationPropertySource propertySource;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Smell Code Smell: Make "propertySource" transient or serializable. (squid:S1948)

See it in SonarCloud

…backend => backends

I.e. expect "indexes.nameOfIndex.someProperty" instead of
"index.nameOfIndex.someProperty" in properties, and same
for backend => backends.
@gsmet gsmet added Ready for review and removed Waiting for other pull request Based on another PR that should be merged first labels Nov 2, 2018
@gsmet gsmet merged commit aff995d into hibernate:master Nov 2, 2018
@gsmet
Copy link
Member

gsmet commented Nov 2, 2018

Merged, thanks!

@yrodiere yrodiere deleted the HSEARCH-3287 branch November 16, 2018 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants