Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.
Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.
Principal Architect and Developer at SINDI TECHNOLOGIES PTY LTD
Johannesburg, ZA
Joined Mar 2019
Stats
Reputation: | 527 |
Pageviews: | 87.1K |
Articles: | 6 |
Comments: | 3 |
Comments
Apr 17, 2025 · BUHAKE SINDI
You will need the following in order to use SmallRye-LLM:
* JDK 17 and higher
* Jakarta EE 10 and higher
* Microprofile 7.0 and higher.
Let me know your experience with SmallRye-LLM.
Sep 08, 2021 · BUHAKE SINDI
With CDI 2.x, if your bean has been discovered and registered by the CDI container, it is already qualified as @Default, provided there is no other qualified bean that matches the type being registered.
As for string naming, that option is useful when integrating CDI with technologies that is outside of the CDI framework. For example, Jakarta Server Faces is the Web component framework that allows frontend web development to interact with CDI beans using Expression Language and the only way one would interface a CDI bean is only when a bean is @Named.
I hope this clears your concerns somewhat.
Aug 09, 2020 · deji adesoga
HTTP status 418 is defined in RFC 2324 - Hyper Text Coffee Pot Control Protocol. I guess many don't know about such protocol.