Cosimo Damiano Prete

Results 196 comments of Cosimo Damiano Prete

Hi @SteKoe > We confused Journal Events and Audit Events in this issue. When we have a look at Journal View, we are only using SBA specific events, which are...

@SteKoe the complain of my colleague is off-topic when considering the scope of the current ticket we're in. Therefore, I've opened https://github.com/codecentric/spring-boot-admin/issues/4664 for it.

It seems like that such symbol is available from version `2.39` of `glibc` which is available only starting from RHEL 10.x. @benalexau @at055612 could it be possible to release the...

> In the meantime, I have gone back to using an explicit native library: > > `java -Dlmdbjava.native.lib=/usr/lib64/liblmdb.so.0.0.0 xxx.jar` > > The zig built libraries didn't have glibc issues, but...

Mmm I don't know. I like honestly the idea that the needed libraries are indeed part of the package like it is now, but on the other end I agree...

> I almost suggested this as back in 2022, this is how it was done I think (see [maven](https://mvnrepository.com/artifact/org.lmdbjava)), but feared if it would add more layers of complexity for...

Unfortunately I've no way to pull snapshot dependencies from within my company. I need to check if I can manage to build the JAR from the sources and install it...

@at055612 I'm integrating version 1.0.0-SNAPSHOT from the @benalexau's commit #8eb95d0 and I can see that now the `MDB_UNSIGNEDKEY` is gone. If I remember correctly, the comparison are now done by...

> [@cdprete](https://github.com/cdprete) > > > [@at055612](https://github.com/at055612) I'm integrating version 1.0.0-SNAPSHOT from the [@benalexau](https://github.com/benalexau)'s commit #8eb95d0 and I can see that now the `MDB_UNSIGNEDKEY` is gone. If I remember correctly, the...

> I will be cherry-picking commit [8eb95d0](https://github.com/lmdbjava/lmdbjava/commit/8eb95d05da415557cfd6efc6b491fe9ea1f0cbb0) into a 0.9.3 release as soon as I have confirmation the LmdbJava Native packaged at https://repo1.maven.org/maven2/org/lmdbjava/native/0.9.33-3/ is usable. The simplest approach to verifying...