javanegmond
javanegmond
> I think the problem is that you shouldn’t contact these servers at all in the first place. I want to reiterate this. IIRC, java.net should not be used for...
> It is used because some artifacts somewhere in the dependency tree has it. You can't drop it from existing artifacts. And I know that when resolving the dependencies of...
In principle yes. See https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html#scopes-for-a-group-access-token However, in practice it may depend on the role given to the token. On the particular platform my team works in not all roles have...
> @Karm @javanegmond did you have to deal with the `/lib64/libc.so.6: version `GLIBC_2.34' not found` problem by any chance ? FYI, I'm on Fedora 40 which which has GLIBC_2.39... Fedora...
> @javanegmond Sorry, I should've clarified, your reproducer fails on my system due to this problem... The reproducer is nothing more than a getting-started project with logging and logging config....
Sure thing. Building the project this way and running it with ```shell docker run --rm -h runtime-hostname -p 8080:8080 quarkus/quarkus-quickstart ``` Followed by a GET on http://localhost:8080/hello shows the following...
Any other method to have a different hostname at runtime than at buildtime could also suffice to reproduce the issue. In the specific project I found the issue on first...
> #41664 might solve this. I think maybe the logging library switched from `wildfly-common` to `smallrye-common-net` for this at some point? Anyway there's a decent chance that this solves the...
> However, given the number of projects out there that still target Java8, moving forward exclusively would harm a large number of existing users and asking them to fork is...
FWIW, running unit tests this projects master branch as is using JDK 21 runs into an absolute smashing list of errors like this one: ``` [ERROR] ResyncRunnableTest.testSupplierReturnsNull » Mockito Mockito...