Attila Mészáros's Avatar

Attila Mészáros

@csviri

Staff Software Engineer at Apple. Maintainer of @javaoperatorsdk. Member of the Operator Framework steering committee.

21
Followers
100
Following
1
Posts
13.11.2024
Joined
Posts Following

Latest posts by Attila Mészáros @csviri

Preview
Fabric8 Kubernetes Client 7.6 is now available! - Marc Nuri Fabric8 Kubernetes Client 7.6 is available! Check out the major changes and learn how you can contribute.

Fabric8 Kubernetes Client 7.6.0 is out! 🎉

✨ Kubernetes 1.35 (Timbernetes) support
✨ New Vert.x 5 HTTP client implementation
✨ OkHttp upgraded to 5.3.2
🐛 TLS, timeout & type erasure fixes

📖 blog.marcnuri.com/fabric8-kube...

03.03.2026 11:20 👍 6 🔁 5 💬 0 📌 0
Preview
Syntax highlighting in Java, without the pain | Chicory A week ago, my friend Max told me he couldn't find a good library for code syntax highlighting in Java.

The use of chicory to have rust compiled to WASM and then available on the JVM so we get a nice and performant syntax highlighter accessible from Java 8+ is pretty damn awesome.

Read all about it in Andrea Perfuffo's write up here
chicory.dev/blog/syntax-...

07.02.2026 09:56 👍 7 🔁 1 💬 1 📌 0
Post image

📝 Blogged: "On Idempotency Keys"

Discussing several options for ensuring exactly-once processing in distributed systems using idempotency keys, from UUIDs to monotonically increasing sequences.

👉 www.morling.dev/blog/on-idem...

25.11.2025 16:38 👍 37 🔁 8 💬 2 📌 0
Preview
Release 5.2.0 · operator-framework/java-operator-sdk What's Changed See blogpost: https://javaoperatorsdk.io/blog/2025/11/25/version-5.2-released/ Full Changelog: v5.1.5...v5.2.0

Happy to announce the release of version 5.2 of the Java Operator SDK, featuring various improvements and enhancements. See details here:
github.com/operator-fra...
Thank you for all the contributions!

26.11.2025 08:34 👍 2 🔁 1 💬 0 📌 0
Package Management for Your Clust... Jordan Keister, Rashmi Gottipati, Joe Lanford & Attila Mészáros
Package Management for Your Clust... Jordan Keister, Rashmi Gottipati, Joe Lanford & Attila Mészáros YouTube video by CNCF [Cloud Native Computing Foundation]

We started working on 5.3, and some PRs have already been merged. This release will contain some exciting improvements, as discussed here:
www.youtube.com/watch?v=HrwH...

26.11.2025 08:35 👍 2 🔁 1 💬 0 📌 0
Integration Test Index This document provides an index of all integration tests annotated with @Sample. These serve also as samples for various use cases. You are encouraged to improve both the tests and/or descriptions. Co...

Hi All, we added a new page to the docs with an index of integration tests. We write basically integration tests for every use case, so we hope this is helpful:
javaoperatorsdk.io/docs/testind...

22.11.2025 10:13 👍 2 🔁 1 💬 0 📌 0
Preview
Release 5.1.3 · operator-framework/java-operator-sdk What's Changed fix: Resolve race condition between visited flag and result of ready postcondition by @ds-akloskowski in #2886 chore(deps): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by @d...

Hi All, we just released a new patch version of Java Operator SDK!
github.com/operator-fra...
Nothing extraordinary, it fixes some minor issues with workflows and some other bits and pieces.
Thank you for all your contributions!!

24.09.2025 20:20 👍 3 🔁 2 💬 0 📌 0
Preview
Release 5.1.0 · operator-framework/java-operator-sdk What's Changed improve: status cache for next reconciliation - only the lock version by @csviri in #2800 feat: primary resource caching for followup reconciliation(s) by @csviri in #2761 feat: all...

Happy to announce that we released Java Operator SDK 5.1
github.com/operator-fra...
Thank you for all the contributions!

23.05.2025 14:22 👍 0 🔁 1 💬 0 📌 0
Release 0.9.0 · java-operator-sdk/kubernetes-glue-operator What's Changed small fixes and improvements by @csviri in #171 build(deps): bump manusa/actions-setup-minikube from 2.13.0 to 2.13.1 by @dependabot in #174 build(deps-dev): bump org.assertj:assert...

Version 0.9.0 of Glue Operator has been released. From this point the CRDs should be stable. It also runs on newest Quarkus Operator SDK and JOSDK:
github.com/java-operato...

24.03.2025 16:15 👍 2 🔁 1 💬 0 📌 0
Preview
Release 5.0.0 · operator-framework/java-operator-sdk What's Changed See the release notes here: https://javaoperatorsdk.io/blog/2025/01/06/version-5-released/

I am happy to announce on behalf of the team that Java Operator SDK version 5.0.0 has been released!

github.com/operator-fra...

Along with related projects:
Quarkus Operator SDK: github.com/quarkiverse/...
Spring Boot Starter: github.com/operator-fra...

03.02.2025 12:53 👍 0 🔁 1 💬 1 📌 0
Version 5 Released! (RC1 version) We are excited to announce that Java Operator SDK v5 has been released. This significant effort contains various features and enhancements accumulated since the last major release and re...

Hi All, we just released the first released candidate of Java Operator SDK v5
javaoperatorsdk.io/blog/2025/01...
github.com/operator-fra...
give it a try and give us a feedback! :)
but mainly thank you for all the controbutions!

06.01.2025 15:58 👍 3 🔁 2 💬 0 📌 0
Post image

Another happy year in open source :)

01.01.2025 00:16 👍 3 🔁 0 💬 0 📌 0
Version 5 Released! (beta1) We are excited to announce that Java Operator SDK v5 has been released. This significant effort contains various features and enhancements accumulated since the last major release and required changes...

Happy to announce that JOSDK 5.0.0 beta1 is released 🍾🎉

javaoperatorsdk.io/blog/2024/12...

We are eager for feedback!

06.12.2024 11:38 👍 2 🔁 1 💬 0 📌 0
What's New in Operator Framew... Bryce Palmer, Rashmi Gottipati, Lalatendu Mohanty & Attila Meszaros
What's New in Operator Framew... Bryce Palmer, Rashmi Gottipati, Lalatendu Mohanty & Attila Meszaros YouTube video by CNCF [Cloud Native Computing Foundation]

See talk about upcoming v5 at KubeCon:
youtu.be/V0NYHt2yjcM?...

21.11.2024 12:49 👍 2 🔁 1 💬 0 📌 0