Skip to content

Conversation

rileyajones
Copy link
Contributor

@rileyajones rileyajones commented Jul 8, 2025

Motivation for features / changes

This was a deprecated call to a no-op function. The function has now been removed in a newer version of the library. We need to support this newer library version to unblock an internal lsc Googlers see cl/771125806

I also needed to add a new source for the jsoup dependency. Previously this was being provided by the operating system (CI currently uses ubuntu 22.04 lts), but that version is now 3 years out of date.

@rileyajones rileyajones requested a review from arcra July 8, 2025 18:24
Copy link
Member

@arcra arcra left a comment

Choose a reason for hiding this comment

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

Can you please add some details to the PR description about what we found out about how this dependency was being "fulfilled" and how this is adding a reference to a specific version for CI workflows to use?

jar_urls = [
"https://jsoup.org/packages/jsoup-1.21.1.jar",
],
licenses = ["reciprocal"], # BSD 3-clause, ICU, MPL 1.1, libpng (BSD/MIT-like), Academic Free License v. 2.0, BSD 2-clause, MIT
Copy link
Member

Choose a reason for hiding this comment

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

https://jsoup.org/license says that it is distributed under the MIT license, and according to this documentation, MIT license should be marked as "notice".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, I believe I've addressed this correctly

@rileyajones rileyajones changed the title Remove deprecated calll to flatDoc.normalize Remove deprecated call to flatDoc.normalize Jul 8, 2025
@rileyajones rileyajones merged commit b0a4e02 into tensorflow:master Jul 8, 2025
13 checks passed
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