A big shout out to @javazone.bsky.social for yet another amazing conference and hats off to all you amazing speakers I got to see and appreciate live! And with recordings already available, I'll be sure to check out all the talks I missed as well. Thank you all!🤩
04.09.2025 17:23
👍 2
🔁 0
💬 0
📌 0
Better Java Streams with Gatherers - JEP Cafe #23
YouTube video by Java
Amazing talk by @josepaumard.bsky.social on better #Java streams with gatherers www.youtube.com/watch?v=jqUh...!
01.12.2024 15:08
👍 1
🔁 1
💬 0
📌 0
Code based workaround is to change `protocolUpgradeEnabled` to `false` when creating the HttpClient's `RequestConfig`.
RequestConfig.custom()
.setProtocolUpgradeEnabled(false)
.build()
17.11.2024 13:33
👍 0
🔁 0
💬 0
📌 0