-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KamelConfig.Default does not load automatically with v1 beta #97
Comments
did you read the release notes? https://github.com/Kamel-Media/Kamel/releases/tag/v1.0.0-beta.1 |
I did, I went over them. Is there something that's obviously wrong with the example I provided? |
no that should be fine. are you using I can't really help you without more details or at least the stack trace of the error that is being passed to |
Yes, I am using Sorry about forgeting the stacktrace, here it is
|
reflection shouldn't be required. Did you make you happen to make your own KamelConfig? If you just need it to work I would suggest using a non-beta v0.9 build for now. |
I am using version Now that you mentioned it, I see that
And if I update it to
it will now work 😃 I also see that
and beside decoders adds the Is this intended behaviour? I think it should be provided somewhere within the Wdyt luca? |
It sounds like it's not actually being set automatically, I'll look into it. And the 1.0 build is definitely still a beta. I would hope no one is setting that to be used in a wizard rather than the stable build. |
That is intended. Are you having this issue on ios only? That is the only target I am able to duplicate it on |
1.0.0-beta.2 should work on iOS out of the box without setting your own config |
@luca992 version Should I create another issue and reference this one or you would like to reopen this one? |
Hmm strange. I couldn't cause the same issue on android. Also, |
Yap, but doesn't work even when specifying it |
I was able to duplicate it. But specifying the default config does work as it should.
|
I checked it now with just using within the main composable called
I should've invalidated the caches, my bad |
configOverride is supposed to be internal. Just fyi |
Using ServiceLoader (jvm) and @EagerInitialization (non-jvm)
Using ServiceLoader (jvm) and @EagerInitialization (non-jvm)
@DjuroRad should be fixed in 1.0.0-beta.3 |
Steps to reproduce:
Use KMP wizard by following this link and create multiplatform project sharing UI for iOS and Android
Use version of kamel
1.0.0-beta.1
(ktor client version2.3.8
)Result:
KamelImage
'sonFailed
will be renderedThe text was updated successfully, but these errors were encountered: