To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/6e6e72b6-a823-4979-8f75-42d26f3ed237%40Spark.
Sounds like time to setup CI for PR's against quickstarts - at least their compilation.
Otherwise this will keep happening - intentionally or not.
where are we with extra bandwidth on CI ? :)
/max
https://xam.dk/about
--
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAFm4XO1OT4Sabj1xxbJvmUTfjFHa_ENH5Zc9CWD%2BmBbhQbgmgg%40mail.gmail.com.
Hi SanneSo, as I said to Clement, I'm thinking that at this moment of time it is safe to just drop it, though I can reintroduce it, but it was named inconsistently with other TokenCredential types (AccessTokenCredential, IdTokenCredential, RefreshToken), it was in the 'io.quarkus.oidc.runtime' subpackage (the class which made it to the quickstart), with another duplicate RefreshToken being in "io.quarkus.oidc", and most importantly is that we just do not offer any support for it yet.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAMsYBfVO2MMVCPuLfzPP6GRWR63RkSGpK56%3DqwtGN4B_Lvy6MA%40mail.gmail.com.
Yeah, we should have APIs outside runtime package. I think your changes should be fine as we don't actually have those types documented but in tests.
Hi SanneSo, as I said to Clement, I'm thinking that at this moment of time it is safe to just drop it, though I can reintroduce it, but it was named inconsistently with other TokenCredential types (AccessTokenCredential, IdTokenCredential, RefreshToken), it was in the 'io.quarkus.oidc.runtime' subpackage (the class which made it to the quickstart), with another duplicate RefreshToken being in "io.quarkus.oidc", and most importantly is that we just do not offer any support for it yet.