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

refactor(grails-gorm-testing-support): Replace deprecated usages of NavigableMap #369

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

guillermocalvo
Copy link
Contributor

@guillermocalvo guillermocalvo commented Feb 21, 2024

This PR replaces deprecated usages of NavigableMap so that it can be eventually removed and/or replaced by some other classes.

More specifically, NavigableMap.NullSafeNavigator can't be removed from grails-core at the moment, because there are some test suites that depend on DataTestSetupSpecInterceptor:

So first we need to release a new version of grails-testing-support that does not try to access the config in a deprecated way. Then we can continue exploring the possibility of removing NavigableMap.NullSafeNavigator.

@puneetbehl puneetbehl merged commit d44afba into 3.1.x Feb 28, 2024
4 checks passed
@guillermocalvo guillermocalvo deleted the navigable-map branch February 28, 2024 15:49
@puneetbehl puneetbehl changed the title Replace deprecated usages of NavigableMap fix(grails-gorm-testing-support): Replace deprecated usages of NavigableMap Mar 6, 2024
@puneetbehl puneetbehl changed the title fix(grails-gorm-testing-support): Replace deprecated usages of NavigableMap refactor(grails-gorm-testing-support): Replace deprecated usages of NavigableMap Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants