Update Servlet to 4.7.0 #2462
Annotations
64 errors and 2 warnings
JettyFileTypeHandlerSpec.test returning a file from a controller:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L52
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@2cdbe28 headers=io.micronaut.http.netty.NettyHttpHeaders@11518582 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@7a2fd9de attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:17 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:17 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:08 GMT
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test returning a file from a controller(JettyFileTypeHandlerSpec.groovy:52)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when a system file is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L104
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@4fcb1a13 headers=io.micronaut.http.netty.NettyHttpHeaders@263f26b3 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@3b9a0b15 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:08 GMT
| | Content-Disposition: attachment; filename="fileTypeHandlerSpec14498416781603158883.html"; filename*=utf-8''fileTypeHandlerSpec14498416781603158883.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when a system file is returned(JettyFileTypeHandlerSpec.groovy:104)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when an attached streamed file is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L119
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@1c553a85 headers=io.micronaut.http.netty.NettyHttpHeaders@1460c688 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@6e8123dd attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Disposition: attachment; filename="fileTypeHandlerSpec.html"; filename*=utf-8''fileTypeHandlerSpec.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when an attached streamed file is returned(JettyFileTypeHandlerSpec.groovy:119)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when a system file is returned with a name:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L133
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@32d3b7 headers=io.micronaut.http.netty.NettyHttpHeaders@656fcf12 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@2441e2d3 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:08 GMT
| | Content-Disposition: attachment; filename="abc.xyz"; filename*=utf-8''abc.xyz
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when a system file is returned with a name(JettyFileTypeHandlerSpec.groovy:133)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test the content type is honored when a system file response is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L148
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@3e4f326e headers=io.micronaut.http.netty.NettyHttpHeaders@54724e71 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@74d9afea attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:08 GMT
| | Content-Disposition: attachment; filename="temp.html"; filename*=utf-8''temp.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test the content type is honored when a system file response is returned(JettyFileTypeHandlerSpec.groovy:148)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test the content type is honored when a streamed file response is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L163
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@7b0ad09a headers=io.micronaut.http.netty.NettyHttpHeaders@76cb6b26 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@60b84649 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Disposition: attachment; filename="temp.html"; filename*=utf-8''temp.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test the content type is honored when a streamed file response is returned(JettyFileTypeHandlerSpec.groovy:163)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test using a piped stream:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L176
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@2cf97fb4 headers=io.micronaut.http.netty.NettyHttpHeaders@4f940c29 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@1d113d9d attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:20 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:20 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:20 GMT
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 26, cap: 26)) convertedBodies=[String:Optional[abcdefghijklmnopqrstuvwxyz]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@13c90cb9 body=abcdefghijklmnopqrstuvwxyz conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7a248528>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test using a piped stream(JettyFileTypeHandlerSpec.groovy:176)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources from the file system are returned:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L75
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@4dc1f629 headers=io.micronaut.http.netty.NettyHttpHeaders@4d33713a nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@6145be92 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:25 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:16 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:25 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 65, cap: 65)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from static file</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@4a094674 body=<html><head></head><body>HTML Page from static file</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@4f5f4f7a>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources from the file system are returned(UndertowStaticResourceResolutionSpec.groovy:75)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources from the classpath are returned:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L93
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@3d862f5c headers=io.micronaut.http.netty.NettyHttpHeaders@409b96d2 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@96effb1 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:27 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:27 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@4a094674 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@4f5f4f7a>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources from the classpath are returned(UndertowStaticResourceResolutionSpec.groovy:93)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test index.html will be resolved:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L112
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@3bdc9461 headers=io.micronaut.http.netty.NettyHttpHeaders@5a1e47d3 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@2e13c72b attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:27 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:27 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@4a094674 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@4f5f4f7a>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test index.html will be resolved(UndertowStaticResourceResolutionSpec.groovy:112)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L137
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@5919dd67 headers=io.micronaut.http.netty.NettyHttpHeaders@aa24615 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@29ab7ccc attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:28 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:28 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2d7d92a7 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@1618b4fa>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping(UndertowStaticResourceResolutionSpec.groovy:137)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with multiple configured mappings and one is disabled:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L170
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@abe3a3 headers=io.micronaut.http.netty.NettyHttpHeaders@396ab19d nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@14cd9288 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:28 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:28 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@1b5b650d body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@4c49471c>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with multiple configured mappings and one is disabled(UndertowStaticResourceResolutionSpec.groovy:170)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L204
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@452895aa headers=io.micronaut.http.netty.NettyHttpHeaders@8bac10b nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@24fc59e3 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:29 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:29 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@7eb0c144 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@44c073bd>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html(UndertowStaticResourceResolutionSpec.groovy:204)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html in path:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L231
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@79b2b427 headers=io.micronaut.http.netty.NettyHttpHeaders@2be9dfb0 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@4e6a75a3 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:29 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:32 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:29 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 67, cap: 67)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources/foo</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@598de6bf body=<html><head></head><body>HTML Page from resources/foo</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@445944ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html in path(UndertowStaticResourceResolutionSpec.groovy:231)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L274
Condition failed with Exception:
Integer.parseInt(header(CONTENT_LENGTH)) > 0
| | | |
| | null Content-Length
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource_closure1(UndertowStaticResourceResolutionSpec.groovy:277)
| at groovy.lang.Closure.call(Closure.java:433)
| at spock.lang.Specification.with(Specification.java:191)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource(UndertowStaticResourceResolutionSpec.groovy:274)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L311
Condition failed with Exception:
Integer.parseInt(header(CONTENT_LENGTH)) > 0
| | | |
| | null Content-Length
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:630)
| at java.base/java.lang.Integer.parseInt(Integer.java:786)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling_closure3(UndertowStaticResourceResolutionSpec.groovy:314)
| at groovy.lang.Closure.call(Closure.java:433)
| at spock.lang.Specification.with(Specification.java:191)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling(UndertowStaticResourceResolutionSpec.groovy:311)
class java.lang.Integer
|
SimpleServerTest.testGetMethodWithSerialization():
test-sample-poja/src/test/java/io/micronaut/http/poja/sample/SimpleServerTest.java#L83
io.micronaut.http.client.exceptions.ResponseClosedException: Client '/': Connection closed before response was received
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
BodyTest.testObjectBody():
BodyTest#L197
org.opentest4j.AssertionFailedError: Expected received body of 'obj: [B@39253518' to contain 'obj: {fizz=buzz}' ==> expected: <true> but was: <false>
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostCanBeAllowedViaRegexConfiguration():
CorsSimpleRequestTest#L211
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestAllowedFor127RequestAndLocalhostOrigin():
CorsSimpleRequestTest#L179
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestFailsForLocalhostAndSpoofed127Origin():
CorsSimpleRequestTest#L164
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostCanBeAllowedViaConfigurationWithRegexToo():
CorsSimpleRequestTest#L251
org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple Failures (2 failures)
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostForbiddenViaRegexConfiguration():
CorsSimpleRequestTest#L229
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestNotAllowedFor127AndAny():
CorsSimpleRequestTest#L120
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestAllowedForLocalhostAndAnyWhenSpecificallyTurnedOff():
CorsSimpleRequestTest#L94
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
FormUrlEncodedBodyInRequestFilterTest.bodyParsingInFilter():
FormUrlEncodedBodyInRequestFilterTest#L50
org.opentest4j.AssertionFailedError: expected: <UNAUTHORIZED> but was: <INTERNAL_SERVER_ERROR>
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientResponseException: Internal Server Error
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
build (17)
Process completed with exit code 1.
|
JettyFileTypeHandlerSpec.test returning a file from a controller:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L52
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@2b12488 headers=io.micronaut.http.netty.NettyHttpHeaders@64deb236 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@467ce50a attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:41 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:41 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:33 GMT
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test returning a file from a controller(JettyFileTypeHandlerSpec.groovy:52)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when a system file is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L104
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@660da0d7 headers=io.micronaut.http.netty.NettyHttpHeaders@5dd5142 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@3c401155 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:33 GMT
| | Content-Disposition: attachment; filename="fileTypeHandlerSpec1043939744168316876.html"; filename*=utf-8''fileTypeHandlerSpec1043939744168316876.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when a system file is returned(JettyFileTypeHandlerSpec.groovy:104)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when an attached streamed file is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L119
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@20347d47 headers=io.micronaut.http.netty.NettyHttpHeaders@5b5c1135 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@f90ff5e attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Disposition: attachment; filename="fileTypeHandlerSpec.html"; filename*=utf-8''fileTypeHandlerSpec.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when an attached streamed file is returned(JettyFileTypeHandlerSpec.groovy:119)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test when a system file is returned with a name:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L133
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@5b386c8 headers=io.micronaut.http.netty.NettyHttpHeaders@b39a3bf nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@4da6546a attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/html
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:33 GMT
| | Content-Disposition: attachment; filename="abc.xyz"; filename*=utf-8''abc.xyz
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test when a system file is returned with a name(JettyFileTypeHandlerSpec.groovy:133)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test the content type is honored when a system file response is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L148
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@30822879 headers=io.micronaut.http.netty.NettyHttpHeaders@105dc6df nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@4b6d894d attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:33 GMT
| | Content-Disposition: attachment; filename="temp.html"; filename*=utf-8''temp.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test the content type is honored when a system file response is returned(JettyFileTypeHandlerSpec.groovy:148)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test the content type is honored when a streamed file response is returned:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L163
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@3de9aa8d headers=io.micronaut.http.netty.NettyHttpHeaders@18a997c7 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@1d60ee76 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Disposition: attachment; filename="temp.html"; filename*=utf-8''temp.html
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 48, cap: 48)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=<html><head></head><body>HTML Page</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test the content type is honored when a streamed file response is returned(JettyFileTypeHandlerSpec.groovy:163)
class java.lang.Integer
|
JettyFileTypeHandlerSpec.test using a piped stream:
http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/JettyFileTypeHandlerSpec.groovy#L176
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@722479ba headers=io.micronaut.http.netty.NettyHttpHeaders@21d1f97f nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@6944a621 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Date: Wed, 6 Nov 2024 15:45:44 GMT
| | Content-Type: text/plain
| | Expires: Wed, 6 Nov 2024 15:46:44 GMT
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:44 GMT
| | Transfer-Encoding: chunked
| | Server: Jetty(11.0.24) unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 26, cap: 26)) convertedBodies=[String:Optional[abcdefghijklmnopqrstuvwxyz]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@2faaec43 body=abcdefghijklmnopqrstuvwxyz conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@c7934ea>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.jetty.JettyFileTypeHandlerSpec.test using a piped stream(JettyFileTypeHandlerSpec.groovy:176)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources from the file system are returned:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L75
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@4e44f582 headers=io.micronaut.http.netty.NettyHttpHeaders@6e886e25 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@6a47f34c attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:31 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:45:22 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:31 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 65, cap: 65)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from static file</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@52ac7989 body=<html><head></head><body>HTML Page from static file</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7be1b23d>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources from the file system are returned(UndertowStaticResourceResolutionSpec.groovy:75)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources from the classpath are returned:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L93
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@6e5bb7aa headers=io.micronaut.http.netty.NettyHttpHeaders@4f880f4a nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@149b14f6 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:33 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:33 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@52ac7989 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7be1b23d>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources from the classpath are returned(UndertowStaticResourceResolutionSpec.groovy:93)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test index.html will be resolved:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L112
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@2859b9e6 headers=io.micronaut.http.netty.NettyHttpHeaders@335f5370 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@4a45042a attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:33 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:33 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@52ac7989 body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@7be1b23d>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test index.html will be resolved(UndertowStaticResourceResolutionSpec.groovy:112)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L137
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@2324100b headers=io.micronaut.http.netty.NettyHttpHeaders@17dfa412 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@32c77e0d attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:34 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:34 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@1c1e78eb body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@646599c6>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping(UndertowStaticResourceResolutionSpec.groovy:137)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with multiple configured mappings and one is disabled:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L170
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@14cd3858 headers=io.micronaut.http.netty.NettyHttpHeaders@3c45c5cd nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@cdf67f1 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:34 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:34 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@98be09f body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@24e14ca6>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with multiple configured mappings and one is disabled(UndertowStaticResourceResolutionSpec.groovy:170)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L204
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@6719b4a headers=io.micronaut.http.netty.NettyHttpHeaders@3b05fba2 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@64f514d2 attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: UnpooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:34 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:34 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 63, cap: 63)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@1f2eb34c body=<html><head></head><body>HTML Page from resources</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@8a1bd62>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html(UndertowStaticResourceResolutionSpec.groovy:204)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html in path:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L231
Condition failed with Exception:
Integer.parseInt(response.header(CONTENT_LENGTH)) > 0
| | | | |
| | | null Content-Length
| | <io.micronaut.http.client.netty.FullNettyClientHttpResponse@7a0eca26 headers=io.micronaut.http.netty.NettyHttpHeaders@2d549bf1 nettyCookies=io.micronaut.http.netty.cookies.NettyCookies@7e667bfb attributes={} nettyHttpResponse=DefaultFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: PooledSlicedByteBuf(freed))
| | HTTP/1.1 200 OK
| | Expires: Wed, 6 Nov 2024 15:46:35 GMT
| | Connection: keep-alive
| | Cache-Control: private, max-age=60
| | Last-Modified: Wed, 6 Nov 2024 15:44:42 GMT
| | Transfer-Encoding: chunked
| | Content-Type: text/html
| | Date: Wed, 6 Nov 2024 15:45:35 GMT unpooledContent=UnreleasableByteBuf(UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 67, cap: 67)) convertedBodies=[String:Optional[<html><head></head><body>HTML Page from resources/foo</body></html>]] handlerRegistry=io.micronaut.http.body.DefaultMessageBodyHandlerRegistry@598acf89 body=<html><head></head><body>HTML Page from resources/foo</body></html> conversionService=io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment@36173114>
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with configured mapping automatically resolves index.html in path(UndertowStaticResourceResolutionSpec.groovy:231)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L274
Condition failed with Exception:
Integer.parseInt(header(CONTENT_LENGTH)) > 0
| | | |
| | null Content-Length
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource_closure1(UndertowStaticResourceResolutionSpec.groovy:277)
| at groovy.lang.Closure.call(Closure.java:433)
| at spock.lang.Specification.with(Specification.java:191)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.test resources with mapping names that are prefixes of one another can resolve index.html and a resource(UndertowStaticResourceResolutionSpec.groovy:274)
class java.lang.Integer
|
UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling:
http-server-undertow/src/test/groovy/io/micronaut/servlet/undertow/UndertowStaticResourceResolutionSpec.groovy#L311
Condition failed with Exception:
Integer.parseInt(header(CONTENT_LENGTH)) > 0
| | | |
| | null Content-Length
| java.lang.NumberFormatException: Cannot parse null string
| at java.base/java.lang.Integer.parseInt(Integer.java:624)
| at java.base/java.lang.Integer.parseInt(Integer.java:778)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling_closure3(UndertowStaticResourceResolutionSpec.groovy:314)
| at groovy.lang.Closure.call(Closure.java:433)
| at spock.lang.Specification.with(Specification.java:191)
| at io.micronaut.servlet.undertow.UndertowStaticResourceResolutionSpec.multiple index.html files causes issues with the static resource handling(UndertowStaticResourceResolutionSpec.groovy:311)
class java.lang.Integer
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
BodyTest.testObjectBody():
BodyTest#L197
org.opentest4j.AssertionFailedError: Expected received body of 'obj: [B@5d481f3' to contain 'obj: {fizz=buzz}' ==> expected: <true> but was: <false>
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostCanBeAllowedViaRegexConfiguration():
CorsSimpleRequestTest#L211
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestAllowedForLocalhostAndOriginLocalhost():
CorsSimpleRequestTest#L134
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestAllowedForLocalhostAnd127Origin():
CorsSimpleRequestTest#L149
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestNotAllowedForLocalhostAndAny():
CorsSimpleRequestTest#L78
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestForAllowedRegexDoesNotDefaultToAllAllowedorigins():
CorsSimpleRequestTest#L313
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostForbiddenViaRegexConfiguration():
CorsSimpleRequestTest#L229
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestNotAllowedFor127AndAny():
CorsSimpleRequestTest#L120
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.HttpClientException>
|
CorsSimpleRequestTest.corsSimpleRequestAllowedForLocalhostAndAnyWhenSpecificallyTurnedOff():
CorsSimpleRequestTest#L94
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
CorsSimpleRequestTest.corsSimpleRequestForLocalhostCanBeAllowedViaConfiguration():
CorsSimpleRequestTest#L193
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientException: Error occurred reading HTTP response: Broken pipe
|
FormUrlEncodedBodyInRequestFilterTest.bodyParsingInFilter():
FormUrlEncodedBodyInRequestFilterTest#L50
org.opentest4j.AssertionFailedError: expected: <UNAUTHORIZED> but was: <INTERNAL_SERVER_ERROR>
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Unexpected exception thrown: io.micronaut.http.client.exceptions.HttpClientResponseException: Internal Server Error
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
JsonViewsTest.testJsonViewFlux():
JsonViewsTest#L63
org.opentest4j.AssertionFailedError: Expected received body of '[{"id":1,"name":"Joe","password":"secret"}]' to doesnt_contain 'password' ==> expected: <true> but was: <false>
|
build (21)
The job was canceled because "_17" failed.
|
build (21)
Process completed with exit code 1.
|
build (17)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
build (17)
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
|