Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2024-08-19-quarkus-jdiameter-intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The next challenge was to develop a Quarkus extension to integrate the Diameter
. *Dependency Injection*: Enabling dependency injection of Diameter stacks and configuration into a scoped service.
. *Interceptor Service Framework*: Creating an interceptor service framework for a more straightforward implementation of Diameter applications.

The Quarkus JDiameter stack has been released and is now part of Quarkiverse Hub. You can find it at link:https://github.com/quarkiverse/quarkus-jdiameter[Quarkiverse Hub]. Documentation for the stack is available at link:https://docs.quarkiverse.io/quarkus-jdiameter/2.0.0/index.html[Quarkus JDiameter Documentation].
The Quarkus JDiameter stack has been released and is now part of Quarkiverse Hub. You can find it at link:https://github.com/quarkiverse/quarkus-jdiameter[Quarkiverse Hub]. Documentation for the stack is available at link:https://docs.quarkiverse.io/quarkus-jdiameter/dev/index.html[Quarkus JDiameter Documentation].

== Conclusion

Expand Down