mybatis-spring-boot-jpetstore
mybatis-spring-boot-jpetstore copied to clipboard
Bump selenide from 6.6.1 to 6.9.0
Bumps selenide from 6.6.1 to 6.9.0.
Release notes
Sourced from selenide's releases.
v6.9.0
🚀 Features
- #1254 add methods to mock any server response in Selenide proxy (#1978)
@asolntsev- add setting "connection timeout" in addition to "read timeout" (#1977)
@asolntsevChanges
- #1974 add Authorization header only for specified domain (#1975)
@asolntsev- improve resolving proxy host name (#1970)
@asolntsev- Disable logging for getAlias method (#1971)
@reserved-word📦 Dependency updates
- upgrade to selenium 4.5.0 & remove Opera support (#1967)
@asolntsevhttps://github.com/selenide/selenide/milestone/166?closed=1
v6.8.1
Changes
- #1965 restore "opentelemetry" dependency (#1966)
@asolntsevv6.8.0
Changes
🚀 Features
- 1903 add annotation
@Asfor page object fields (#1956)@asolntsev- Add method page() without Class argument (#1961)
@asolntsev- #1946 deep shadow selectors support (#1947)
@BorisOsipov📦 Dependency updates
- #1850 don't include Mockito & AssertJ in all modules (#1964)
@asolntsev- optimize dependencies (#1963)
@asolntsev- Bump slf4jVersion from 2.0.1 to 2.0.2 (#1958)
@dependabot- Bump junit-platform-suite-engine from 1.9.0 to 1.9.1 (#1960)
@dependabot- Bump browserup-proxy-core from 2.2.2 to 2.2.3 (#1959)
@dependabot- Bump byteBuddyVersion from 1.12.16 to 1.12.17 (#1957)
@dependabot- bump JUnit from 5.9.0 to 5.9.1 (#1955)
@asolntsev- Bump jetty-servlet from 9.4.48.v20220622 to 9.4.49.v20220914 (#1954)
@dependabot- Bump slf4jVersion from 2.0.0 to 2.0.1 (#1953)
@dependabot- Bump nettyVersion from 4.1.81.Final to 4.1.82.Final (#1951)
@dependabot- Bump nettyVersion from 4.1.80.Final to 4.1.81.Final (#1950)
@dependabot- Bump byteBuddyVersion from 1.12.14 to 1.12.16 (#1949)
@dependabot- Bump mockito-core from 4.7.0 to 4.8.0 (#1948)
@dependabot- Bump com.github.spotbugs from 5.0.11 to 5.0.12 (#1945)
@dependabot- Bump com.github.spotbugs from 5.0.10 to 5.0.11 (#1944)
@dependabotv6.7.4
Changes
- #1942 don't remove shutdown hook at the moment when system shutdown is in progress (#1943)
@asolntsev
... (truncated)
Changelog
Sourced from selenide's changelog.
6.9.0 (released 07.10.2022)
- #1254 add methods to mock any server response in Selenide proxy -- see PR #1978
- #1974 Selenide proxy now adds Authorization header only for specified domain -- see PR #1975
- #1970 improve resolving proxy host name
- #1967 upgrade to selenium 4.5.0 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG
- #1967 remove Opera support
- #1971 Disable logging for getAlias method -- thanks to Reserved Word for the pull request
- #1977 add setting "connection timeout" in addition to "read timeout"
- #1969 bump slf4j from 2.0.2 to 2.0.3
- #1254 bump littleproxy from 2.0.12 to 2.0.13
6.8.1 (released 27.09.2022)
- #1965 restore "opentelemetry" dependency
6.8.0 (released 25.09.2022)
- #1946 deep shadow selectors support -- thanks to Boris Osipov for PR #1947
- #1961 Add method page() without Class argument -- thanks to Tagir Valeev for the hint
- #1903 add annotation
@Asfor page object fields -- see PR #1956- #1963 Removed "opentelemetry" dependency - we didn't use it since PR #1763
- Bump BrowserUpProxy from 2.2.2 to 2.2.3
- Bump LittleProxy from 2.0.11 to 2.0.12
- Bump Netty from 4.1.80.Final to 4.1.82.Final
- Bump slf4j from 2.0.0 to 2.0.2
- Bump JUnit from 5.9.0 to 5.9.1 -- see https://junit.org/junit5/docs/5.9.1/release-notes/
6.7.4 (released 05.09.2022)
- #1942 fix exception in "Dead threads' watchdog" #1942 -- see PR #1943
- #1936 Add remote read timeout as configurable parameter -- thanks to Rodion Goritskov for PR #1936
- #1935 Bump Netty from 4.1.79.Final to 4.1.80.Final
6.7.3 (released 27.08.2022)
- #1923 add condition
partialValue-- see PR #1924- #1928 add condition
$.shouldHave(tagName("div"))-- see PR #1929- #1934 Check that element is
<select>in methods$.getSelectedText(),getSelectedValue()- #1934 rename
$.getSelectedText()to$.getSelectedOptionText()- #1934 rename
$.getSelectedValue()to$.getSelectedOptionValue()- #1932 Bump webdrivermanager from 5.2.3 to 5.3.0
- #1931 Bump slf4jVersion from 1.7.36 to 2.0.0
- #1921 Bump browserup-proxy-core from 2.2.1 to 2.2.2
6.7.2 (released 14.08.2022)
- #1917 fix memory leak in Selenide -- see PR #1919
- #1918 upgrade to LittleProxy 2.0.11 which also has fixed a memory leak
- #1913 upgrade to selenium 4.4.0 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG
- #1920 fix
full-size-screenshot: pick the right window on remote webdriver6.7.1 (released 08.08.2022)
... (truncated)
Commits
da8190crelease Selenide 6.9.046a9b92#1254 add method urlMatches(regex)1f29bec#1254 add mocker name to every http response as header "X-Mocked-By"8a08891#1254 move http method into RequestMatcher5f2b1d5return 401 instead of 500 status for request without session cookie2f53c19#1254 run Firefox tests on https4859c3e#1254 support CORS when mocking server responsefb3db06#1254 add methods to mock any server response in Selenide proxy8b4f52dbump littleproxy from 2.0.12 to 2.0.1306b07d6try to stabilize flaky test- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)