Cosimo Damiano Prete

Results 195 comments of Cosimo Damiano Prete

I was not aware of https://github.com/spring-projects/spring-boot/issues/26187 :) But yes, the main issue remains ;)

Hi @wilkinsona. It has been difficult to reproduce it in a demo project since the cause was unknown, but now I can at least say it happens when the `@ConfigurationProperties`...

> Thanks for the sample. The problem's unrelated to `application.yaml` and the test classpath. > > The behavior that you're seeing is due to `MyConfigProperties` having a single non-default constructor....

> In a multi-project setup, it's quite common for it to be in a JAR when shared across projects. > > > rather than forcing all library authors to move...

> > Kafka seems to be shipping with such a file a its jars as well. > > But why? For the following? > > https://github.com/apache/kafka/blob/trunk/clients/src/test/resources/junit-platform.properties > > ```ini >...

> Those don't look like they're meant for consumption in downstream projects, do they? I agree. In the meantime, I've opened a ticket on their issue tracker: https://issues.apache.org/jira/browse/KAFKA-17307 with https://github.com/cdprete/kafka-junit-platform-props...

> > Collect all `junit-platform.properties` from the classpath but give precedence to my own. > > @marcelstoer, how do you propose that JUnit should detect which one is "your own"?...

> `EIO - a low-level I/O error occurred while writing.` > > Could it be that the lmdb file has hit the per file limit for the filesystem, e.g. 4GB...

> I'm not the maintainer, just a fellow lmdbjava user, so stand to be corrected. > > You are not just reading data you are deleting entries in a write...

> My understanding is that there is no penalty (on linux) for setting it bigger than you need, i.e. set it 1 lmdb envs on the disk then like you...