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

Fixed processing of usesCallerIdentity and runAs #25228

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Nov 24, 2024

  • XML can contain null/false/true, null is not equal to true, but true is used as a default value after processing.
  • setElementValue complained about missing descriptor (exception)

- XML can contain null/false/true, null is not equal to true, but true is used
  as a default value after processing.
- setElementValue complained about missing descriptor (exception)


Signed-off-by: David Matějček <[email protected]>
@dmatej dmatej added the bug Something isn't working label Nov 24, 2024
@dmatej dmatej added this to the 7.0.20 milestone Nov 24, 2024
@dmatej dmatej requested a review from a team November 24, 2024 21:13
@dmatej dmatej self-assigned this Nov 24, 2024
@arjantijms
Copy link
Contributor

Boolean.FALSE.equals

As a small stylistic issue, I think qualifying FALSE with Boolean doesn't add much to readability or understanding of the code.

@arjantijms arjantijms merged commit b02beaa into eclipse-ee4j:master Nov 25, 2024
3 checks passed
@dmatej dmatej deleted the usesCallerIdentity branch November 25, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants