Skip to content

refactor: WASM is default in local provider#255

Closed
fabriziodemaria wants to merge 1 commit intomainfrom
wasm-default
Closed

refactor: WASM is default in local provider#255
fabriziodemaria wants to merge 1 commit intomainfrom
wasm-default

Conversation

@fabriziodemaria
Copy link
Copy Markdown
Member

@fabriziodemaria fabriziodemaria commented Sep 12, 2025

A step towards, eventually, removing the Java local provider

@fabriziodemaria fabriziodemaria changed the title WASM is default in local provider refactor: WASM is default in local provider Sep 12, 2025
} else {
} else if (env != null && env.equals("JAVA")) {
this.flagResolverService = LocalResolverServiceFactory.from(apiSecret, clientSecret, false);
} else {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this just equivalent of if not java then have it as
this.flagResolverService = LocalResolverServiceFactory.from(apiSecret, clientSecret, true); and doesn't it mean we have wasm enabled by default even for our current customers?

@fabriziodemaria
Copy link
Copy Markdown
Member Author

I ended up merging this functionality in #256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants