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

Replace deprecated 'getImageData' with 'getImageData(int)' #613

Merged

Conversation

sschulz92
Copy link
Contributor

Within this PR I want to replace the deprecated method

@Deprecated
public ImageData getImageData() {
	return getImageData(100);
}

with the mentioned replacement:

getImageData(100);

This PR covers all projects, this deprecated method is gone afterwards.

@fgdrf
Copy link
Contributor

fgdrf commented Nov 18, 2021

Looks like you have a run removing deprecation warnings. Thanks for your contribution.

This pull adresses deprecation warning and switches to getImageData(100)

Are you kind to have a look at the test failure, is it related to the changeset? Test failure not related to this changeset

@fgdrf
Copy link
Contributor

fgdrf commented Nov 22, 2021

Created an issue for "flaky" test case #616

@fgdrf fgdrf added this to the 2.3.0 milestone Nov 29, 2021
@fgdrf fgdrf merged commit 05adf5e into locationtech:master Nov 29, 2021
@sschulz92 sschulz92 deleted the REPLACE_DEPRECATED_USAGE_OF_getImageData branch November 29, 2021 08:42
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.

2 participants