Ultranium

Results 9 comments of Ultranium

OK, now I see what's happening. There are two Keycloak containers created - one for Quarkus Dev Services, and the second one for running tests (is it the expected behavior...

I also discovered this problem today. When using Mockito with the Active record pattern, the same `java.lang.ClassFormatError: Illegal local variable table start_pc 48 in method 'int MyEntity$Companion.update(java.lang.String, java.lang.Object[])'` is thrown,...

@evanchooly > Are you perchance importing the quarkus-mock extension in your build? I am importing the "quarkus-panache-mock" module. > Mocks are not currently supported in kotlin It's a pity. Mocking...

I'd like to add that the same behavior is observed while using the WebClientSession, due to the same bug. ``` var webClient = WebClient.create(vertx); var webClientSession = WebClientSession.create(webClient) .addHeader("Authorization", "Bearer:...

I guess I did but now I can't remember how exactly I made it work, sorry.

> * Are there benefits to having the local sync to the cloud, or vice versa? Well, when synchronizing a local repo to the cloud, you save on download traffic,...

Adding some sort of notifications (for example, via email or running a custom script) is a must. Basically, scrubbing is useless if users don't find out in time that there...

I doubt a lot of average users monitor logs regularly, or monitor at all. That's why ZFS has ZED, which can send email notifications if something isn't right (or if...

> > If there are no notification > > AFAIK the btrfsmaintenance scripts run either via cron or systremd.timer. Both send the output via mail to the system administrator. Don't...