openrewrite / rewrite-feature-flags

OpenRewrite recipes for LaunchDarkly.
Apache License 2.0
3 stars 3 forks source link

Support multiple SDKs and rebrand to rewrite-feature-flags #27

Closed timtebeek closed 3 months ago

timtebeek commented 3 months ago

What's changed?

Rename module to rewrite-feature-flags. Change packages to match new structure. Add support for

What's your motivation?

Become a more general wrapper for other SDKs, similar to what we've seen with

Anything in particular you'd like reviewers to focus on?

Any concerns with the package change for existing recipes? If needed we once-upon-a-time had a recipe to fix renames.

Anyone you would like to review specifically?

@shanman190

Have you considered any alternatives or workarounds?

Separate git repository per vendor seemed too heavy handed to maintain. Separate submodules per vendor seemed too early, even if that leads to better classpath separation. Briefly explored Togglz, but since that uses Enums it would need a dedicated recipe implementation.

Any additional context

shanman190 commented 3 months ago

This also will close https://github.com/openrewrite/rewrite-launchdarkly/issues/6 as the implementation was included here.