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

Upcoming - release jsoup 1.14.1 #1481

Closed
KevinWorkman opened this issue Jan 27, 2021 · 7 comments
Closed

Upcoming - release jsoup 1.14.1 #1481

KevinWorkman opened this issue Jan 27, 2021 · 7 comments
Assignees
Labels
discussion Discussion for a new feature, or other change proposal
Milestone

Comments

@KevinWorkman
Copy link

I'm looking to transition my code away from the Whitelist class, to the Safelist class, which was introduced in jsoup 1.14.

More info in the Whitelist class: https://jsoup.org/apidocs/org/jsoup/safety/Whitelist.html

My code uses Maven to manage its dependencies, and the newest version of jsoup available to Maven seems to be 1.13: https://mvnrepository.com/artifact/org.jsoup/jsoup

What's the process for updating the Maven repository with a newer version of jsoup?

@jhy jhy added the discussion Discussion for a new feature, or other change proposal label Jan 27, 2021
@jhy jhy changed the title Update Maven Repository with jsoup 1.14.1 Upcoming - release jsoup 1.14.1 Jan 27, 2021
@jhy
Copy link
Owner

jhy commented Jan 27, 2021

Hi Kevin, sorry about the confusion. 1.14.1 has not yet been released, and so that's why it's not yet in Maven.

I was rebuilding the jsoup.org site and javadocs (to fix the docs for mobile support) and that now shows the upcoming version.

Looking to release 1.14 soon (this week or so), externalities permitting.

@jhy jhy added this to the 1.14.1 milestone Jan 27, 2021
@KevinWorkman
Copy link
Author

Thanks for the reply! No rush on my account, I just wanted to make sure I wasn't missing anything. Feel free to close this out, and I'll patiently wait for the new release. Thanks again!

@matjung
Copy link

matjung commented Feb 8, 2021

Regarding this code repository, is there an easy way available to find out what bugs are expected to be fixed in the upcoming release?

Just found the answer myself: filter: label:fixed is:closed

@BalusC
Copy link

BalusC commented Feb 25, 2021

I was rebuilding the jsoup.org site

Just in case .. don't forget https://jsoup.org/cookbook/cleaning-html/whitelist-sanitizer!

In any case .. thank you very much for keeping Jsoup up to date :)

@tureArtemis
Copy link

Is 1.14.1 being released soon?

I have been using 1.13.1 but just ran into a bug that is fixed in 1.14.1 so I'd love to upgrade:

#1410
NPE that results when calling Element.toString() for an Element that is from Element.clone()

Thanks!

@riggsd
Copy link

riggsd commented Jun 14, 2021

Sorry to add to the list of nagging requests, but we're hoping to adopt JSoup yet and specifically need to expose the Whitelist/Safelist as public API, so we're waiting for 1.14.1 (even a snapshot) availability in the Maven repository. Is there a timeline for this release, or blocker(s) preventing it?

Thank you!

@jhy
Copy link
Owner

jhy commented Jul 10, 2021

Hi all -- wanted to let you know that I've just released jsoup 1.14.1 and it's available now.

Details at https://jsoup.org/news/release-1.14.1

Sorry it took so long -- I kind of jinxed myself with "externalities permitting" :/

@jhy jhy closed this as completed Jul 10, 2021
@jhy jhy self-assigned this Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion for a new feature, or other change proposal
Projects
None yet
Development

No branches or pull requests

6 participants