mcollovati / vertx-vaadin

Run Vaadin UI on Vert.x
MIT License
44 stars 17 forks source link

build(deps): bump org.hibernate.validator:hibernate-validator from 6.1.5.Final to 6.2.0.Final in /vertx-vaadin-tests/test-scalability #128

Open dependabot[bot] opened 5 days ago

dependabot[bot] commented 5 days ago

Bumps org.hibernate.validator:hibernate-validator from 6.1.5.Final to 6.2.0.Final.

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

6.2.0.Final (23-12-2020)

** Bug * HV-1821 - engine - HV-1755 introduces NPE in org.hibernate.validator.internal.engine.ValidatorFactoryImpl constructor

** New Feature * HV-1822 - validators - Add Russian specific validator for russian taxpayer identification number

6.2.0.CR1 (07-12-2020)

** Improvement * HV-1812 - engine - Avoid reflection-based metadata extraction for built-in value extractors

** New Feature * HV-1816 - engine - Disable Expression Language by default for custom constraint violations

** Remove Feature * HV-1790 - engine, validators - Remove the SafeHtml constraint

** Task * HV-1820 - engine - Upgrade JBoss Logging to 3.4.1.Final * HV-1819 - engine - Upgrade Classmate to 1.5.1 * HV-1817 - build - Upgrade to checkstyle 8.38

6.1.6.Final (30-09-2020)

** Bug * HV-1804 - translations - Fix Dutch translation for @​Size constraint * HV-1797 - validators - Validation on classes with a bidirectional relationship cause stack overflow on 6.1.x * HV-1761 - engine - Interpolation of primitive arrays causes a ClassCastException

** Improvement * HV-1782 - translations - Remove trailing dot from @​Max constraint German translation

** New Feature * HV-1780 - validators - Add @​Normalized contraint that validates if text is normalized in a given form

** Task * HV-1803 - tests - Move the tests to log4j2 * HV-1802 - tests - Update ByteBuddy test dependency to 1.10.16 * HV-1795 - build - Remove link to JavaMoney javadoc

Commits
  • a883dcd [Jenkins release job] Preparing release 6.2.0.Final
  • badcc8f [Jenkins release job] changelog.txt updated by release build 6.2.0.Final
  • ff4faab [Jenkins release job] README.md updated by release build 6.2.0.Final
  • d8c8faa HV-1822 add russian specific INN annotation
  • 3304647 HV-1821 Support using a non-Hibernate Validator configuration class
  • 9c61b95 [Jenkins release job] Preparing next development iteration
  • 02ed74e [Jenkins release job] Preparing release 6.2.0.CR1
  • 401a85d [Jenkins release job] changelog.txt updated by release build 6.2.0.CR1
  • 7232226 [Jenkins release job] README.md updated by release build 6.2.0.CR1
  • 1785054 HV-1820 Upgrade JBoss Logging to 3.4.1.Final
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mcollovati/vertx-vaadin/network/alerts).
github-actions[bot] commented 5 days ago

Test Results

197 files  +1  197 suites  +1   15m 38s ⏱️ + 1m 23s 584 tests  - 1  556 ✅  - 1  28 💤 ±0  0 ❌ ±0  625 runs   - 1  596 ✅  - 1  29 💤 ±0  0 ❌ ±0 

Results for commit c2d2ae00. ± Comparison against base commit 14828891.

This pull request removes 6 and adds 5 tests. Note that renamed tests count towards both. ``` com.github.mcollovati.vertx.vaadin.VertxVaadinServiceUT ‑ should_report_flow_bootstrapHandler com.vaadin.flow.uitest.ui.NavigationTriggerIT ‑ testNavigationTriggers_back_forward[any_Chrome_] com.vaadin.viteapp.BasicsIT ‑ applicationUsesVite[any_Chrome_] com.vaadin.viteapp.BasicsIT ‑ debugWindowShown[any_Chrome_] com.vaadin.viteapp.TemplateIT ‑ testElementReferencedByReflection[any_Chrome_] com.vaadin.viteapp.ThemeIT ‑ documentCssImport_externalAddedToHeadAsLink[any_Chrome_] ``` ``` com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest ‑ serveStaticResource_externalThemeResourceRequest_serveFromBundle com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest ‑ serveStaticResource_projectThemeResourceRequest_serveFromFrontend com.github.mcollovati.vertx.vaadin.VertxStaticFileServerTest ‑ serveStaticResource_themeResourceRequest_productionMode_notServeFromBundleNorFromFrontend com.vaadin.viteapp.ThemeIT ‑ autoInjectComponentsIsFalse_cssNotImported[any_Chrome_] com.vaadin.viteapp.ThemeIT ‑ documentCssImport_externalUrlLoaded[any_Chrome_] ```
This pull request skips 1 test. ``` com.vaadin.flow.uitest.ui.NavigationTriggerIT ‑ testNavigationTriggers[any_Chrome_] ```