Endre Stølsvik
Endre Stølsvik
**I vote for this!** AFT so far seems like it actually is working and thus awesome, compared to the absolute shitshow that evidently is built-in with Ubuntu 20.04. However, what...
I have the same problem as @bhavishyagoyal12 - I just get repeated "io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: /MkHsONZ3QxYFfB84BJUcA==, expected response: BONDn5rFV+vVz8hDryBStKjT3zs=" (differing key and expected response) .....
Also testing Ryzen, and got this. Apparently well-known for gcc6.4.0, but the strange thing is that I get this when compiling gcc 7.1.0 which is what the tool fetches. https://stackoverflow.com/questions/52498431/compile-gcc6-4-0-using-gcc8-1-1...
Not my project, but I bet a pull-request would be very welcome..!
Thanks for positive feedback. Please take into account all the three issues I refer to in the OP, which point to a problem when using the annotations `@ActiveProfiles`, `@ContextConfigration`, and...
As a comment to this: "In my opinion the main thing is to let users know that there IS a volume that can be used for data persistency." I found...
This is pretty frustrating now that we're moving over to Java 17. Our builds output 12 lines of "WARNING:..." due to this. Such problems leads to warning-fatigue. A build shall...
We use truth in some of our projects along with JUnit 5 (Jupiter), and due to this hard JUnit 4 dep we get an annoying "no [junit 4] tests found"...
Just want to chime in that based on the [Prometheus querying basics](https://prometheus.io/docs/prometheus/latest/querying/basics/) page, the situation of "missing tags" (which is the result of having different subsets of tags on metrics...
> @brian-brazil Think of it this way, if you suddenly pull in a library that has a clashing metric name rather than having an obvious failure at startup indicating that...