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

Bump jsoup from 1.12.1 to 1.12.2 #37

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps jsoup from 1.12.1 to 1.12.2.

Changelog

Sourced from jsoup's changelog.

jsoup changelog

*** Release 1.13.1 [PENDING]

  • Improvement: decent memory optimization by not creating Attribute objects for each Element unless/until the Element gets an attribute.

  • Improvement: when pretty-printing, comments in inline tags are not pushed to a newline

  • Improvement: added Attributes#hasValue(key) and Attribute#hasValue(), to check if an attribute is set but has no value. Useful in place of the deprecated and removed BooleanAttribute class and instanceof test.

  • Bugfix: in a tag, a second would not automatically close an earlier open multiple optgroups without closing tags are incorrectly formatted as html jhy/jsoup#1313 Removed old methods and classes that were marked deprecated in previous releases. **** Release 1.12.2 [2020-Feb-08] Improvement: the :has() selector now supports relative selectors. For example, the query "div:has(> a)" will select all "div" elements that have at least one direct child "a" element. Fix :has selector to set the root, allowing relative selectors jhy/jsoup#1214 Improvement: added Element chaining methods for various overridden methods on Node. Element should override Node methods, such as removeAttr jhy/jsoup#1193 Improvement: ensure HTTP keepalives work when fetching content via body() and bodyAsBytes(). HttpConnection#prepareByteData() : should close bodyStream to reuse socket connection jhy/jsoup#1232 Improvement: set the default max body size in Jsoup.Connection to 2MB (up from 1MB) so fewer people get trimmed content if they have not set it, but still in sensible bounds. Also updated the default user-agent to improve default compatibility. Improvement: dramatic speed improvement when bulk inserting child nodes into an element (wrapping contents). Performance problem about reindexChildren with replace parentNode jhy/jsoup#1281 Improvement: added Element#childrenSize() as a convenience to get the size of an element's element children. Added new method childrenCount complementary to child(int) jhy/jsoup#1291 Improvement: in W3CDom.asString, allow the output mode to be specified as HTML or as XML. It will default to checking the content, and automatically selecting. Improvement: added a Document#documentType() method, to get a doc's doctype. Improvement: To DocumentType, added #name(), #publicID(), and #systemId() methods to fetch those fields. Improvement: in W3CDom conversions from jsoup documents, retain the DocumentType, and be able to serialize it. W3CDom.fromJsoup is loosing the original DocType jhy/jsoup#1183 Bugfix: on pages fetch by Jsoup.Connection, a "Mark Invalid" exception might be incorrectly thrown, or the page may miss some data. This occurred on larger pages when the file transfer was chunked, and an invalid HTML entity happened to cross a chunk boundary. ... (truncated) Commits 6ef8922 [maven-release-plugin] prepare release jsoup-1.12.2 e81c35f Fix file to LF endings d06d8f4 Avoid unnecessary null checks, as Element#indexInList never returns null. f91e1e8 Avoid unnecessary boxing of char in TokenQueue#chompBalanced. a0711e5 Use String#replace instead of String#replaceAll where possible. 0bec593 Readme URL update e020854 In W3CDom, handle doctypes, and don't force XML output fb50d96 Deepclone attributes in LeafNodes if set 3bd77f8 Don't want that 6b2bf55 Added test to validate [MNG-7820] Remove dependency on plexus-utils StringUtils / FileUtils apache/maven#1243 Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot dashboard: Update frequency (including time of day and day of week) Pull request limits (per update run and/or open at any time) Out-of-range updates (receive only lockfile updates, if desired) Security updates (receive only security updates, if desired)

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.12.1...1.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 10, 2020
@dependabot-preview
Copy link
Author

Superseded by #39.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.jsoup-jsoup-1.12.2 branch March 2, 2020 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants