Skip to content

Conversation

@deepika-u
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2025

Test Results

 3 018 files  ±0   3 018 suites  ±0   2h 25m 57s ⏱️ + 12m 3s
 8 234 tests ±0   7 985 ✅ ±0  249 💤 ±0  0 ❌ ±0 
23 622 runs  ±0  22 828 ✅ ±0  794 💤 ±0  0 ❌ ±0 

Results for commit e04d3b4. ± Comparison against base commit 200996c.

♻️ This comment has been updated with latest results.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch 3 times, most recently from bc66787 to 614510a Compare October 31, 2025 06:34
Copy link
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

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

I don't think we should remove a method for which there is no replacement. The original deprecation seems bogus.

*/
@Deprecated
@Deprecated(forRemoval = true, since = "2025-12")
protected Label getErrorMessageLabel() {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is kind of odd because it doesn't actually specify a replacement and there is no replacement.

Copy link
Contributor Author

@deepika-u deepika-u Oct 31, 2025

Choose a reason for hiding this comment

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

oh ok. So reverting this change.
Some pointers if possible so that i shouldnt do similar updates once again.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch 2 times, most recently from b6f588e to 75c1bb7 Compare October 31, 2025 10:06
@deepika-u
Copy link
Contributor Author

@merks Could you take a look at this when you get some time please.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch 4 times, most recently from e034c48 to e242ef5 Compare November 3, 2025 08:16
@deepika-u
Copy link
Contributor Author

deepika-u commented Nov 7, 2025

@merks
Can you take a look at this when you get some time please.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch from e242ef5 to c9cc1da Compare November 10, 2025 05:09
@vogella
Copy link
Contributor

vogella commented Nov 10, 2025

@merks can you see if the change is not good for you? @deepika-u can you re-trigger the build?

@vogella vogella force-pushed the deprecated_constants3 branch from c9cc1da to fb9cd14 Compare November 10, 2025 08:46
@deepika-u deepika-u force-pushed the deprecated_constants3 branch 8 times, most recently from 22a27f0 to 4b6dd7b Compare November 11, 2025 08:47
@vogella vogella requested a review from merks November 11, 2025 09:50
@vogella vogella force-pushed the deprecated_constants3 branch from 4b6dd7b to becaa46 Compare November 11, 2025 09:50
Copy link
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

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

When I see existing calls to newly to-be-removed methods I think we're going down the wrong path.

Image

I'm quite sure that screwing around with ImageDescriptor methods will be a bad thing downstream, and we have evidence of that even here.

@vogella vogella requested a review from merks November 11, 2025 10:03
@merks
Copy link
Contributor

merks commented Nov 11, 2025

I wanted to make a general point here as well. If you mark something for removal, please ensure you have the full SDK IDE setup and that you look at the call hierarchy of each and every field, method, or class you plan to mark for deletion. If you find even one use of it, you can assume that you will find 1000 uses of it out there in the ecosystem such that if you delete that thing, there will be things that simply stop working. Then you should ask yourself, is there significant value in the removal that offsets the broken functionality downstream, keeping in mind that any broken functionality in any IDE for any component will generally create a bad impression overall; one that generally comes back to roost in the Platform. Is it worth it?

@laeubi
Copy link
Contributor

laeubi commented Nov 11, 2025

Especially at least Platform itself must be free from any references first, as otherwise builds in the sub repositories will start to fail!

@deepika-u deepika-u force-pushed the deprecated_constants3 branch 3 times, most recently from a35ff4a to f166406 Compare November 11, 2025 11:30
@deepika-u
Copy link
Contributor Author

If i run this QuickAccessComputerTest locally, with and without pr - in both cases test is passing.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch 2 times, most recently from 7163e82 to 87f55f9 Compare November 11, 2025 12:28
@deepika-u
Copy link
Contributor Author

If i run locally the ProgressContantsTest, all the tests are passing locally with and without the pr.
image

@vogella
Copy link
Contributor

vogella commented Nov 12, 2025

1 out of 3 runs failed: testBinaryContentTypeWithDescriberParallel (AllSearchTests AllFileSearchTests FileSearchTests) is known to be flaky. I have a look.

@deepika-u
Copy link
Contributor Author

1 out of 3 runs failed: testBinaryContentTypeWithDescriberParallel (AllSearchTests AllFileSearchTests FileSearchTests) is known to be flaky. I have a look.

Thanks for your input.

@deepika-u deepika-u force-pushed the deprecated_constants3 branch from 24141e3 to e04d3b4 Compare November 13, 2025 14:57
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.

4 participants