Replies: 4 comments 7 replies
-
I found https://quarkus.io/blog/road-to-quarkus-3/ this blog. There is Eclipse MicroProfile 6 mentioned. Does this mean all versions mentioned here https://microprofile.io/wp-content/uploads/2023/01/mricroprofile_6_release.png are supported? https://microprofile.io/2023/01/10/microprofile-6-0-release/ @gsmet What do you say? Doesn't it make sense to document these compatibilities somewhere? |
Beta Was this translation helpful? Give feedback.
-
I am also looking for this info. It's hard to find info about compatibility with Java EE and MicroProfile. There are some hints in blog posts, but it's not very easy to aggregate version specific info from the blog. Is Quarkus compliant with Java EE? It would be good with info about what parts are supported and what parts are not. |
Beta Was this translation helpful? Give feedback.
-
Hey @radcortez Would it make sense to create some summary re MP ? It is MP JWT 2.1 in case mentioning specific spec versions would be on the map :-) |
Beta Was this translation helpful? Give feedback.
-
By the way, the source of truth for supported specifications is always the BOM: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
maybe I simply did not found it but is there somewhere an overview which mp specs quarkus 3 currently follows?
There is mp config (smallrye impl), health, jwt auth, openapi, rest client ect.
We write some libraries which should be compatibel with quarkus 3 and I want to add the mp health api for example and I am wondering if I can use 4.0 or 4.0.1.
Sometimes there is a blog post like https://quarkus.io/blog/quarkus-eclipse-microprofile-3-2-compatible/ or in the changelog https://github.com/quarkusio/quarkus/releases/tag/3.0.1.Final but I would have hoped of a small table showing it. Somewhat clearer and more structured to be honest.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions