configcat / java-sdk

ConfigCat SDK for Java. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/java
MIT License
20 stars 6 forks source link

make ConfigModel public #25

Closed MarwinMoellers closed 1 year ago

MarwinMoellers commented 1 year ago

Describe the purpose of your pull request

Make it possible to use onConfigChanged hook

Related issues (only if applicable)

https://github.com/configcat/java-sdk/issues/24#issue-1613617521

Requirement checklist (only if applicable)

z4kn4fein commented 1 year ago

Thanks for the contribution! I've opened a PR with the fix and corrected how those models are used. Is it ok for you if we use that PR instead?