Merge branch '5.5.x' into 5.6.x #1810
graalvm-latest.yml
on: push
build_matrix
1m 47s
Matrix: build
Annotations
17 errors and 5 warnings
JettyParameterBindingSpec.test list to single error:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyParameterBindingSpec.groovy#L97
Condition not satisfied:
response.body().contains('Failed to convert argument')
| | |
| | false
| {"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}
<io.micronaut.http.client.netty.FullNettyClientHttpResponse@3b6e493 headers=io.micronaut.http.netty.NettyHttpHeaders@2b3a4b06 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@1f9ca08e attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(freed, components=2))
HTTP/1.1 400 Bad Request
Server: Jetty(12.1.2)
Date: Thu, 16 Oct 2025 07:50:11 GMT
Content-Type: application/json
Content-Length: 224 unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 224, cap: 224)) convertedBodies=[String:Optional[{"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}], JsonError:Optional[Bad Request]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@7e03d053 body={"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"} conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@bf2677f>
|
TomcatParameterBindingSpec.test list to single error:
http-server-tomcat/src/test/groovy/io/micronaut/servlet/tomcat/TomcatParameterBindingSpec.groovy#L90
Condition not satisfied:
response.body().contains('Failed to convert argument')
| | |
| | false
| {"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}
<io.micronaut.http.client.netty.FullNettyClientHttpResponse@62231c0f headers=io.micronaut.http.netty.NettyHttpHeaders@71f1ea35 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@3d4cae3f attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
HTTP/1.1 400
Date: Thu, 16 Oct 2025 07:50:18 GMT
Content-Type: application/json
Content-Length: 224
Connection: close unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 224, cap: 224)) convertedBodies=[JsonError:Optional[Bad Request], String:Optional[{"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@56dce7f7 body={"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"} conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@4680e424>
|
UndertowParameterBindingSpec.test list to single error:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowParameterBindingSpec.groovy#L93
Condition not satisfied:
response.body().contains('Failed to convert argument')
| | |
| | false
| {"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}
<io.micronaut.http.client.netty.FullNettyClientHttpResponse@16fdbb17 headers=io.micronaut.http.netty.NettyHttpHeaders@6bb5270e nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@7cbeb8b2 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
HTTP/1.1 400 Bad Request
Connection: keep-alive
Content-Type: application/json
Content-Length: 224
Date: Thu, 16 Oct 2025 07:50:22 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 224, cap: 224)) convertedBodies=[String:Optional[{"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"}], JsonError:Optional[Bad Request]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@4bfdd751 body={"_links":{"self":[{"href":"/parameter/exploded?title=The%20Stand&age=20&age=30","templated":false}]},"_embedded":{"errors":[{"message":"Required argument [Book book] not specified","path":"/book"}]},"message":"Bad Request"} conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@5ba34ac0>
|
Gradle Test Executor 7.failed to execute tests (failure 1/5):
Gradle Test Executor 7#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not start Gradle Test Executor 7.
|
Gradle Test Executor 7.failed to execute tests (failure 2/5):
Gradle Test Executor 7#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.$SimpleServerTest$Definition$Exec'.
|
Gradle Test Executor 7.failed to execute tests (failure 3/5):
Gradle Test Executor 7#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.$SimpleServerTest$Definition'.
|
Gradle Test Executor 7.failed to execute tests (failure 4/5):
Gradle Test Executor 7#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'io.micronaut.http.poja.sample.SimpleServerTest'.
|
Gradle Test Executor 7.failed to execute tests (failure 5/5):
Gradle Test Executor 7#L1
org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 7.
|
build (17, micronaut-test-sample-poja:nativeTest)
Process completed with exit code 1.
|
build (17, test-suite-http-server-tck-jdk:nativeTest)
The strategy configuration was canceled because "build._17_micronaut-test-sample" failed
|
build (17, test-suite-http-server-tck-undertow:nativeTest)
The strategy configuration was canceled because "build._17_micronaut-test-sample" failed
|
build (17, test-suite-http-server-tck-tomcat:nativeTest)
The strategy configuration was canceled because "build._17_micronaut-test-sample" failed
|
build (17, test-suite-http-server-tck-tomcat:nativeTest)
The operation was canceled.
|
build (17, test-suite-http-server-tck-jetty:nativeTest)
The strategy configuration was canceled because "build._17_micronaut-test-sample" failed
|
build (17, test-suite-http-server-tck-jetty:nativeTest)
The operation was canceled.
|
build (17, test-suite-http-server-tck-poja-apache:nativeTest)
The strategy configuration was canceled because "build._17_micronaut-test-sample" failed
|
build (17, test-suite-http-server-tck-poja-apache:nativeTest)
The operation was canceled.
|
build_matrix
Failed to restore v8-gradle|Linux|graalvm latest ***-build_matrix[37a6259cc0c1dae299a7866489dff0bd]-095a8b16085ad3f5a292301633be7a6806f27f9b: Error: Cache service responded with 400
|
build (17, micronaut-test-sample-poja:nativeTest)
Failed to restore v8-gradle|Linux|graalvm latest ***-build[6a8580e4b59ea0cd04403898dc3d5f51]-095a8b16085ad3f5a292301633be7a6806f27f9b: Error: Cache service responded with 400
|
build (17, micronaut-test-sample-poja:nativeTest)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build (17, test-suite-http-server-tck-poja-apache:nativeTest)
Failed to restore v8-gradle|Linux|graalvm latest ***-build[a3a68737d9703e2b7e6c3f5c49beb28f]-095a8b16085ad3f5a292301633be7a6806f27f9b: Error: Cache service responded with 400
|
build (17, test-suite-http-server-tck-poja-apache:nativeTest)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|