Bump rest-assured from 2.4.1 to 2.9.0 in /qa-tests-backend#2
Merged
viswajithiii merged 1 commit intomasterfrom Dec 10, 2021
Conversation
Contributor
Author
|
The following labels could not be found: |
Contributor
|
@dependabot recreate |
Bumps [rest-assured](https://github.com/jayway/rest-assured) from 2.4.1 to 2.9.0. - [Release notes](https://github.com/jayway/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-2.4.1...rest-assured-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.restassured:rest-assured dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
c705d41 to
ebf9528
Compare
|
Tag for build #5370 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.67.x-99-gebf952849f'📦 You can also generate an installation bundle with: docker run -i --rm stackrox/main:3.67.x-99-gebf952849f central generate interactive > bundle.zip🕹️ A |
janisz
approved these changes
Dec 10, 2021
2 tasks
RTann
pushed a commit
that referenced
this pull request
Apr 6, 2022
Bumps [rest-assured](https://github.com/jayway/rest-assured) from 2.4.1 to 2.9.0. - [Release notes](https://github.com/jayway/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-2.4.1...rest-assured-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.restassured:rest-assured dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 tasks
5 tasks
1 task
clickboo
added a commit
that referenced
this pull request
Dec 7, 2022
clickboo
added a commit
that referenced
this pull request
Jan 30, 2023
ivan-degtiarenko
added a commit
that referenced
this pull request
Apr 11, 2023
ivan-degtiarenko
added a commit
that referenced
this pull request
Apr 13, 2023
clickboo
added a commit
that referenced
this pull request
May 4, 2023
clickboo
added a commit
that referenced
this pull request
May 4, 2023
5 tasks
jvdm
added a commit
that referenced
this pull request
Jan 11, 2024
jvdm
added a commit
that referenced
this pull request
Jan 11, 2024
BradLugo
added a commit
that referenced
this pull request
Feb 2, 2024
clickboo
added a commit
that referenced
this pull request
Aug 27, 2024
# This is the 1st commit message: WIP: Helm changes for config-controller # The commit message #2 will be skipped: # WIP: Helm changes for config-controller # The commit message #3 will be skipped: # helm ignore # The commit message #4 will be skipped: # remove comment block from deployment yaml # The commit message #5 will be skipped: # manager # The commit message #6 will be skipped: # remove indent # The commit message #7 will be skipped: # more fixes to indentation
9 tasks
9 tasks
ajheflin
added a commit
that referenced
this pull request
Sep 3, 2025
4 tasks
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 2, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
davdhacs
added a commit
that referenced
this pull request
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rest-assured from 2.4.1 to 2.9.0.
Changelog
Sourced from rest-assured's changelog.
... (truncated)
Commits
fe56458[maven-release-plugin] prepare release rest-assured-2.9.0c11bfafUpdate README.mdff2eb5dUpdate README.md30d4f20Prepared changelog for new release23f10acFixing issue where file was treated as string4309539Fixed typos in javadoca0adf58Major improvements of certificate authentication. You can now use a keystore ...6c9bb96Getting an attribute value from an XmlPath expression that doesn't exists now...5694290Improve escaping for XmlPath's containing colon3561292Added another namespace testDependabot 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)