Silvio Giebl

Results 116 comments of Silvio Giebl

~~Regarding building a tar there should also be an option to build an OCI tar which can store multi-arch images (https://github.com/opencontainers/image-spec/blob/main/image-layout.md). Similar to `docker buildx build --output=type=oci,dest=image.tar ...`~~ Sorry, found...

`classes` is a lifecycle task (https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:lifecycle_tasks) and never executes, it only "combines" tasks (in this case `compileJava` and `processResources`). > Did you really make a meaningful change to the code?...

Using an OCI image tarball or even directory as a base image would make a lot of sense. Related: #2173

Hi @gcdd1993 There are no plans to support multiple embedded extensions. Can you please describe which use case you need this for?

Hi @KunalGitRepo Sorry for the late response. It seems that you tried to connect to the port of your HiveMQ Control Center and not to the REST API of Swarm.

Hi @mrpsharp this should already be possible by setting the following config: ```yaml just_the_docs: collections: posts: nav_exclude: true ``` This will add the `_posts` collection to search (because `search_exclude` is...

> but we believe that it was caused by a WaitStrategy that looked for a certain row logged by Tomcat when it had successfully started, and that that log row...

Imho the `FrameConsumerResultCallback` should guarantee that it passes a single and complete line to the consumer in all cases independent of stream type and fragmentation. Then, there is no need...

Can someone approve the missing workflows? The code should now be ready.

Sorry to ask again, but now no more checks/tests should fail (hopefully 😁).