Tero Saarni

Results 119 comments of Tero Saarni

Hi @sxiii, Sorry for delay replying. Does the source code of `bmxlib-libmxf` have `debian/control` file and other packaging files that are required by the packaging tools https://wiki.debian.org/Packaging/Intro

I quickly looked at the `mk-build-deps` script from Debian `devscripts` package and it seemed to me that the usage could be printed if `debian/control` was missing, or maybe it could...

I can help with beats input.

I can work on this issue. I would prefer approach where Vert.x handles reload on behalf of the application when it can, without modifying the application. I have small doubt...

Would it be out of the question to implement hot-reload support inside "core" code (that is, not in contrib library)? I was hoping to avoid changes in applications.

Some background why I'm looking into this: An application I use moved from Wildfly to Quarkus and lost its capability to hot-reload certificate and key https://github.com/keycloak/keycloak/discussions/10654. While investigating that, I...

I've updated the PR content and the description. I would greatly appreciate feedback, and comments wether you agree on the approach and would be interested in incorporating hot-reload functionality into...

> I will have a look Friendly reminder, asking if you would have time for the review :) On slightly related note, in case it would be useful for the...

> ok, I would like to see if we can have it as something more decoupled from vertx core Thanks! Curious to hear if you'd have ideas about this! Since...

I've updated the PR description according to the discussion above.