Christoph John
Christoph John
https://github.com/quickfix-j/quickfixj/issues/778#issuecomment-2010365727 :)
@elecharny Any chance that this could be integrated into 2.1.x (and later 2.2.x) and released? It causes spurious failures in our test suite. Thank you in advance
No problem at all. :)
For me this warning also occurs on Windows 2022 server. But to me the parameters look correct: ``` Current runner version: '2.311.0' Operating System Microsoft Windows Server 2022 10.0.20348 Datacenter...
> Could you please set disk-root to `"C:"` disk? Thanks for the pointer. Seems to work. 👍
Hi @Arthurm1 , I thought about this myself some time ago... Currently I don't have much time to look into this, but I could imagine that there already is some...
There is a scheduled run every morning. https://github.com/quickfix-j/quickfixj/blob/d7c9fe52fabdc56f28ace4063f6ac78fe422b511/.github/workflows/maven.yml#L8 For releases we use Sonatype which also have a snapshot repo. Maybe we can change the scheduled run to upload a snapshot...
@the-thing sounds reasonable. Thanks for checking. 👍
Thought a little more about this. Probably the easiest would be if we just upload a snapshot each day regardless of whether there was a change in the last 24...
Reading further on this topic it seems that SNAPSHOT version are not allowed anymore on Sonatype/Maven Central. So probably will either do a nightly release each day (which would be...