Skip to content

fix: return value of ALTER PROPERTY for DEFAULT attribute#1802

Merged
mergify[bot] merged 1 commit intoArcadeData:mainfrom
gramian:main
Oct 31, 2024
Merged

fix: return value of ALTER PROPERTY for DEFAULT attribute#1802
mergify[bot] merged 1 commit intoArcadeData:mainfrom
gramian:main

Conversation

@gramian
Copy link
Copy Markdown
Collaborator

@gramian gramian commented Oct 30, 2024

What does this PR do?

ALTER PROPERTY is returning the evaluated attribute value for attribute type default, this is not only inconsistent with the attribute value set but also confusing as it appears to a user as if the attribute was evaluated.

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@gramian gramian changed the title fox: return value of ALTER PROPERTY for DEFAULT attribute fix: return value of ALTER PROPERTY for DEFAULT attribute Oct 30, 2024
@gramian gramian requested a review from lvca October 30, 2024 18:14
@lvca lvca removed their request for review October 31, 2024 18:46
@lvca lvca added this to the 24.11.1 milestone Oct 31, 2024
Copy link
Copy Markdown
Member

@lvca lvca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mergify mergify bot merged commit a29821a into ArcadeData:main Oct 31, 2024
mergify bot added a commit that referenced this pull request Oct 11, 2025
…20.Final [skip ci]

Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.19.Final to 2.3.20.Final.
Release notes

*Sourced from [io.undertow:undertow-core's releases](https://github.com/undertow-io/undertow/releases).*

> v2.3.20.Final
> -------------
>
> [Release 2.3.20.Final](https://issues.redhat.com/projects/UNDERTOW/versions/12468257) fixes CVE-2025-9784
> Full list of issues: [view in Jira](https://issues.redhat.com/issues/?jql=project%20=%2012312521%20AND%20fixVersion%20=%2012468257%20ORDER%20BY%20priority%20DESC,%20key%20ASC)
>
> ```
>     Release Notes - Undertow - Version 2.3.20.Final
> ```


Commits

* [`5e6c73d`](undertow-io/undertow@5e6c73d) Prepare 2.3.20.Final
* [`967ec02`](undertow-io/undertow@967ec02) Merge pull request [#1803](https://redirect.github.com/undertow-io/undertow/issues/1803) from fl4via/backport-fixes\_2.3.x
* [`2448f7a`](undertow-io/undertow@2448f7a) [UNDERTOW-2598] Replace the delayed cleaning algorithm in DirectByteBufferDea...
* [`e7c28ac`](undertow-io/undertow@e7c28ac) Merge pull request [#1802](https://redirect.github.com/undertow-io/undertow/issues/1802) from fl4via/backport-fixes\_2.3.x
* [`39fcfbe`](undertow-io/undertow@39fcfbe) [UNDERTOW-2598] CVE-2025-9784 At AbstractFramedStreamSinkChannel, safeguard a...
* [`1d013b2`](undertow-io/undertow@1d013b2) [UNDERTOW-2598] CVE-2025-9784 Add a delay in the actual direct byte buffer de...
* [`afbd244`](undertow-io/undertow@afbd244) [UNDERTOW-2598] CVE-2025-9784 Prevent the dispatch of an exchange if the conn...
* [`4610806`](undertow-io/undertow@4610806) [UNDERTOW-2598] CVE-2025-9784 Prevent a MadeYouReset HTTP2 attack by sending ...
* [`c5a9817`](undertow-io/undertow@c5a9817) [UNDERTOW-2235] Properly handle non servlet methods dispatched as error into ...
* [`5756047`](undertow-io/undertow@5756047) [UNDERTOW-2604] fix potential NPE from alternate ctor
* Additional commits viewable in [compare view](undertow-io/undertow@2.3.19.Final...2.3.20.Final)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.undertow:undertow-core&package-manager=maven&previous-version=2.3.19.Final&new-version=2.3.20.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants