Øyvind Horneland's Avatar

Øyvind Horneland

@oyvindhorneland

Java developer living in Oslo, Norway. Mainly here for tech content, especially interested in #java / #jvm / #openjdk related topics.

36
Followers
269
Following
5
Posts
14.11.2024
Joined
Posts Following

Latest posts by Øyvind Horneland @oyvindhorneland

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
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
Preview
Spring Boot 3.4 Draft Release Notes Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss. - spring-projects/spring-boot

Upcoming Spring Boot 3.4.0 will include Apache HttpClient 5.4.x and they've included a (draft) migration note for this issue at github.com/spring-proje....

17.11.2024 13:33 👍 0 🔁 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
Preview
403 response and Connection: close when "upgrade: TLS/1.2" · Issue #53239 · istio/istio Is this the right place to submit this? This is not a security vulnerability or a crashing bug This is not a question about how to use Istio Bug Description Someone upgraded their httpclient5 from ...

If you're using Apache HttpClient with Istio service mesh and Envoy, please beware of github.com/istio/istio/... when upgrading to HttpClient v5.4.x. It will by default start sending TLS upgrade headers that are incompatible with Envoy resulting in 403 Forbidden with error message "upgrade_failed".

17.11.2024 13:31 👍 0 🔁 0 💬 2 📌 0