Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

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
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants