Peter Palaga
@ppalaga.bsky.social
210 followers 140 following 27 posts
Software engineer working on Quarkus CXF and Camel Quarkus. Opinions are my own, not necessarily of IBM.
Posts Media Videos Starter Packs
Reposted by Peter Palaga
Can We Know Whether a Profiler is Accurate?

Spoiler: yes we can! But it took us figuring out a way to work around the fundamental observer effect.

stefan-marr.de/2025/10/can-...

If you're at SPLASH, don't miss our talk at VMIL today and at OOPSLA on Saturday!
Can We Know Whether a Profiler is Accurate?
Measuring causes profiles to change, so is there a way to work around it and know whether a profile is accurate?
stefan-marr.de
Reposted by Peter Palaga
GPULlama3.java our first GPU-accelerated Java-native LLM inference engine with #TornadoVM has officially been integrated to LangChain4J! Congratulations to the whole team for this achievement!
Next week @devoxx.com we will showcase our demos as well as provide a deep dive on @tornadovm.org!
This is a bad day for quarkus-junit4-mock - a module with some empty JUnit4 classes to allow Testcontainers to run without needing to include JUnit4 on the class path.

... and a great day for all users of #Testcontainers 🥳🎉🎊

Kudos @eddumelendez.bsky.social

github.com/testcontaine...
Remove JUnit 4 support by eddumelendez · Pull Request #10805 · testcontainers/testcontainers-java
Fixes #970
github.com
Those Dependabot/Renovate pull requests could be fake. You should always review the changes before merging them.
Reposted by Peter Palaga
Ever wondered what a dependency update brings in? Use latest Toolbox to figure out.

#maven #java #maveniverse
Reposted by Peter Palaga
Quarkus @quarkus.io · Sep 15
Joins us next week at the Swiss Dev Confederation in Zurich, Switzerland.

github.com/quarkusio/qu...

#quarkusworldtour
Joins us next week at the Swiss Dev Confederation
Reposted by Peter Palaga
I got nerd-sniped over the weekend.

Made a java-fmt tool that in addition to make it super easy to format java code, is fast and work from anywhere - it also don't mess with jbang directives.

www.jbang.dev/learn/introd...
Introducing jbang-fmt
4 minute read
www.jbang.dev
Reposted by Peter Palaga
If you are into front-end technologies and open source, our team here in #Brno is hiring.

#foss #opensource #typescript #javascript #react

ibmglobal.avature.net/en_US/career...
Front-End Software Developer
ibmglobal.avature.net
Happy September 1st, my friend!
I see a red door and I want to paint it blue
The red world is broken, I'll start with something new
I'll paint my computer blue, my software blue
I'll paint my world blue, yeah, paint it blue
I wanna see it painted, painted, painted, painted blue
Yeah, painted blue
Reposted by Peter Palaga
I blogged! This is the longest article I have ever written, so I hope it can bring more eyes to the fantastic @quarkus.io project!

The role of Quarkus in the modern Java ecosystem javapro.io/2025/08/22/t... via @javapromagazin

#quarkus #java #framework #innovation
The role of Quarkus in the modern Java ecosystem - JAVAPRO International
Since its inception in 2019, Quarkus has gradually grown both in user adoption and innovation. The number of…
javapro.io
Reposted by Peter Palaga
@noybeu versucht das zu ändern - mittels strategischer juristischer Prozesse, aber das sind SEHR dicke Bretter.. 😐
Reposted by Peter Palaga
Kontext:
- Irland hat (mit Luxemburg) praktisch alle großen Zentralen von #BigTech-Unternehmen
- Das Land hat gesamt nur ca 200 Richter. Fälle kosten schnell €100.00+, in meinem Fall bis zu €10 Mio an Prozessriksio.
- Praktisch gilt EU-Recht hier nur am Papier. Real durchsetzbar ist es nicht.. 😐
Reposted by Peter Palaga
Heute wohl für @noyb.eu im #ZDFheute journal um 21:45 zur Frage wie sich #BigTech in #Irland prächtig vor EU-Gesetzen verstecken - und die Europäische Kommission zuschaut.. 😐

Details zu unseren über 800 #DSGVO - Fällen in ganz Europa auf www.noyb.eu 😊
NOYB enforces your right to privacy everyday
Noyb - European Center for Digital Rights is a non-profit organization based in Vienna, Austria.
www.noyb.eu
"Ján Kuric ze skupiny Venkov" 😂😂😂
Reposted by Peter Palaga
I needed to set up Keycloak programmatically for my tests and couldn't find a clear guide, so I wrote one!
This is a quick, step-by-step tutorial showing how to take full control of Keycloak in your @quarkus.io integration tests. Hope it helps you too!
www.orpiske.net/2025/08/prog...

#Quarkus #Java
Programmatic Keycloak Configuration for Quarkus Integration Tests – Ad Astra Per Aspera
www.orpiske.net
Reposted by Peter Palaga
Want to make an impact on #opensource #integration? My team is hiring a Senior Backend Developer for #ApacheCamel #Quarkus in Dublin! We build cool stuff and contribute to #opensource.
Apply now: ibmglobal.avature.net/en_US/career...
Backend Developer
ibmglobal.avature.net
Reposted by Peter Palaga
Building an #MCP Server with #Quarkus is a joy.

From Quarkus CLI to GitHub Copilot Chat saying "build me an MCP server for ".

It just works.
Reposted by Peter Palaga
🎉 Exciting news, the first release of the #A2A Java SDK is now available!

Check out our blog post to learn how to:

🤖⚡️Create an A2A server agent from a Quarkus LangChain4j AI service
☕️+🐍=🤝 Orchestrate multiple agents in different languages

quarkus.io/blog/quarkus...
Getting Started with Quarkus and the A2A Java SDK
Quarkus: Supersonic Subatomic Java
quarkus.io
Reposted by Peter Palaga
The room was packed to watch @zinebbendhiba.com present Wanaku #MCP Router!
🤖 MCP en action : Connecter les IA aux systèmes d'entreprise
Zineb Bendhiba présente Wanaku, serveur MCP open source !
🔗 Le défi : connecter efficacement les agents d'IA aux données d'entreprise
🚀 Model Context Protocol (MCP) : standard ouvert pour les intégrations
Reposted by Peter Palaga
I have created a thing with #Java that I needed for #Maven and #GraalVM so that I can provide fat-jars (needed for tools that don't do dependency management) that don't behave different in #NativeImage than our normal distributions:

github.com/michael-simo...

Maybe this is helpful for others, too.
GitHub - michael-simons/native-image-config-transformer: Additional transformers for the Maven shade plugin dealing with GraalVM native image configuration files.
Additional transformers for the Maven shade plugin dealing with GraalVM native image configuration files. - michael-simons/native-image-config-transformer
github.com