Benjamin König
Benjamin König
Hi @wilkinsona, what's the status of this topic? There are a lot of ideas and codesnips to support multiple beans, but all are declined or the discussion has stopped. For...
Hi, after an improvement the cleanup was broken in unversioned mode. I fixed it in https://github.com/threerings/getdown/commit/315ba430e008d051fb39b16299b7d6b8c42d8757 but there is no new release. Greetings, Ben
Hi, we have the same issue with other JVM arguments. A simple solution was to set "-XX:+IgnoreUnrecognizedVMOptions" in the getdown.txr. I think this is a good default to avoid problems...
> using > > ``` > clean install -DskipTests=true > ``` > > maven is not able to resolve this dependency: > > ``` > > jregistrykey > jregistrykey >...
Hej @debora-ito, our framework stack for our company provides a builder for all implementations and libraries which uses http client. This is useful for an easy configuration and implementation of...
Hi @serge-xav, as I mentioned in https://github.com/threerings/getdown/issues/276, the new algorithm is a good way to compute a stable zip digest. So a new zip package with a same content, but...
Hi @serge-xav, in my opinion computing zip file digest in a robust way is an important improvement. So https://github.com/threerings/getdown/issues/275 is the implication of a change to an unsafe implementation. For...
In the next weeks getdown 2.0.0 will be released with different group-id (see https://github.com/bekoenig/getdown/discussions/1). This version is feature complete and waits for final release. After this, I can implement this...
You are welcome to open a new issue in my repository. I will try to fix it in the next month. After the first release I will open a new...
Hi @WPCleaner, this is an old issue, which I analyse for [further works](https://github.com/bekoenig/getdown). It seems, that this is a problem which is related to a bug in the jdk. Follow...