Cosimo Damiano Prete
Cosimo Damiano Prete
**Describe the bug** When an application tries to deregister itself due to a graceful shutdown, the call fails and, as such, the instance stays with status `DOWN` in the registry....
Hello. In the examples I can see that the `HTML` output as a line like the following: ```html ``` This won't work in corporate environments where external URLs are usually...
Hello. In the context of https://github.com/ascopes/protobuf-maven-plugin/discussions/795 it would be great if you could provide the artifacts as zip as well.
Hello. I'm using `mockk` `1.12.5` in a `Kotlin` project built with `Maven` and it seems like that exceptions happening during the initialization of the mocks are just, somehow, swallowed making...
Hello. I wanted to updated my project to version 0.9.2 to address the found [regression](https://github.com/lmdbjava/lmdbjava/commit/e634b3f48fd2dcc6790f580085b8c44dd5d7077b), but it now fails with ```console Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /lib64/libc.so.6: version `GLIBC_ABI_DT_RELR' not...
Hello. MDXB is a fork of LMDB which provides some very good additional goodies. Read https://github.com/erthink/libmdbx for more details. It would be great if LMDB Java could be expanded to...
Hello. I'm using Spring Boot `3.5.6` with Java `25` and I need a way to have Jackson to serialize/deserialize date-time values up to milliseconds precision and not higher (nanoseconds, actually)....
Hello. I was requesting this feature in https://github.com/spring-projects/spring-data-ldap/issues/585, but I was suggested in there to open a ticket here instead. The feature is about supporting proper sorting, by taking into...
Hello. I've an Eureka server deployed in `OpenShift` and I was trying to use the `DNS` settings which are provided to register dynamically the instances of the server by querying...