aberman

Results 5 comments of aberman

@q3769 : No, the Configuration is frozen once it's loaded and you cannot modify anything in it once that happens. If you look in [Configuration](https://github.com/tinylog-org/tinylog/blob/v2.7/tinylog-api/src/main/java/org/tinylog/configuration/Configuration.java), you'll see that the set...

I think there should be a distinct difference between sharing a connection between multiple statements and a true transaction (BEGIN...COMMIT). Poolboy calls their checkout/checkin a transaction, but it's a bit...

@ostinelli, I think the use of a db transaction should be left up to the user of the library. My use of batch statements is usually when I'm doing some...

I am also experiencing crashes after having upgraded to MacOS 14.5 running a java process on Linux within Docker. I wonder if the previous Java issue on MacOS 14.4 has...

> > I am also experiencing crashes after having upgraded to MacOS 14.5 running a java process on Linux within Docker. I wonder if the previous Java issue on MacOS...