Find all methods across the codebase that are annotated with @deprecated and contain the string 'will be removed in 1.12.0'. Remove these methods and their implementations. Update any callers within the repository to remove references to these deprecated methods. Ensure that all existing tests pass after the removal. Check the issue comments for any specific methods or areas that are being discussed for removal.