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.13.1 to 1.14.2 #944

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps jsoup from 1.13.1 to 1.14.2.

Release notes

Sourced from jsoup's releases.

jsoup 1.14.2

Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug fixes and improvements for handling rough HTML and XML, as identified by the Jazzer JVM fuzzer. This release also includes other fixes and improvements.

See the release announcement for the full changelog.

jsoup 1.14.1

jsoup 1.14.1 is out now, with simple request session management, increased parse robustness, and a ton of other improvements, speed-ups, and bug fixes.

See the full announcement for all the details on what's changed.

Changelog

Sourced from jsoup's changelog.

jsoup changelog

*** Release 1.15.1 [PENDING]

  • Change: removed previously deprecated methods and classes (including org.jsoup.safety.Whitelist; use org.jsoup.safety.Safelist instead).

  • Improvement: when converting jsoup Documents to W3C Documents in W3CDom, preserve HTML valid attribute names if the input document is using the HTML syntax. (Previously, would always coerce using the more restrictive XML syntax.) jhy/jsoup#1648

  • Improvement: added the :containsWholeText(text) selector, to match against non-normalized Element text. That can be useful when elements can only be distinguished by e.g. specific case, or leading whitespace, etc. jhy/jsoup#1636

*** Release 1.14.3 [2021-Sep-30]

  • Improvement: added native XPath support in Element#selectXpath(String) jhy/jsoup#1629

  • Improvement: added full support for the <template> tag to the HTML5 parser spec. jhy/jsoup#1634

  • Improvement: added support in CharacterReader to track newlines, so that parse errors can be reported more intuitively. jhy/jsoup#1624

  • Improvement: tracked parse errors now have more details, including the erroneous token, to help clarify the errors.

  • Improvement: speed and memory optimizations for the :has(subquery) selector.

  • Improvement: the :contains(text) and :containsOwn(text) selectors are now whitespace normalized, aligning to the document text that they are matching against. jhy/jsoup#876

  • Improvement: in Element, speed optimized adopting all of an element's child nodes into a currently empty element. Improves the HTML adoption agency algorithm when adopting elements with many children. jhy/jsoup#1638

  • Improvement: increased the parse speed when in RCData (e.g. ) and unescaped tokens are found, by memoizing the scan and reducing GC. jhy/jsoup#1644

  • Improvement: when parsing custom tags (in HTML or XML), added a flyweight cache on Tag.valueOf(name) to reduce memory overhead when many tags are repeated. Also tuned other areas of the parser when many very deeply stacked custom elements were present. jhy/jsoup#1646

  • Bugfix: when tracking errors or checking for validity in the Cleaner, errors were incorrectly raised for missing optional closing tags.

  • Bugfix: the OSGi bundle meta-data incorrectly set a version on the import of javax.annotation (used as a build-time

... (truncated)

Commits
  • 19c7732 [maven-release-plugin] prepare release jsoup-1.14.2
  • acde180 Compress harder
  • 530c5b0 Refactored fuzz tests to iterate all files in directory; run timeout tests
  • d2c455c Speed improvement: cap number of cloned active formatting elements
  • 0dcb53a Correctly consume to exit state
  • 42da864 In bogusComment, make sure unconsume not called after a potential buffer up
  • eba3e39 Fix an IOOB when HTML root cleared and then attributes added
  • 9d538e6 Annotate some nullables
  • a909600 Comment on URL normalization
  • 6b3ec64 Removed unused import
  • Additional commits viewable in compare view

Dependabot compatibility score

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2021

Looks like org.jsoup:jsoup is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.jsoup-jsoup-1.14.2 branch November 18, 2021 08:52
kennethmhc added a commit to kennethmhc/hopsworks that referenced this pull request May 18, 2022
kennethmhc added a commit that referenced this pull request May 19, 2022
* [HOPSWORKS-3125] Feature view  (#923)

* [HOPSWORKS-2945] [FeatureView] Implement activity endpoints (#829)

* init

* big fixes

* Update ActivityResource.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* add logging of activity for FV

* Update feature_store_activity_spec.rb

* Update feature_store_activity_spec.rb

* Update featurestore_helper.rb

* Update featurestore_helper.rb

* Update FeatureViewController.java

* add statistics

* [HOPSWORKS-2947] [ModelFeature] Implement PrepareStatementResource (#824)

* init

* improvements

* small changes to the backend

* temp

* Update FeatureViewController.java

* Update preparedstatements_spec.rb

* standardize

* Update featurestore_helper.rb

* small updates

* small changes

* Update preparedstatements_spec.rb

* addressing feedback

* change endpoint to lower case

* [HOPSWORKS-2943] Add query resource (#834)

* implement batch query endpoint

* handle empty start or end time

* throw feature store exception

* return original query

* check nested join

* fix NPE for join

* add feature group to feature

* return features properly.

* add IT for batch query

* fix batch query test

* set commit time to query

* add timetravel condition

* reuse get_query from TrainingDatasetController

* pass withLabel and isHiveEngine when constructing batch query

* reformat

* test get query

* add test for get query

* remove object variables

* fix indentation

* refactor getJoinsSorted

* fix format

* reformat

* use getSingleByNameVersionAndFeatureStore

* add query filter to FV

* refactor event time filter, add unit test

* fix resourcerequest NPE

* add featureview to trainingdatasetfilter

* add query filter to IT

Co-authored-by: Kenneth Mak <[email protected]>

* [HOPSWORKS-2944] Implement keyword related endpoints (#842)

* needs inode to function

* add inode

* Update FeatureView.java

* Update FeatureViewController.java

* Update ProjectController.java

* changes with inode

* Update FeatureViewController.java

* inode work

* Update FeatureViewController.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* Update ProjectController.java

* permissions

* small changes

* tests

* Update featureview_keywords_spec.rb

* some feedback addressed

* add featureView xattr

* Update FeatureViewBuilder.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* save hopsfs connector

* Update ProjectController.java

* Update FeatureViewController.java

* Update FeatureViewController.java

* add features to featureViewDTO

* Update FeatureViewBuilder.java

* Update HopsFSProvenanceController.java

* removing fv dir

* Update FeaturestoreController.java

* path changes for fv

* restructure fv path

* Update HopsFSProvenanceController.java

* Update HopsworksJAXBContext.java

* Update featureview_keywords_spec.rb

* some of the comments addressed

* remove keyword controller duplication

* make createFeatureView use and return FeatureView instead of FeatureViewDTO

* Update FeatureViewBuilder.java

* Update FeaturestoreKeywordResource.java

* change feature view path

* Update featureview_keywords_spec.rb

* Update featureview_keywords_spec.rb

* [HOPSWORKS-2946] Add transformation resource and statistics resource (#856)

* get transformation function

* statistics resource

* fix statistics dto forTransformation

* fix transformation uri

* add IT for transformation

* change statistics folder name

* remove td from feature view statistics

* delete statistics along with feature view

* add IT for feature view statistics

* Revert "add IT for feature view statistics"

This reverts commit db49dd0971fe1cdc7929f8fd0c13a5249c451ff0.

* Revert "delete statistics along with feature view"

This reverts commit 697768d51b186c14e2d451858f0552df1d8ffa77.

* Revert "change statistics folder name"

This reverts commit 922c17f94c14c50a771b7d70f04154712305ab19.

* Revert "fix statistics dto forTransformation"

This reverts commit 3143984906d6cc8eced6fb3349d24c4a0a4df360.

* Revert "statistics resource"

This reverts commit 7361bd8ff06ffff239285bfb8360f25ba14ef68a.

* fix access control

* refactor uri

* [FeatureView] return original query as expansion (#866)

* [HOPSWORKS-2942] Implement TagResource (#864)

* init

* Update TagResource.java

* Update TagResource.java

* bug fixing/standardization

* tests

* generic tags resource

* fix for the abstract tags resource

* some feedback addressed

* Update TagsResource.java

Co-authored-by: Alex Ormenisan <[email protected]>

* [HOPSWORKS-3064] [FeatureView] Allow update of metadata in FeatureView resource (#895)

* init

* Update FeatureViewResource.java

* bug fixing

* Update featureview_spec.rb

* Update featureview_spec.rb

* [HOPSWORKS-2941] Implement Training Dataset resource (#845)

* implement batch query endpoint

* throw feature store exception

* return features properly.

* add IT for batch query

* fix batch query test

* reuse get_query from TrainingDatasetController

* create td

* compute td

* get td

* delete td

* delete td data only

* fix compile

* reformat

* set feature view

* set featurestore and project

* implement statistics resource

* handle hopsfstrainingdataset is null

* return all td

* fix create and get td

* do not return query in dto

* skip feature in dto

* set query in job config

* add td IT

* add td IT

* fix internal td it

* external td IT

* add external td test

* rename create td method

* reformat

* move query related methods to QueryController

* revert unintended changes

* refactor get FV

* fix failed tests

* fix comments

* check name of training dataset in IT

* check name of feature view against td

* keep td folder when deleting data only

* fix failed test

* fix failed test

* remove extra update

* return features after creating fv

* fix td exist error

* create feature view td job

* do not assume a split if splits is empty

* remove extra get annotation

* set default td name = fv name + version

* return batch query as object

* set start time and end time to td

* return feature group in correct type

* throw exception if feature not found

* fix test

* fix feature to featuredto map

* fix query test

* [Append] training dataset resource

remove redundant lines in test

* rebase

* [Hopsworks-3063] [FeatureView] Allow update of metadata in TrainingDataset resource (#921)

* init

* Update featurestore_helper.rb

* Update featureview_trainingdataset_spec.rb

* remove label from feature view table (#924)

* [HOPSWORKS-3073] [FeatureView] Remove ResourceRequest from FeatureViewController (#925)

* init

small changes also on other endpoints to standardize

* addressing the feedback

* [HOPSWORKS-2941] [Append]  td resource (#930)

* fix dataset

* fix infinite loop when getting all feature groups

* change event time type

* use date as event time in batch query

* add in memory td

* fix prepared statement comment

* refactor commit time

* fix keyword resource

* fix transformation

* remove unused import

* assign storage connector to in-memory td

* fix integration test

Co-authored-by: Ralf <[email protected]>
Co-authored-by: Kenneth Mak <[email protected]>
Co-authored-by: Alex Ormenisan <[email protected]>
(cherry picked from commit af28c64)

# Conflicts:
#	featurestore-ee/src/main/java/io/hops/hopsworks/featurestore/KeywordController.java
#	hopsworks-IT/src/test/ruby/spec/ee_tags_spec.rb
#	hopsworks-IT/src/test/ruby/spec/helpers/tag_helper.rb
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/featureview/FeatureViewResource.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/featureview/FeatureViewService.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/featureview/FeatureViewTagResource.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/preparestatement/PreparedStatementResource.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/query/QueryResource.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/trainingdataset/TrainingDatasetResource.java
#	hopsworks-api/src/main/java/io/hops/hopsworks/api/featurestore/transformation/TransformationResource.java

* [HOPSWORKS-3125] [append] Feature view fix end time error #944

(cherry picked from commit 3c064ff)
smkniazi pushed a commit to smkniazi/hopsworks that referenced this pull request Oct 25, 2022
This pull request was closed.
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants