-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Qute Character Escapes for Json Content #43900
base: main
Are you sure you want to change the base?
Conversation
🎊 PR Preview 8df922d has been successfully built and deployed to https://quarkus-pr-main-43900-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: independent-projects/qute/core
! Skipped: core/deployment core/runtime devtools/cli and 866 more
📦 independent-projects/qute/core
✖ io.quarkus.qute.JsonEscaperTest.testEscaping
line 59
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <\rČolek\n;> but was: <\rČolek\n>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at io.quarkus.qute.JsonEscaperTest.testEscaping(JsonEscaperTest.java:59)
⚙️ JVM Tests - JDK 21 #
- Failing: independent-projects/qute/core
! Skipped: core/deployment core/runtime devtools/cli and 866 more
📦 independent-projects/qute/core
✖ io.quarkus.qute.JsonEscaperTest.testEscaping
line 59
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <\rČolek\n;> but was: <\rČolek\n>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at io.quarkus.qute.JsonEscaperTest.testEscaping(JsonEscaperTest.java:59)
⚙️ JVM Tests - JDK 17 Windows #
- Failing: independent-projects/qute/core
! Skipped: core/deployment core/runtime devtools/cli and 866 more
📦 independent-projects/qute/core
✖ io.quarkus.qute.JsonEscaperTest.testEscaping
line 59
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <\rČolek\n;> but was: <\rČolek\n>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at io.quarkus.qute.JsonEscaperTest.testEscaping(JsonEscaperTest.java:59)
Changes for covering JSON Escapes in templates mentioned in issue #43369